Calculates the determinant of this Matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetDeterminant As Double |
| C# |
|---|
public override double GetDeterminant () |
| C++ |
|---|
public: virtual double GetDeterminant () override |
Return Value
The determinant of the GeneralMatrix.
Exceptions
| Exception | Condition |
|---|---|
| DimensionMismatchException | The matrix is not square. |