15 #include "factory/factory.h"
38 #ifndef KMATRIX_IOSTREAM
75 #include <boost/dynamic_bitset.hpp>
78 using boost::dynamic_bitset;
79 template class dynamic_bitset<>;
80 template class vector<dynamic_bitset<> >;
81 #elif defined(USE_STDVECBOOL)
84 template class vector<bool>;
85 template class vector<vector<bool> >;
93 template class std::vector<PolySimple>;
99 template class std::vector<DataNoroCacheNode<tgb_uint32>* >;
121 template class std::list<int>;
122 template class std::list<MinorKey>;
123 template class std::list<IntMinorValue>;
124 template 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)