LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Linear Algebra VIs

Linear Algebra VIs

Owning Palette: Multicore Analysis and Sparse Matrix VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Linear Algebra VIs to perform matrix-related computations and analysis.

Palette ObjectDescription
A x BComputes the product of two matrices or a matrix and a vector. The data types you wire to the A and B inputs determine the polymorphic instance to use.
Cholesky DecompositionComputes the Cholesky decomposition of a symmetric or Hermitian positive definite matrix A.
Create Special MatrixGenerates a special matrix based on matrix type.
DeterminantComputes the determinant of Input Matrix.
Dot ProductComputes the dot product of X Vector and Y Vector.
Eigenvalues and VectorsFinds the eigenvalues and right eigenvectors of the square Input Matrix.
Generalized Eigenvalues and VectorsComputes the generalized eigenvalue and eigenvectors of a pair of matrices A and B.
Inverse MatrixFinds the inverse, if it exists, of Input Matrix.
Kronecker ProductComputes the Kronecker product of the input matrices A and B.
LU DecompositionComputes the LU decomposition of a matrix A so that PA = LU.
Matrix Condition NumberComputes the condition number of Input Matrix.
Matrix ExponentialComputes the exponential of Input Matrix.
Matrix LogarithmComputes the natural logarithm of Input Matrix.
Matrix NormComputes the norm of Input Matrix.
Matrix PowerComputes the nth power of Input Matrix.
Matrix RankComputes the rank of Input Matrix.
Matrix Square RootComputes the square root of Input Matrix.
Outer ProductComputes the outer product of X Vector and Y Vector. The data types you wire to the X Vector and Y Vector inputs determine the polymorphic instance to use.
PseudoInverse MatrixFinds the pseudoinverse of Input Matrix.
QR DecompositionComputes the QR decomposition of a matrix A.
QZ DecompositionComputes the QZ decomposition of a pair of matrices A and B.
Schur DecompositionComputes the Schur decomposition of the Input Matrix.
Solve Linear EquationsFinds the solution to a linear system AX = Y.
SVD DecompositionComputes the singular value decomposition (SVD) of a matrix A.
TraceComputes the trace of Input Matrix.
Transpose MatrixFinds the transpose of real Input Matrix or the conjugate transpose of complex Input Matrix.
Vector NormComputes the norm of Input Vector.


SubpaletteDescription
Basic Linear Algebra Subroutines VIsUse the Basic Linear Algebra Subroutines VIs to perform basic scalar-vector, vector-vector, matrix-vector, and matrix-matrix operations.
Sparse Linear Algebra VIsUse the Sparse Linear Algebra VIs to perform linear algebra computations and analysis on sparse matrices.
Was this information helpful?