Class Matrix
Standard multiplication of two matrices
- Chippyash\Math\Matrix\Computation\AbstractComputation implements Chippyash\Math\Matrix\Interfaces\ComputatationInterface uses Chippyash\Matrix\Traits\Debug (not available)
-
Chippyash\Math\Matrix\Computation\Mul\Matrix uses Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType, Chippyash\Math\Matrix\Traits\CreateCorrectScalarType, Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric, Chippyash\Matrix\Traits\AssertParameterIsMatrix (not available)
public
|
#
compute(
Multiply two matrices together Boolean values are converted to 0 (false) and 1 (true). Use the logical computations if required. Only numeric values can be multiplied. Strings cannot be multiplied |
__invoke()
|