GeneralizedDecomposition<T>.SecondaryBaseMatrix Property

Gets the secondary underlying matrix of the decomposition.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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.

See Also