Click or drag to resize

NMathFunctionsDeterminant Method

Overload List
 NameDescription
Public methodStatic memberDeterminant(DoubleBandMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(DoubleComplexBandMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(DoubleComplexLowerTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleComplexMatrix) Computes the determinant of a given matrix.
Public methodStatic memberDeterminant(DoubleComplexTriDiagMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(DoubleComplexUpperTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleHermitianBandMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(DoubleHermitianMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleLowerTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleMatrix) Computes the determinant of a given matrix.
Public methodStatic memberDeterminant(DoubleSymBandMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleSymmetricMatrix) Computes the determinant of a symmetric matrix.
Public methodStatic memberDeterminant(DoubleTriDiagMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(DoubleUpperTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatBandMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatComplexBandMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatComplexLowerTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatComplexMatrix) Computes the determinant of a given matrix.
Public methodStatic memberDeterminant(FloatComplexTriDiagMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatComplexUpperTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatHermitianBandMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatHermitianMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatLowerTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatMatrix) Computes the determinant of a given matrix.
Public methodStatic memberDeterminant(FloatSymBandMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatSymmetricMatrix) Computes the determinant of a symmetric matrix.
Public methodStatic memberDeterminant(FloatTriDiagMatrix) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatUpperTriMatrix) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleComplexTriDiagMatrix, Boolean) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(DoubleHermitianBandMatrix, Boolean) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(DoubleHermitianMatrix, Boolean) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleSymBandMatrix, Boolean) Computes the determinant of A.
Public methodStatic memberDeterminant(DoubleSymmetricMatrix, Boolean) Computes the determinant of a symmetric matrix.
Public methodStatic memberDeterminant(DoubleTriDiagMatrix, Boolean) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatComplexTriDiagMatrix, Boolean) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatHermitianBandMatrix, Boolean) Computes the determinant of the matrix.
Public methodStatic memberDeterminant(FloatHermitianMatrix, Boolean) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatSymBandMatrix, Boolean) Computes the determinant of A.
Public methodStatic memberDeterminant(FloatSymmetricMatrix, Boolean) Computes the determinant of a symmetric matrix.
Public methodStatic memberDeterminant(FloatTriDiagMatrix, Boolean) Computes the determinant of the matrix.
Top
See Also