ModelSpace
All Classes Namespaces Functions Variables Enumerations Pages
clockwerk::Rates< T, N > Class Template Reference
Inheritance diagram for clockwerk::Rates< T, N >:

Public Member Functions

virtual int calculateRates (T time, const std::array< T, N > &state, std::array< T, N > &out_rates)
 Function to calculate rates from current state of system.
 

Member Function Documentation

◆ calculateRates()

template<typename T , unsigned int N>
virtual int clockwerk::Rates< T, N >::calculateRates ( T  time,
const std::array< T, N > &  state,
std::array< T, N > &  out_rates 
)
inlinevirtual

Function to calculate rates from current state of system.

Parameters
timeThe reference time
stateThe reference state
out_ratesImplicit return of rates based on time, state

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