Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/detail/
Dsparse_ordering.hpp58 : _size(0), Qsize(1), eccen(-1), degree(deg) in rcm_queue()
71 ++eccen; in pop()
102 inline size_type eccentricity() const { return eccen; } in eccentricity()
108 int eccen; member in boost::sparse::rcm_queue
/third_party/boost/boost/geometry/srs/projections/proj/
Dstere.hpp85 inline T ssfn_(T const& phit, T sinphi, T const& eccen) in ssfn_() argument
89 sinphi *= eccen; in ssfn_()
91 math::pow((T(1) - sinphi) / (T(1) + sinphi), T(0.5) * eccen)); in ssfn_()