Matrix.EigenDecomposition(Matrix, Matrix) Method |
Top |
DescriptionDecomposes the matrix M such that M = V D V^-1, where the columns of V are the eigen vectors of M and D is a diagonal matrix where the diagonal elements are the eigen values of M. This overload assumes that only real values will be returned, and will return an error in the event that complex values are encountered.
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. Click here to see the documentation for this object in nanosecond timing precision mode.
Method Signature
Arguments
Syntax
See also Matrix, Array, and Variable Math Guide
|