1#ifndef MINOR_INTERFACE_H
2#define MINOR_INTERFACE_H
42 const char* algorithm,
const ideal
i,
43 const bool allDifferent);
74 const ideal
i,
const int cacheStrategy,
75 const int cacheN,
const int cacheW,
76 const bool allDifferent);
101 const int k,
const ideal
i,
102 const bool allDifferent);
ideal getMinorIdeal(const matrix m, const int minorSize, const int k, const char *algorithm, const ideal i, const bool allDifferent)
Returns the specified set of minors (= subdeterminantes) of the given matrix.
ideal getMinorIdealHeuristic(const matrix m, const int minorSize, const int k, const ideal i, const bool allDifferent)
Returns the specified set of minors (= subdeterminantes) of the given matrix.
ideal getMinorIdealCache(const matrix m, const int minorSize, const int k, const ideal i, const int cacheStrategy, const int cacheN, const int cacheW, const bool allDifferent)
Returns the specified set of minors (= subdeterminantes) of the given matrix.
Compatibility layer for legacy polynomial operations (over currRing)