Gets the underlying matrix of the decomposition.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> BaseMatrix { get; }
Public ReadOnly Property BaseMatrix As Matrix(Of T)
Get
public:
property Matrix<T>^ BaseMatrix {
Matrix<T>^ get ();
}
member BaseMatrix : Matrix<'T> with get
Property Value
Type:
MatrixTA
MatrixT.
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 , then the components
of the base matrix after the decomposition has been calculated are no longer valid.
Reference