ni.com is currently experiencing issues.

Support teams are actively working on the resolution.

LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Add VI

Add VI

Owning Palette: Numeric VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Computes the element-wise sum of two sparse matrices.

Wire data to the A and B inputs to determine the polymorphic instance to use or manually select the instance.

Details  

Add Sparse to Sparse (DBL)

A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively.
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively.
A+B returns the element-wise sum of A and B.

Add Sparse to Sparse (SGL)

A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively.
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively.
A+B returns the element-wise sum of A and B.

Add Sparse to Sparse (CDB)

A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively.
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively.
A+B returns the element-wise sum of A and B.

Add Sparse to Sparse (CSG)

A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively.
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively.
A+B returns the element-wise sum of A and B.

Add Details

The following table lists the support characteristics of this VI.

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

Help us improve your future ni.com experience.

What are you trying to do?

Submit