LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Kronecker Product VI

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

Kronecker Product VI

Owning Palette: Linear Algebra VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Computes the Kronecker product of the input matrices A and B.

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

Details  

Kronecker Product (DBL)

A specifies the first matrix.
B specifies the second matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Kronecker Product returns the computed Kronecker product of matrices A and B. The number of rows in Kronecker Product is the product of the number of rows in A and B. The number of columns in Kronecker Product is the product of the number of columns in A and B.
error out contains error information. This output provides standard error out functionality.

Kronecker Product (SGL)

A specifies the first matrix.
B specifies the second matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Kronecker Product returns the computed Kronecker product of matrices A and B. The number of rows in Kronecker Product is the product of the number of rows in A and B. The number of columns in Kronecker Product is the product of the number of columns in A and B.
error out contains error information. This output provides standard error out functionality.

Kronecker Product (CDB)

A specifies the first matrix.
B specifies the second matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Kronecker Product returns the computed Kronecker product of matrices A and B. The number of rows in Kronecker Product is the product of the number of rows in A and B. The number of columns in Kronecker Product is the product of the number of columns in A and B.
error out contains error information. This output provides standard error out functionality.

Kronecker Product (CSG)

A specifies the first matrix.
B specifies the second matrix.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Kronecker Product returns the computed Kronecker product of matrices A and B. The number of rows in Kronecker Product is the product of the number of rows in A and B. The number of columns in Kronecker Product is the product of the number of columns in A and B.
error out contains error information. This output provides standard error out functionality.

Kronecker Product Details

The following table lists the support characteristics of this VI.

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

Refer to the Details section in the Kronecker Product VI for more details about this VI.

Log in to get a better experience