Home
last modified time | relevance | path

Searched defs:stiff_system_jacobi (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dstiff_system.cpp43 struct stiff_system_jacobi struct
45 …ator()( const vector_type & /* x */ , matrix_type &J , const double & /* t */ , vector_type &dfdt ) in operator ()()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/regression/
Dregression_189.cpp39 struct stiff_system_jacobi struct
58 std::make_pair( stiff_system() , stiff_system_jacobi() ) , in BOOST_AUTO_TEST_CASE() argument