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

◆ IM2_HermiteNormalForm()

M2_bool IM2_HermiteNormalForm ( MutableMatrix * M)

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

636{
637 (void) M;
638#ifdef DEVELOPMENT
639#warning "implement hermite"
640#endif
641 ERROR("not implemented yet");
642 return 0;
643}
const int ERROR
Definition m2-mem.cpp:55

References ERROR.