Matrix Operations
- Array-Vector Add
-
Adds the elements of the vector to the elements of the array according to the specified dimension.
- Array-Vector Divide
-
Divides array elements into vector elements according to the specified dimension.
- Array-Vector Multiply
-
Multiplies the elements of the vector by the elements of the array according to the specified dimension.
- Array-Vector Subtract
-
Subtracts vector elements from array elements by the specified dimension.
- Extract Triangular Matrix
-
Selection of the upper or lower triangular matrix.
- Matrix 1-Norm
-
Calculation of the first norm of the matrix.
- Matrix Exponential
-
Calculating the exponent of a matrix.
- DSP Product
-
Multiplication and division of scalars and non-scalars.
- Toeplitz
-
Generation of the Greenhouse matrix.