15 #include "factory/factory.h"
38#ifndef KMATRIX_IOSTREAM
75#include <boost/dynamic_bitset.hpp>
78using boost::dynamic_bitset;
79template class dynamic_bitset<>;
80template class vector<dynamic_bitset<> >;
81#elif defined(USE_STDVECBOOL)
84template class vector<bool>;
85template class vector<vector<bool> >;
93template class std::vector<PolySimple>;
99template class std::vector<DataNoroCacheNode<tgb_uint32>* >;
121template class std::list<int>;
122template class std::list<MinorKey>;
123template class std::list<IntMinorValue>;
124template class std::list<PolyMinorValue>;
template void simplest_gauss_modp< tgb_uint32 >(tgb_uint32 *a, int nrows, int ncols)
template void noro_step< tgb_uint8 >(poly *p, int &pn, slimgb_alg *c)
template SparseRow< tgb_uint32 > * noro_red_to_non_poly_t< tgb_uint32 >(poly p, int &len, NoroCache< tgb_uint32 > *cache, slimgb_alg *c)
template void noro_step< tgb_uint32 >(poly *p, int &pn, slimgb_alg *c)
template int pos_helper(kStrategy strat, poly p, int len, intset setL, polyset set)
template poly row_to_poly< tgb_uint32 >(tgb_uint32 *row, poly *terms, int tn, ring r)
template void noro_step< tgb_uint16 >(poly *p, int &pn, slimgb_alg *c)
Class Cache is a template-implementation of a cache with arbitrary classes for representing keys and ...
ostream & operator<<(ostream &s, const spectrum &spec)