GeneralizedSchurDecomposition<T>.SchurForm2 Property

Gets the Schur form of the second matrix.

Definition

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

Property Value

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

See Also