LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Square VI

  • Updated2023-02-21
  • 2 minute(s) read

Square VI

Owning Palette: Numeric VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Computes the square of elements in a sparse matrix.

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

Details  

Square Sparse Matrix (DBL)

A specifies the input sparse matrix.
A^2 returns a sparse matrix whose elements are the square elements in A.

Square Sparse Matrix (SGL)

A specifies the input sparse matrix.
A^2 returns a sparse matrix whose elements are the square elements in A.

Square Sparse Matrix (CDB)

A specifies the input sparse matrix.
A^2 returns a sparse matrix whose elements are the square elements in A.

Square Sparse Matrix (CSG)

A specifies the input sparse matrix.
A^2 returns a sparse matrix whose elements are the square elements in A.

Square Details

The following table lists the support characteristics of this VI.

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

Log in to get a better experience