Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/odeint/examples/
Dheun.cpp55 struct heun_b : boost::array< Value , 3 > struct
57 heun_b( void ) in heun_b() argument
114 heun_b<Value>() , heun_c<Value>() , algebra ) in heun()
/third_party/boost/libs/numeric/odeint/doc/
Ddetails_steppers.qbk403 const boost::array< double , 3 > heun_b = {{ 1.0 / 4.0 , 0.0 , 3.0 / 4.0 }};