Home
last modified time | relevance | path

Searched refs:get_mpz_values (Results 1 – 2 of 2) sorted by relevance

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dmatrix.h586 const vector<mpz_class>& get_mpz_values() const;
614 if(A.get_mpz_values() < B.get_mpz_values()) in BM_compare()
616 if(A.get_mpz_values() > B.get_mpz_values()) in BM_compare()
H A Dmatrix.cpp4445 const vector<mpz_class>& BinaryMatrix<Integer>::get_mpz_values() const{ in get_mpz_values() function in libnormaliz::BinaryMatrix