Macaulay2 Engine
Loading...
Searching...
No Matches
fplll-interface.hpp
Go to the documentation of this file.
1
30
31class MutableMatrix;
32
33bool fp_LLL(MutableMatrix *M, MutableMatrix *U, int strategy);
34
35// Local Variables:
36// compile-command: "make -C $M2BUILDDIR/Macaulay2/e "
37// indent-tabs-mode: nil
38// End:
Abstract base class for mutable matrices over an arbitrary engine Ring, the in-place counterpart of t...
Definition mat.hpp:79
bool fp_LLL(MutableMatrix *M, MutableMatrix *U, int strategy)