LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Matrix VIs

Matrix 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 Matrix VIs to manipulate the elements, diagonals, and submatrices of a sparse matrix.

Palette ObjectDescription
Build MatrixBuilds four sparse matrices by column and then by row.
Concatenate MatrixConcatenates two sparse matrices by row, column, or diagonal.
Create Matrix from Storage FormatCreates a sparse matrix from storage format.
Dense to SparseConverts a dense matrix to a sparse matrix that contains only nonzero elements.
Get Matrix SizeReturns the number of rows and columns in a sparse matrix.
Get Matrix Storage FormatGets the storage format of a sparse matrix.
Get Matrix SubsetGets a subset from a sparse matrix.
Get Number of NonzerosReturns the number of nonzeros and the maximum number of nonzeros in a sparse matrix.
Initialize MatrixInitializes a zero sparse matrix with the specified number of row and columns.
Non-Conjugate Transpose MatrixComputes the non-conjugate transpose of a sparse matrix.
Reorder ElementsReorders elements in a sparse matrix according to their row and column indices. Reordering elements in a sparse matrix usually speeds up sparse matrix operations.
Set Matrix SizeSets the number of rows and columns in a sparse matrix.
Set Matrix SubsetSets a subset in a sparse matrix.
Set Max Number of NonzerosSets the maximum number of nonzeros in a sparse matrix.
Sparse to DenseConverts a sparse matrix to a dense matrix that contains zero elements explicitly.
Was this information helpful?