.codeclimate.yml | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
build.sh | |
|
|
composer.json | |
|
|
docs/Test-Contract.md | |
|
|
phpunit.travis.xml | |
|
|
src/Chippyash/Math/Matrix/Attribute/IsComplex.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Attribute/IsIdentity.php | 43 | A 1 hr |
|
src/Chippyash/Math/Matrix/Attribute/IsMarkov.php | 35 | A 25 mins |
|
src/Chippyash/Math/Matrix/Attribute/IsNonsingular.php | 22 | A 0 mins |
|
src/Chippyash/Math/Matrix/Attribute/IsNumeric.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Attribute/IsRational.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/ComplexMatrix.php | 26 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/AbstractComputation.php | 22 | A 2 hrs |
|
src/Chippyash/Math/Matrix/Computation/AbstractEntryWiseComputation.php | 40 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/Add/Matrix.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/Add/Scalar.php | 29 | B 5 hrs |
|
src/Chippyash/Math/Matrix/Computation/Div/Entrywise.php | 25 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/Div/Matrix.php | 33 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/Div/Scalar.php | 46 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/Mul/Entrywise.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/Mul/Matrix.php | 129 | A 25 mins |
|
src/Chippyash/Math/Matrix/Computation/Mul/Scalar.php | 29 | B 5 hrs |
|
src/Chippyash/Math/Matrix/Computation/Sub/Matrix.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Computation/Sub/Scalar.php | 29 | B 5 hrs |
|
src/Chippyash/Math/Matrix/Decomposition/AbstractDecomposition.php | 50 | A 25 mins |
|
src/Chippyash/Math/Matrix/Decomposition/GaussJordanElimination.php | 111 | C 1 day |
|
src/Chippyash/Math/Matrix/Decomposition/Lu.php | 198 | C 7 hrs |
|
src/Chippyash/Math/Matrix/Derivative/AbstractDerivative.php | 22 | A 2 hrs |
|
src/Chippyash/Math/Matrix/Derivative/Determinant.php | 58 | A 25 mins |
|
src/Chippyash/Math/Matrix/Derivative/MarkovWeightedRandom.php | 72 | A 0 mins |
|
src/Chippyash/Math/Matrix/Derivative/Strategy/Determinant/Laplace.php | 104 | A 0 mins |
|
src/Chippyash/Math/Matrix/Derivative/Strategy/Determinant/Lu.php | 14 | A 0 mins |
|
src/Chippyash/Math/Matrix/Derivative/Sum.php | 27 | A 0 mins |
|
src/Chippyash/Math/Matrix/Derivative/Trace.php | 28 | A 0 mins |
|
src/Chippyash/Math/Matrix/Exceptions/ComputationException.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Exceptions/MathMatrixException.php | 4 | A 0 mins |
|
src/Chippyash/Math/Matrix/Exceptions/NoInverseException.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Exceptions/NotMarkovException.php | 10 | A 0 mins |
|
src/Chippyash/Math/Matrix/Exceptions/SingularMatrixException.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Exceptions/UndefinedComputationException.php | 12 | A 0 mins |
|
src/Chippyash/Math/Matrix/Formatter/AsciiNumeric.php | 103 | A 3 hrs |
|
src/Chippyash/Math/Matrix/Formatter/DirectedGraph.php | 68 | A 2 hrs |
|
src/Chippyash/Math/Matrix/Formatter/DirectedGraph/VertexDescription.php | 56 | A 0 mins |
|
src/Chippyash/Math/Matrix/FunctionMatrix.php | 24 | A 0 mins |
|
src/Chippyash/Math/Matrix/IdentityMatrix.php | 56 | A 35 mins |
|
src/Chippyash/Math/Matrix/Interfaces/ComputatationInterface.php | 8 | A 0 mins |
|