Class RationalMatrix
Construct a matrix whose entries are Rational numbers
- Chippyash\Matrix\Matrix
-
Chippyash\Math\Matrix\NumericMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToNumeric
-
Chippyash\Math\Matrix\RationalMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToRational
public
|
#
__construct( Matrix|array $source, mixed $normalizeDefault = 0 )
Construct a complete Matrix with all entries set to a rational number Takes a source matrix or array (which can be incomplete and converts each entry to rational number, setting a default value if entry does not exist. |
__invoke(),
compute(),
decompose(),
derive(),
test(),
transform()
|
NS_COMPUTATION,
NS_DECOMPOSITION,
NS_DERIVATIVE,
NS_NTRANSFORMATION,
NS_NUMERIC_ATTRIBUTE
|