Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Decomposition Class > Properties


Extreme Optimization Mathematics Library for .NET

Decomposition.Overwrite Property

Gets or sets a value indicating whether the BaseMatrix should be overwritten by its decomposition.

[Visual Basic]
Public Property Overwrite As Boolean
[C#]
public bool Overwrite {get; set;}

Remarks

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 GeneralMatrix. When the base matrix is of another matrix type, it is never overwritten.

Exceptions

Exception TypeCondition
InvalidOperationExceptionThe property is read-only because the matrix has already been factorized.

See Also

Decomposition Class | Extreme.Mathematics.LinearAlgebra Namespace