Returns the determinant of a square complex matrix using its
LU factorization.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function Determinant() As Complex |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CLU
Dim value As Complex
value = instance.Determinant() |
| C++/CLI | |
|---|
public:
Complex Determinant(); |
Return Value
A complex value that equals to the determinant of the matrix.
Exceptions
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also