Class ComplexMatrix
Construct a matrix whose entries are complex numbers
- Chippyash\Matrix\Matrix
-
Chippyash\Math\Matrix\NumericMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToNumeric
-
Chippyash\Math\Matrix\ComplexMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToComplex
public
|
#
__construct( Matrix|array $source, Chippyash\Type\Number\Complex\ComplexType $normalizeDefault = null )
Construct a complete Matrix with all entries set to a complex number Takes a source matrix or array (which can be incomplete and converts each entry to complex number type, 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
|