Home
last modified time | relevance | path

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

/dports/math/heyoka/heyoka-0.16.0/src/
H A Dtaylor.cpp3449 m_step_res.resize(boost::numeric_cast<decltype(m_step_res.size())>(m_batch_size), in finalise_ctor_impl()
3485 m_delta_ts(other.m_delta_ts), m_step_res(other.m_step_res), m_prop_res(other.m_prop_res), in taylor_adaptive_batch_impl()
3549 ar << m_step_res; in save_impl()
3591 ar >> m_step_res; in load_impl()
3670 assert(m_step_res.size() == m_batch_size); in step_impl()
3713 m_step_res[i] = std::tuple{ in step_impl()
3911 m_step_res[i] = std::tuple{ in step_impl()
4116 if (std::any_of(m_step_res.begin(), m_step_res.end(), in propagate_until_impl()
4178 if (std::any_of(m_step_res.begin(), m_step_res.end(), [](const auto &tup) { in propagate_until_impl()
4202 const auto [res, h] = m_step_res[i]; in propagate_until_impl()
[all …]
/dports/math/heyoka/heyoka-0.16.0/include/heyoka/
H A Dtaylor.hpp1357 std::vector<std::tuple<taylor_outcome, T>> m_step_res; member in heyoka::detail::taylor_adaptive_batch_impl
1558 return m_step_res; in get_step_res()