LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Draw Sparse Structure VI

Draw Sparse Structure VI

Owning Palette: Visualization VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Draws the structure of elements in a sparse matrix. The structure shows not only the coordinates, the row and column indices, of elements, but also the actual values of elements in the sparse matrix.

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

Details  Example

Draw Sparse Structure (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.
Sparse Structure Plot returns a reference to a 3D scene object. Wire this output to the 3D picture control to view the structure of elements in Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Draw Sparse Structure (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.
Sparse Structure Plot returns a reference to a 3D scene object. Wire this output to the 3D picture control to view the structure of elements in Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Draw Sparse Structure Details

The following table lists the support characteristics of this VI.

Supported on RT targets No

Example

Refer to the Visualize Sparse Matrices VI in the labview\examples\Multicore Analysis and Sparse Matrix\Sparse Matrix directory for an example of using the Draw Sparse Structure VI.

Was this information helpful?