Macaulay2 Engine
Loading...
Searching...
No Matches

◆ determinant() [1/5]

template<typename RT>
void MatrixOps::determinant ( const DMat< RT > & A,
typename RT::ElementType & result )
inline

Definition at line 488 of file mat-linalg.hpp.

489{
490 DMatLinAlg<RT> LUdecomp(A);
491 LUdecomp.determinant(result);
492}
VALGRIND_MAKE_MEM_DEFINED & result(result)

References DMatLinAlg< RingType >::determinant(), and result().