Class FunctionMatrix
Matrix construction using a function
- Chippyash\Matrix\Matrix
-
Chippyash\Math\Matrix\NumericMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToNumeric
-
Chippyash\Math\Matrix\FunctionMatrix
Namespace: Chippyash\Math\Matrix
Deprecated: Use SpecialMatrix::create('functional', int:rows, int:cols, \Closure:f) instead
Located at FunctionMatrix.php
Deprecated: Use SpecialMatrix::create('functional', int:rows, int:cols, \Closure:f) instead
Located at FunctionMatrix.php
public
|
#
__construct( callable $function, Chippyash\Type\Number\IntType $rows, Chippyash\Type\Number\IntType $cols )
Construct a complete matrix whose entries are a result of a function |
__invoke(),
compute(),
decompose(),
derive(),
test(),
transform()
|
NS_COMPUTATION,
NS_DECOMPOSITION,
NS_DERIVATIVE,
NS_NTRANSFORMATION,
NS_NUMERIC_ATTRIBUTE
|