Gets the eigenvectors of the matrix if the matrix is symmetric.
Namespace:
ceometric.VectorGeometry
Assembly:
ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Matrix3d SymmetricEigenvectors { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SymmetricEigenvectors As Matrix3d |
| Visual C++ |
|---|
public:
property Matrix3d^ SymmetricEigenvectors {
Matrix3d^ get ();
} |
Field Value
A matrix column-wise containing the eigenvectors of the matrix if the matrix is symmetric.
Remarks
Exceptions
See Also