|  | DoubleComplexBandFactDeterminant Method | 
            Computes the determinant of the factored matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplex Determinant()
Public Function Determinant As DoubleComplex
public:
DoubleComplex Determinant()
member Determinant : unit -> DoubleComplex 
Return Value
DoubleComplexThe determinant of the factored matrix.
 See Also
See Also