Skip to content

Add QR algorithm

Add QR algorithm #170

Triggered via pull request November 1, 2023 16:14
Status Failure
Total duration 2m 40s
Artifacts

test_pull_request.yml

on: pull_request
Matrix: Code coverage
Matrix: Static Analysis
Matrix: Test and Lint
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Static Analysis (7.2): src/LinearAlgebra/Eigenvalue.php#L269
Method MathPHP\LinearAlgebra\Eigenvalue::qrAlgorithm() return type has no value type specified in iterable type array.
Static Analysis (7.2): src/LinearAlgebra/Eigenvalue.php#L282
Method MathPHP\LinearAlgebra\Eigenvalue::qrIteration() has parameter $values with no value type specified in iterable type array.
Static Analysis (7.2): src/LinearAlgebra/Eigenvalue.php#L282
Method MathPHP\LinearAlgebra\Eigenvalue::qrIteration() return type has no value type specified in iterable type array.
Static Analysis (7.2): src/LinearAlgebra/Eigenvalue.php#L327
Dead catch - DivisionByZeroError is never thrown in the try block.
Static Analysis (7.2): src/LinearAlgebra/Eigenvector.php#L12
Method MathPHP\LinearAlgebra\Eigenvector::qrAlgorithm() has no return type specified.
Static Analysis (7.2): src/LinearAlgebra/NumericMatrix.php#L1915
Cannot access offset 0 on array<int, 0>|false.
Static Analysis (7.2): src/LinearAlgebra/NumericMatrix.php#L1943
Call to an undefined method MathPHP\LinearAlgebra\Matrix<float|int>|MathPHP\LinearAlgebra\ObjectMatrix::multiply().
Static Analysis (7.2): src/LinearAlgebra/NumericMatrix.php#L1946
Method MathPHP\LinearAlgebra\NumericMatrix::upperHessenberg() should return MathPHP\LinearAlgebra\NumericMatrix but returns $this(MathPHP\LinearAlgebra\NumericMatrix)|MathPHP\LinearAlgebra\ObjectMatrix.
Static Analysis (7.2)
Process completed with exit code 1.
Test and Lint (7.4)
Process completed with exit code 2.
Test and Lint (7.3)
The job was canceled because "_7_4" failed.
Test and Lint (7.3)
The operation was canceled.
Test and Lint (8.0)
The job was canceled because "_7_4" failed.
Test and Lint (8.0)
The operation was canceled.
Test and Lint (7.2)
The job was canceled because "_7_4" failed.
Test and Lint (7.2)
The operation was canceled.
Test and Lint (8.2)
The job was canceled because "_7_4" failed.
Test and Lint (8.2)
The operation was canceled.
Test and Lint (8.1)
The job was canceled because "_7_4" failed.
Test and Lint (8.1)
The operation was canceled.
Code coverage (8.0)
Process completed with exit code 2.