Generalized Schur Decomposition<T>.Schur Form 2 Property
Gets the Schur form of the second matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A DenseMatrix<T> containing the Schur form.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> SchurForm2 { get; protected set; }
Property Value
Matrix<T>A DenseMatrix<T> containing the Schur form.