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