LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Get Matrix Subset VI

Get Matrix Subset VI

Owning Palette: Matrix VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Gets a subset from a sparse matrix.

You must manually select the polymorphic instance you want to use.

Details  Example

Get Sparse Matrix Element (DBL)

Sparse Matrix specifies the input sparse matrix.
row index specifies the row index of the element to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix - 1. The default is 0.
column index specifies the column index of the element to get from Sparse Matrix. The column index must be in the range of 0 and the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
element returns the element at the row index and column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Element (SGL)

Sparse Matrix specifies the input sparse matrix.
row index specifies the row index of the element to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix - 1. The default is 0.
column index specifies the column index of the element to get from Sparse Matrix. The column index must be in the range of 0 and the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
element returns the element at the row index and column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Element (CDB)

Sparse Matrix specifies the input sparse matrix.
row index specifies the row index of the element to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix - 1. The default is 0.
column index specifies the column index of the element to get from Sparse Matrix. The column index must be in the range of 0 and the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
element returns the element at the row index and column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Element (CSG)

Sparse Matrix specifies the input sparse matrix.
row index specifies the row index of the element to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix - 1. The default is 0.
column index specifies the column index of the element to get from Sparse Matrix. The column index must be in the range of 0 and the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
element returns the element at the row index and column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Multi Elem (DBL)

Sparse Matrix specifies the input sparse matrix.
Row Indices specifies the row indices of multiple elements to get from Sparse Matrix. The number of elements in Row Indices must be equal to the number of elements in Column Indices. All elements in Row Indices must range from 0 to the number of rows in Sparse Matrix.
Column Indices specifies the column indices of multiple elements to get from Sparse Matrix. The number of elements in Column Indices must be equal to the number of elements in Row Indices. All elements in Column Indices must range from 0 to the number of columns in Sparse Matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Elements returns the elements at the Row Indices and Column Indices from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Multi Elem (SGL)

Sparse Matrix specifies the input sparse matrix.
Row Indices specifies the row indices of multiple elements to get from Sparse Matrix. The number of elements in Row Indices must be equal to the number of elements in Column Indices. All elements in Row Indices must range from 0 to the number of rows in Sparse Matrix.
Column Indices specifies the column indices of multiple elements to get from Sparse Matrix. The number of elements in Column Indices must be equal to the number of elements in Row Indices. All elements in Column Indices must range from 0 to the number of columns in Sparse Matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Elements returns the elements at the Row Indices and Column Indices from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Multi Elem (CDB)

Sparse Matrix specifies the input sparse matrix.
Row Indices specifies the row indices of multiple elements to get from Sparse Matrix. The number of elements in Row Indices must be equal to the number of elements in Column Indices. All elements in Row Indices must range from 0 to the number of rows in Sparse Matrix.
Column Indices specifies the column indices of multiple elements to get from Sparse Matrix. The number of elements in Column Indices must be equal to the number of elements in Row Indices. All elements in Column Indices must range from 0 to the number of columns in Sparse Matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Elements returns the elements at the Row Indices and Column Indices from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Multi Elem (CSG)

Sparse Matrix specifies the input sparse matrix.
Row Indices specifies the row indices of multiple elements to get from Sparse Matrix. The number of elements in Row Indices must be equal to the number of elements in Column Indices. All elements in Row Indices must range from 0 to the number of rows in Sparse Matrix.
Column Indices specifies the column indices of multiple elements to get from Sparse Matrix. The number of elements in Column Indices must be equal to the number of elements in Row Indices. All elements in Column Indices must range from 0 to the number of columns in Sparse Matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Elements returns the elements at the Row Indices and Column Indices from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Row (DBL)

Sparse Matrix specifies the input sparse matrix.
row index specifies the index of the row to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Row returns the row at row index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Row (SGL)

Sparse Matrix specifies the input sparse matrix.
row index specifies the index of the row to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Row returns the row at row index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Row (CDB)

Sparse Matrix specifies the input sparse matrix.
row index specifies the index of the row to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Row returns the row at row index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Row (CSG)

Sparse Matrix specifies the input sparse matrix.
row index specifies the index of the row to get from Sparse Matrix. The row index must be in the range of 0 and the number of rows in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Row returns the row at row index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Column (DBL)

Sparse Matrix specifies the input sparse matrix.
column index specifies the index of the column to get from Sparse Matrix. The column index must be in the range from 0 to the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Column returns the column at column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Column (SGL)

Sparse Matrix specifies the input sparse matrix.
column index specifies the index of the column to get from Sparse Matrix. The column index must be in the range from 0 to the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Column returns the column at column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Column (CDB)

Sparse Matrix specifies the input sparse matrix.
column index specifies the index of the column to get from Sparse Matrix. The column index must be in the range from 0 to the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Column returns the column at column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Sparse Matrix Column (CSG)

Sparse Matrix specifies the input sparse matrix.
column index specifies the index of the column to get from Sparse Matrix. The column index must be in the range from 0 to the number of columns in Sparse Matrix. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Column returns the column at column index from Sparse Matrix.
error out contains error information. This output provides standard error out functionality.

Get Matrix Subset Details

The following table lists the support characteristics of this VI.

Supported on RT targets Yes
Suitable for bounded execution times on RT Yes

Example

Refer to the Sparse Matrix Attributes and Subsets VI in the labview\examples\Multicore Analysis and Sparse Matrix\Sparse Matrix directory for an example of using the Get Matrix Subset VI.

Was this information helpful?