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

◆ IM2_Matrix_is_implemented_as_dense()

M2_bool IM2_Matrix_is_implemented_as_dense ( const Matrix * M)

Definition at line 215 of file matrix.cpp.

217{
218 (void) M;
219#ifdef DEVELOPMENT
220#warning not implemented yet
221#endif
222 return 0;
223}

References Matrix.