Home
last modified time | relevance | path

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

/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dlattice.cc191 Matrix<Rational> mc_vert = rays.minor((*mc) * vertices,All); in computeLatticeBases() local
192 for (Int v = 1; v < mc_vert.rows(); v++) { in computeLatticeBases()
193 mc_rays /= (mc_vert.row(v) - mc_vert.row(0)); in computeLatticeBases()