Decomposition<T>.Base Matrix Property
Gets the underlying matrix of the decomposition.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A Matrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> BaseMatrix { get; }
Property Value
Matrix<T>A Matrix<T>.
Remarks
Every decomposition is the decomposition of some matrix. This is the matrix that is returned by this property.
Note that if the Overwrite property is true, then the components of the base matrix after the decomposition has been calculated are no longer valid.