CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RK4OneStep.h
Go to the documentation of this file.
1 #ifndef RK4OneStep_H
2 #define RK4OneStep_H
3 
5 
7 
8 class RK4OneStep {
9 public:
10 
12  operator()( const CartesianState& start, const RKCartesianDerivative& deriv,
13  double step) const;
14 
15 
16  // DeltaState errorEstimate();
17 
18 };
19 
20 #endif
CartesianState operator()(const CartesianState &start, const RKCartesianDerivative &deriv, double step) const
Definition: RK4OneStep.cc:7