Calculates the determinant of the decomposed
matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public override double GetDeterminant()
|
| Visual Basic (Declaration) |
Public Overrides Function GetDeterminant As Double
|
| Visual C++ |
public:
virtual double GetDeterminant() override
|
| F# |
abstract GetDeterminant : unit -> float
override GetDeterminant : unit -> float
|
Return Value
The determinant of the matrix.
Remarks
Exceptions
See Also