DADiSP / MatrixXL
MatrixXL Matrix Acceleration Module
MatrixXL automatically accelerates matrix computations and operations.
In addition, custom or built-in routines that make use
of matrix calculations experience significant speed improvements. Below is a
list of routines provided by DADiSP that benefit directly
from the MatrixXL Module.
Matrix Operations and Functions
*^ |
Matrix Multiply |
^^ |
Matrix Power |
\^ |
Matrix Solve |
balance |
Eigenvalues with Balancing |
chol |
Cholesky Decomposition |
crossprod |
Matrix Cross-product, a' *^ b |
det |
Matrix Determinant |
eig |
Eigenvalues and Eigenvectors |
expm |
Matrix Exponential |
funm |
General Matrix Function |
hess |
Hessenberg Matrix Form |
inv |
Matrix Inverse |
linfit |
General Least Squares Curve Fitting |
lu |
LU Decomposition |
polyfit |
Polynomial Curve Fitting |
qr |
QR Decomposition |
schur |
Schur Decomposition |
svd |
Singular Value Decomposition |
Misc Functions
conv |
Direct Convolution |
rand |
Uniform Distributed Noise |
randn |
Gaussian Distributed Noise |