Class ZeroMatrix
Construct a matrix with all entries set to 0/1
- Chippyash\Matrix\Matrix
-
Chippyash\Math\Matrix\NumericMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToNumeric
-
Chippyash\Math\Matrix\FunctionMatrix
-
Chippyash\Math\Matrix\ZeroMatrix
Namespace: Chippyash\Math\Matrix
Deprecated: use SpecialMatrix('zeros',...) instead
Located at ZeroMatrix.php
Deprecated: use SpecialMatrix('zeros',...) instead
Located at ZeroMatrix.php
public
|
#
__construct( Chippyash\Type\Interfaces\NumericTypeInterface $rows, Chippyash\Type\Interfaces\NumericTypeInterface $cols )
Construct a Matrix with all entries set to IntType(0) |
__invoke(),
compute(),
decompose(),
derive(),
test(),
transform()
|
NS_COMPUTATION,
NS_DECOMPOSITION,
NS_DERIVATIVE,
NS_NTRANSFORMATION,
NS_NUMERIC_ATTRIBUTE
|