Home
last modified time | relevance | path

Searched refs:Supps (Results 1 – 5 of 5) sorted by relevance

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dproject_and_lift.cpp69 assert(Supps.nr_of_rows() > 0); in order_supps()
79 convert(num, Supps[i][0]); in order_supps()
82 if (Supps[i][dim - 1] > 0) in order_supps()
185 if (Supps[i][dim1] > 0) { in compute_projections()
217 vector<IntegerPL> new_equ = FM_comb(PosVal, Supps[n], NegVal, Supps[p], is_zero); in compute_projections()
233 new_supp = FM_comb(PosVal, Supps[NegEquAt], NegVal, Supps[p], is_zero); in compute_projections()
252 new_supp = FM_comb(PosVal, Supps[n], NegVal, Supps[PosEquAt], is_zero); in compute_projections()
335 new_supp = FM_comb(PosVal, Supps[n], NegVal, Supps[p], is_zero); in compute_projections()
809 AllSupps[EmbDim] = Supps; in initialize()
836 initialize(Supps, rank); in ProjectAndLift()
[all …]
H A Dproject_and_lift.h86 vector<size_t> order_supps(const Matrix<IntegerPL>& Supps);
106 void initialize(const Matrix<IntegerPL>& Supps, size_t rank);
112 ProjectAndLift(const Matrix<IntegerPL>& Supps, const vector<dynamic_bitset>& Ind, size_t rank);
113 ProjectAndLift(const Matrix<IntegerPL>& Supps,
H A Dsublattice_representation.h310 const Matrix<number> Supps, in LLL_coordinates_without_1st_col() argument
320 assert(Supps.nr_of_rows() > 0); in LLL_coordinates_without_1st_col()
321 size_t EmbDim = Supps.nr_of_columns(); in LLL_coordinates_without_1st_col()
324 Matrix<nmz_float> SuppHelp = Supps.nmz_float_without_first_column(); in LLL_coordinates_without_1st_col()
H A Dcone.cpp6075 Supps = SupportHyperplanes; in try_approximation_or_projection()
6086 Supps.insert_column(0, 0); in try_approximation_or_projection()
6102 Supps.append(Equs); in try_approximation_or_projection()
6367 Supps.remove_row(Grad); in check_parallelotope()
6370 if (Supps.nr_of_rows() != 2 * dim) in check_parallelotope()
6393 M2[0] = Supps[i]; in check_parallelotope()
6394 M3[0] = Supps[i]; in check_parallelotope()
6399 M2[1] = Supps[j]; in check_parallelotope()
6402 M3[1] = Supps[j]; in check_parallelotope()
6677 Supps.append(ReorderedEquations); in compute_projection_from_constraints()
[all …]
H A Dcone.h861 const Matrix<Integer>& Supps,