Gets the underlying matrix of the decomposition.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ComplexMatrix BaseMatrix { get; }
Public ReadOnly Property BaseMatrix As ComplexMatrix
Get
public:
property ComplexMatrix^ BaseMatrix {
ComplexMatrix^ get ();
}
member BaseMatrix : ComplexMatrix with get
Property Value
Type:
ComplexMatrixA
ComplexMatrix.
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.
Numerical Libraries
Supported in: 5.x, 4.x
Reference