Generalized Schur Decomposition<T>.Right Schur Vectors Property
Gets the right Schur vectors of the decomposition.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A DenseMatrix<T> containing the right Schur vectors.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> RightSchurVectors { get; protected set; }
Property Value
Matrix<T>A DenseMatrix<T> containing the right Schur vectors.