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

◆ IM2_SmithNormalForm()

M2_bool IM2_SmithNormalForm ( MutableMatrix * M)

Definition at line 625 of file mutable-matrix.cpp.

626{
627 (void) M;
628#ifdef DEVELOPMENT
629#warning "implement smith"
630#endif
631 ERROR("not implemented yet");
632 return 0;
633}
const int ERROR
Definition m2-mem.cpp:55

References ERROR.