Generalized Decomposition<T>.Secondary Base Matrix Property
Gets the secondary underlying matrix of the decomposition.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Matrix<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Matrix<T> SecondaryBaseMatrix { get; }
Property Value
Matrix<T>A Matrix<T>.
Remarks
A generalized decomposition is the decomposition involving two matrices. The generalized decomposition reduces to the original decomposition of the primary matrix when the secondary matrix is the identity matrix.