LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Reorder Elements VI

Reorder Elements VI

Owning Palette: Matrix VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Reorders elements in a sparse matrix according to their row and column indices. Reordering elements in a sparse matrix usually speeds up sparse matrix operations.

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

Details  

Reorder Sparse Matrix Elements (DBL)

Sparse Matrix specifies the input sparse matrix.
order specifies how to reorder elements in Sparse Matrix according to their row and column indices.

0No Reorder—Specifies that this VI does not reorder elements in a certain order.
1Row—Specifies that this VI reorders elements in order of ascending row indices.
2Column—Specifies that this VI reorders elements in order of ascending column indices.
3Row and Column (default)—Specifies that this VI reorders elements in order of ascending row indices and then ascending column indices.
4Column and Row—Specifies that this VI reorders elements in order of ascending column indices and then ascending row indices.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Reordered Sparse Matrix returns Sparse Matrix with elements reordered according to their row and column indices.
error out contains error information. This output provides standard error out functionality.

Reorder Sparse Matrix Elements (SGL)

Sparse Matrix specifies the input sparse matrix.
order specifies how to reorder elements in Sparse Matrix according to their row and column indices.

0No Reorder—Specifies that this VI does not reorder elements in a certain order.
1Row—Specifies that this VI reorders elements in order of ascending row indices.
2Column—Specifies that this VI reorders elements in order of ascending column indices.
3Row and Column (default)—Specifies that this VI reorders elements in order of ascending row indices and then ascending column indices.
4Column and Row—Specifies that this VI reorders elements in order of ascending column indices and then ascending row indices.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Reordered Sparse Matrix returns Sparse Matrix with elements reordered according to their row and column indices.
error out contains error information. This output provides standard error out functionality.

Reorder Sparse Matrix Elements (CDB)

Sparse Matrix specifies the input sparse matrix.
order specifies how to reorder elements in Sparse Matrix according to their row and column indices.

0No Reorder—Specifies that this VI does not reorder elements in a certain order.
1Row—Specifies that this VI reorders elements in order of ascending row indices.
2Column—Specifies that this VI reorders elements in order of ascending column indices.
3Row and Column (default)—Specifies that this VI reorders elements in order of ascending row indices and then ascending column indices.
4Column and Row—Specifies that this VI reorders elements in order of ascending column indices and then ascending row indices.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Reordered Sparse Matrix returns Sparse Matrix with elements reordered according to their row and column indices.
error out contains error information. This output provides standard error out functionality.

Reorder Sparse Matrix Elements (CSG)

Sparse Matrix specifies the input sparse matrix.
order specifies how to reorder elements in Sparse Matrix according to their row and column indices.

0No Reorder—Specifies that this VI does not reorder elements in a certain order.
1Row—Specifies that this VI reorders elements in order of ascending row indices.
2Column—Specifies that this VI reorders elements in order of ascending column indices.
3Row and Column (default)—Specifies that this VI reorders elements in order of ascending row indices and then ascending column indices.
4Column and Row—Specifies that this VI reorders elements in order of ascending column indices and then ascending row indices.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Reordered Sparse Matrix returns Sparse Matrix with elements reordered according to their row and column indices.
error out contains error information. This output provides standard error out functionality.

Reorder Elements 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?