GeneralizedSchurDecomposition<T>.RightSchurVectors Property

Gets the right 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> RightSchurVectors { get; protected set; }

Property Value

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

See Also