Home
last modified time | relevance | path

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

/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/include/mummer/
H A Dopenmp_qsort.hpp42 auto const pivot_v = *pivot; in openmp_qsort_() local
45 auto p = std::partition(begin, end, [&](const Type& a) { return Comp(a, pivot_v); }); in openmp_qsort_()
/dports/graphics/mandelbulber/mandelbulber2-2.26/contrib/vfx_tools/houdini/scripts/python/
H A Dhou_mandelbulber.py653 pivot_v = hou.Vector3(0, 0, 0)
655 …rotate = m.extractRotates(transform_order='srt', rotate_order='xyz', pivot=pivot_v, pivot_rotate=p…
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.cc5632 vecteur & pivot_v = *m[I]._VECTptr; in simplex_reduce() local
5640 v[j]=v[j]-a*pivot_v[j]; in simplex_reduce()