Computes the generalized right eigenvalues and eigenvectors of a pair of square matrices.
The first square matrix.
This input accepts a 2D array of double-precision, floating point numbers or 2D array of complex double-precision, floating point numbers.
Default: Empty array
The second square matrix.
Default: Empty array
A value specifying whether this node computes eigenvalues and vectors.
Name | Value | Description |
---|---|---|
Eigenvalues | 0 | The node computes only the eigenvalues of the input matrix. |
Eigenvalues and Vectors | 1 | The node computes both the eigenvalues and the eigenvectors of the input matrix. |
Default: Eigenvalues and Vectors
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Generalized right eigenvalues of the input matrix pair.
Generalized right eigenvectors of the input matrix pair.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application