GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
gap4r8 / pkg / NormalizInterface-1.0.2 / Normaliz.git / Qsource / libQnormaliz / libQnormaliz-templated.cpp
563644 views/*1* Normaliz2* Copyright (C) 2007-2014 Winfried Bruns, Bogdan Ichim, Christof Soeger3* This program is free software: you can redistribute it and/or modify4* it under the terms of the GNU General Public License as published by5* the Free Software Foundation, either version 3 of the License, or6* (at your option) any later version.7*8* This program is distributed in the hope that it will be useful,9* but WITHOUT ANY WARRANTY; without even the implied warranty of10* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the11* GNU General Public License for more details.12*13* You should have received a copy of the GNU General Public License14* along with this program. If not, see <http://www.gnu.org/licenses/>.15*16* As an exception, when this program is distributed through (i) the App Store17* by Apple Inc.; (ii) the Mac App Store by Apple Inc.; or (iii) Google Play18* by Google Inc., then that store may impose any digital rights management,19* device limits and/or redistribution restrictions that are required by its20* terms of service.21*/2223#include "libQnormaliz/Qlibnormaliz.cpp"24#include "libQnormaliz/Qinteger.cpp"25#include "libQnormaliz/Qvector_operations.cpp"26#include "libQnormaliz/Qmatrix.cpp"27// #include "libQnormaliz/Qsimplex.cpp"28#include "libQnormaliz/Qlist_operations.cpp"29#include "libQnormaliz/Qsublattice_representation.cpp"30//#include "libQnormaliz/Qreduction.cpp"31#include "libQnormaliz/Qfull_cone.cpp"32// #include "libQnormaliz/Qcone_dual_mode.cpp"33#include "libQnormaliz/Qcone.cpp"3435namespace libQnormaliz {3637template class Cone<mpq_class>;38template class Matrix<mpq_class>;39template class Sublattice_Representation<mpq_class>;40template class Full_Cone<mpq_class>;4142}43444546