Class Invert
Invert a matrix i.e. produce its inverse matrix Square, non singular matrices only!
- Chippyash\Matrix\Transformation\AbstractTransformation
-
Chippyash\Math\Matrix\Transformation\Invert uses Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric, Chippyash\Math\Matrix\Traits\AssertMatrixIsNonSingular, Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType
Namespace: Chippyash\Math\Matrix\Transformation
Link: http://www.intmath.com/matrices-determinants/inverse-matrix-gauss-jordan-elimination.php
Link: https://gist.github.com/unix1/7510208
Located at Transformation/Invert.php
Link: http://www.intmath.com/matrices-determinants/inverse-matrix-gauss-jordan-elimination.php
Link: https://gist.github.com/unix1/7510208
Located at Transformation/Invert.php
public
|
integer |
METHOD_AUTO
|
#
0
|
integer |
METHOD_DET
|
#
1
|