Home
last modified time | relevance | path

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

/dports/math/heyoka/heyoka-0.16.0/src/
H A Dtaylor.cpp2218 m_high_accuracy = high_accuracy; in finalise_ctor_impl()
2354 … m_tol(other.m_tol), m_high_accuracy(other.m_high_accuracy), m_compact_mode(other.m_compact_mode), in taylor_adaptive_impl()
2403 ar << m_high_accuracy; in save_impl()
2430 ar >> m_high_accuracy; in load_impl()
2803 ret.add_c_out_function(m_order, m_dim, m_high_accuracy); in propagate_until_impl()
3180 return m_high_accuracy; in get_high_accuracy()
3284 m_high_accuracy = high_accuracy; in finalise_ctor_impl()
3483m_high_accuracy(other.m_high_accuracy), m_compact_mode(other.m_compact_mode), m_pars(other.m_pars), in taylor_adaptive_batch_impl()
3540 ar << m_high_accuracy; in save_impl()
3582 ar >> m_high_accuracy; in load_impl()
[all …]
/dports/math/heyoka/heyoka-0.16.0/include/heyoka/
H A Dtaylor.hpp897 bool m_high_accuracy; member in heyoka::detail::taylor_adaptive_impl
1330 bool m_high_accuracy; member in heyoka::detail::taylor_adaptive_batch_impl