Class Matrix
Divide one matrix by another This is the same as multiplying by the inverse of the divisor i.e. Where a, b are numeric matrices and i = inverse(b) then a/b = a * i
- Chippyash\Math\Matrix\Computation\AbstractComputation implements Chippyash\Math\Matrix\Interfaces\ComputatationInterface uses Chippyash\Matrix\Traits\Debug (not available)
-
Chippyash\Math\Matrix\Computation\Div\Matrix uses Chippyash\Matrix\Traits\AssertParameterIsMatrix (not available) Chippyash\Matrix\Traits\AssertMatrixRowsAreEqual (not available) Chippyash\Matrix\Traits\AssertMatrixColumnsAreEqual (not available) Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType
Namespace: Chippyash\Math\Matrix\Computation\Div
Link: http://www.php.net//manual/en/function.is-scalar.php
Located at Computation/Div/Matrix.php
Link: http://www.php.net//manual/en/function.is-scalar.php
Located at Computation/Div/Matrix.php
public
|
#
compute(
Divide a mtix by another |
__invoke()
|