EigenVector(Array, Variable, Variable, Array, Array) Function |
Top |
DescriptionCalculate the eigen vectors and eigen values of a numRows by numCols matrix rowMajorSymMatrix. The eigen vectors are stored in eigenVectors. The eigen values are stored in eigenValues.
This function has been Deprecated. Please use Matrix.EigenDecomposition(Matrix,Matrix) instead.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode.
Function Signature
Arguments
Return Value
Returns number of unique eigen vectors.
Syntax
See also
|