GeneralizedSchurDecomposition<T>.LeftSchurVectors Property

Gets the left Schur vectors of the decomposition.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T> LeftSchurVectors { get; protected set; }

Property Value

Matrix<T>
A DenseMatrix<T> containing the left Schur vectors.

See Also