Gets or sets a value indicating whether the
BaseMatrix should be overwritten by
its decomposition.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public bool Overwrite { get; set; }
Public Property Overwrite As Boolean
Get
Set
public:
property bool Overwrite {
bool get ();
void set (bool value);
}
member Overwrite : bool with get, set
Property Value
Type:
Boolean
Once the decomposition is completed, this
value becomes read-only. If you try to set it after the decomposition has
been calculated, an InvalidOperationException is thrown.
This property is only meaningful when the base matrix of the decomposition
is a DenseMatrix. When the base matrix is of another matrix
type, it is never overwritten.
Numerical Libraries
Supported in: 5.x, 4.x
Reference