Class ShiftMatrix
Class ShiftMatrix
- Chippyash\Matrix\Matrix
-
Chippyash\Math\Matrix\NumericMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToNumeric
-
Chippyash\Math\Matrix\ShiftMatrix
Namespace: Chippyash\Math\Matrix
See: https://en.wikipedia.org/wiki/Shift_matrix
Located at ShiftMatrix.php
See: https://en.wikipedia.org/wiki/Shift_matrix
Located at ShiftMatrix.php
public
|
#
__construct( Chippyash\Type\Number\IntType $size, Chippyash\Type\String\StringType $shiftType, Chippyash\Type\Number\IntType $identityType = null )
ShiftMatrix constructor. |
__invoke(),
compute(),
decompose(),
derive(),
test(),
transform()
|
string |
SM_TYPE_UPPER
|
#
'upper'
|
string |
SM_TYPE_LOWER
|
#
'lower'
|
NS_COMPUTATION,
NS_DECOMPOSITION,
NS_DERIVATIVE,
NS_NTRANSFORMATION,
NS_NUMERIC_ATTRIBUTE
|