EigenVector(Array, Variable, Variable, Array) Function |
Top |
DescriptionCalculate the eigen vectors of a numRows by numCols matrix rowMajorSymMatrix. The eigen vector is stored in eigenVectors.
This function has been Deprecated. Please use Matrix.EigenDecomposition(Matrix,Matrix) instead.
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Function Signature
Arguments
Return Value
Returns number of unique eigen vectors.
Syntax
See also
|