trait
MatrixTrait (View source)
Methods
Details
final static bool
is_square(NdArray|array $m)
Is given matrix a square matrix ?
final static NdArray|int|float
negative(NdArray|array|int|float $m)
Numerical negative, element-wise.
Permute the dimensions of an array.