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

◆ isDense() [1/3]

template<typename RT>
bool isDense ( const DMat< RT > & mat)

Definition at line 62 of file mutablemat-defs.hpp.

63{
64 (void) mat;
65 return true;
66}