Owning Palette: Linear Algebra VIs
Requires: Full Development System
Generates a special matrix based on matrix type. The data types you wire to the Input Vector2 and Input Vector1 inputs determine the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
Input Vector2 used as the input to construct a special matrix in some options. | ||||||||||||||||||||||||||||||
matrix type specifies the type of special matrix that this VI uses to generate as the Special Matrix output. Let n represent matrix size, X represent Input Vector1, nx represent the size of X, and Y represent Input Vector2, ny represent the size of Y, and B represent the output Special Matrix.
|
||||||||||||||||||||||||||||||
matrix size determines the dimension size of the output Special Matrix. | ||||||||||||||||||||||||||||||
Input Vector1 used as the input to construct a special matrix in some options. | ||||||||||||||||||||||||||||||
Special Matrix is the generated matrix. | ||||||||||||||||||||||||||||||
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
Input Vector2 used as the input to construct a special matrix in some options. | ||||||||||||||||||||||||||||||
matrix type specifies the type of special matrix that this VI uses to generate as the Special Matrix output. Let n represent matrix size, X represent Input Vector1, nx represent the size of X, and Y represent Input Vector2, ny represent the size of Y, and B represent the output Special Matrix.
|
||||||||||||||||||||||||||||||
matrix size determines the dimension size of the output Special Matrix. | ||||||||||||||||||||||||||||||
Input Vector1 used as the input to construct a special matrix in some options. | ||||||||||||||||||||||||||||||
Special Matrix is the generated matrix. | ||||||||||||||||||||||||||||||
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
Refer to the Matrix to a Power VI in the labview\examples\Mathematics\Linear Algebra directory for an example of using the Create Special Matrix VI.