Lodestar
An integrated real-time control package in C++
ls::primitives::detail::RungeKuttaFehlberg78Impl Class Reference
Collaboration diagram for ls::primitives::detail::RungeKuttaFehlberg78Impl:
[legend]

Protected Member Functions

 RungeKuttaFehlberg78Impl ()
 Constructor initializes Butcher tables. More...
 

Protected Attributes

ls::primitives::ButcherTableau< 13, false > btSimple
 
ls::primitives::ButcherTableau< 13, true > btExtended
 

Friends

class RungeKuttaFehlberg78
 

Constructor & Destructor Documentation

◆ RungeKuttaFehlberg78Impl()

ls::primitives::detail::RungeKuttaFehlberg78Impl::RungeKuttaFehlberg78Impl ( )
inlineprotected

Constructor initializes Butcher tables.

RKF78 is an embedded explicit RK-scheme, and has higher order error-order 8, and lower-order error order 7.

See also
RKFehlberg78ButcherTableau in NASA's Trick framework.

The documentation for this class was generated from the following file: