  | NMathFunctionsDeterminant(DoubleBandMatrix) Method | 
            Computes the determinant of the matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Determinant(
	DoubleBandMatrix A
)
Public Shared Function Determinant ( 
	A As DoubleBandMatrix
) As Double
public:
static double Determinant(
	DoubleBandMatrix^ A
)
static member Determinant : 
        A : DoubleBandMatrix -> float Parameters
- A  DoubleBandMatrix
 - A banded matrix.
 
Return Value
DoubleThe determinant of the matrix.
See Also