Home
last modified time | relevance | path

Searched refs:check_congruences (Results 1 – 4 of 4) sorted by relevance

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dmatrix.h337 bool check_congruences(const vector<Integer>& v) const; // *this represents congruences
H A Dmatrix.cpp1389 bool Matrix<Integer>::check_congruences(const vector<Integer>& v) const { in check_congruences() function in libnormaliz::Matrix
1404 bool Matrix<nmz_float>::check_congruences(const vector<nmz_float>& v) const { in check_congruences() function in libnormaliz::Matrix
1410 bool Matrix<mpq_class>::check_congruences(const vector<mpq_class>& v) const { in check_congruences() function in libnormaliz::Matrix
1417 bool Matrix<renf_elem_class>::check_congruences(const vector<renf_elem_class>& v) const { in check_congruences() function in libnormaliz::Matrix
H A Dproject_and_lift.cpp641 if (!Congs.check_congruences(NewPoint)) in lift_points_to_this_dim()
H A Dcone.cpp1347 cone_sat_cong = BasisChange.getCongruencesMatrix().check_congruences(Generators[i]); in check_lattice_restrictions_on_generators()
6135 !CongOri.check_congruences(rr)) // already checked with project_and_lift in try_approximation_or_projection()