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

◆ IM2_Matrix_remove_content()

const Matrix * IM2_Matrix_remove_content ( const Matrix * M)

Definition at line 754 of file matrix.cpp.

755{
756 (void) M;
757#ifdef DEVELOPMENT
758#warning \
759 "const Matrix /* or null */ * IM2_Matrix_remove_content(const Matrix *M) -- not implemented yet"
760#endif
761 return nullptr;
762}

References Matrix.