Initialize Matrix VI
- Updated2023-02-21
- 5 minute(s) read
Initialize Matrix VI
Owning Palette: Matrix VIs
Requires: Multicore Analysis and Sparse Matrix Toolkit
Initializes a zero sparse matrix with the specified number of row and columns.
You must manually select the polymorphic instance you want to use.
Initialize Sparse Matrix (DBL)
![]() |
number of rows specifies the number of rows in Sparse Matrix. The number of rows must be non-negative. |
![]() |
number of columns specifies the number of columns in Sparse Matrix. The number of columns must be non-negative. |
![]() |
max number of nonzeros specifies the maximum number of nonzeros in Sparse Matrix. If max number of nonzeros is negative, LabVIEW determines the maximum number of nonzeros automatically. The default is -1. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Sparse Matrix returns a zero sparse matrix with number of rows and number of columns. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Initialize Sparse Matrix (SGL)
![]() |
number of rows specifies the number of rows in Sparse Matrix. The number of rows must be non-negative. |
![]() |
number of columns specifies the number of columns in Sparse Matrix. The number of columns must be non-negative. |
![]() |
max number of nonzeros specifies the maximum number of nonzeros in Sparse Matrix. If max number of nonzeros is negative, LabVIEW determines the maximum number of nonzeros automatically. The default is -1. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Sparse Matrix returns a zero sparse matrix with number of rows and number of columns. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Initialize Sparse Matrix (CDB)
![]() |
number of rows specifies the number of rows in Sparse Matrix. The number of rows must be non-negative. |
![]() |
number of columns specifies the number of columns in Sparse Matrix. The number of columns must be non-negative. |
![]() |
max number of nonzeros specifies the maximum number of nonzeros in Sparse Matrix. If max number of nonzeros is negative, LabVIEW determines the maximum number of nonzeros automatically. The default is -1. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Sparse Matrix returns a zero sparse matrix with number of rows and number of columns. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Initialize Sparse Matrix (CSG)
![]() |
number of rows specifies the number of rows in Sparse Matrix. The number of rows must be non-negative. |
![]() |
number of columns specifies the number of columns in Sparse Matrix. The number of columns must be non-negative. |
![]() |
max number of nonzeros specifies the maximum number of nonzeros in Sparse Matrix. If max number of nonzeros is negative, LabVIEW determines the maximum number of nonzeros automatically. The default is -1. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Sparse Matrix returns a zero sparse matrix with number of rows and number of columns. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Initialize Matrix Details
The following table lists the support characteristics of this VI.
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | No |