Matrix Norm VI
- Updated2023-02-21
- 5 minute(s) read
Matrix Norm VI
Owning Palette: Linear Algebra VIs
Requires: Multicore Analysis and Sparse Matrix Toolkit
Computes the norm of Input Matrix.
Wire data to the Input Matrix input to determine the polymorphic instance to use or manually select the instance.
Matrix Norm (DBL)
![]() |
Input Matrix specifies a square or rectangular matrix. If Input Matrix is empty, this VI sets norm to NaN. | ||||||||
![]() |
norm type specifies the type of matrix norm to compute. Let A represent the Input Matrix, ||A||p represents the norm of A, where p can be the different types of norms that this VI computes.
|
||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||
![]() |
norm returns the norm of Input Matrix. | ||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Matrix Norm (SGL)
![]() |
Input Matrix specifies a square or rectangular matrix. If Input Matrix is empty, this VI sets norm to NaN. | ||||||||
![]() |
norm type specifies the type of matrix norm to compute. Let A represent the Input Matrix, ||A||p represents the norm of A, where p can be the different types of norms that this VI computes.
|
||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||
![]() |
norm returns the norm of Input Matrix. | ||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Matrix Norm (CDB)
![]() |
Input Matrix specifies a square or rectangular matrix. If Input Matrix is empty, this VI sets norm to NaN. | ||||||||
![]() |
norm type specifies the type of matrix norm to compute. Let A represent the Input Matrix, the norm of A is represented by ||A||p, where p is the different types of norms that this VI computes.
|
||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||
![]() |
norm returns the norm of Input Matrix. | ||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Matrix Norm (CSG)
![]() |
Input Matrix specifies a square or rectangular matrix. If Input Matrix is empty, this VI sets norm to NaN. | ||||||||
![]() |
norm type specifies the type of matrix norm to compute. Let A represent the Input Matrix, the norm of A is represented by ||A||p, where p is the different types of norms that this VI computes.
|
||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||
![]() |
norm returns the norm of Input Matrix. | ||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Matrix Norm Details
The following table lists the support characteristics of this VI.
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Yes |