GeneralizedSchurDecomposition<T>.SchurForm1 Property

Gets the Schur form of the first matrix.

Definition

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

Property Value

Matrix<T>
A DenseMatrix<T> containing the Schur form.

See Also