LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Sparse to Dense VI

Sparse to Dense VI

Owning Palette: Matrix VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Converts a sparse matrix to a dense matrix that contains zero elements explicitly.

If the size of the sparse matrix is too large, LabVIEW might have insufficient memory to convert the sparse matrix to a dense matrix.

Wire data to the Sparse Matrix input to determine the polymorphic instance to use or manually select the instance.

Details  

Sparse to Dense (DBL)

Sparse Matrix specifies the input sparse matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Dense Matrix returns the dense matrix that this VI converts from Sparse Matrix that contains zero elements explicitly.
error out contains error information. This output provides standard error out functionality.

Sparse to Dense (SGL)

Sparse Matrix specifies the input sparse matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Dense Matrix returns the dense matrix that this VI converts from Sparse Matrix that contains zero elements explicitly.
error out contains error information. This output provides standard error out functionality.

Sparse to Dense (CDB)

Sparse Matrix specifies the input sparse matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Dense Matrix returns the dense matrix that this VI converts from Sparse Matrix that contains zero elements explicitly.
error out contains error information. This output provides standard error out functionality.

Sparse to Dense (CSG)

Sparse Matrix specifies the input sparse matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Dense Matrix returns the dense matrix that this VI converts from Sparse Matrix that contains zero elements explicitly.
error out contains error information. This output provides standard error out functionality.

Sparse to Dense Details

The following table lists the support characteristics of this VI.

Supported on RT targets Yes
Suitable for bounded execution times on RT Yes
Was this information helpful?