Generalized Schur Decomposition<T>.Left Schur Vectors Property
Gets the left 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 left Schur vectors.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> LeftSchurVectors { get; protected set; }
Property Value
Matrix<T>A DenseMatrix<T> containing the left Schur vectors.