ComplexLUDeterminant Method |
Return the determinant of the matrix used to construct this instance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex Determinant()
Public Function Determinant As Complex
public:
Complex Determinant()
member Determinant : unit -> Complex
Return Value
Type:
Complex
A
Complex scalar containing the determinant of the matrix
used to construct this instance.
See Also