Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| Visual Basic (Declaration) |
Public Function GetInverse ( _
overwrite As Boolean _
) As SingleMatrix
|
Parameters
-
overwrite
- Type: System..::..Boolean
If false, the inverse matrix is returned as a new instance.
If true, the decomposition is overwritten with the solution. In this case,
the LU decomposition is no longer valid after the call to this method.
Remarks
Exceptions
See Also