Public Member Functions

NonLinearSolutionTrajectory< my_alg_type_IN, my_alg_type_OUT > Class Template Reference

Computes the value of the solution of the (non-linear) RDE. More...

#include <NonLinearSolutionTrajectory.h>

Inheritance diagram for NonLinearSolutionTrajectory< my_alg_type_IN, my_alg_type_OUT >:
BaseTrajectory< my_alg_type_OUT >

List of all members.

Public Member Functions

 NonLinearSolutionTrajectory (Path< my_alg_type_IN > &theControlIn, std::vector< POLYLIE< my_alg_type_OUT >> &theVectorFieldsIn, AbstractSolutionPoint &theInitialValue, SCA theStartTime=SCA(0))
 Constructor. Takes the input path, equation, start time and initial value.
 ~NonLinearSolutionTrajectory (void)
 Default Destructor.
AbstractSolutionPoint Value (const SCA t, const unsigned int Resolution=11) const

Detailed Description

template<typename my_alg_type_IN, typename my_alg_type_OUT>
class NonLinearSolutionTrajectory< my_alg_type_IN, my_alg_type_OUT >

Computes the value of the solution of the (non-linear) RDE.


Member Function Documentation

template<typename my_alg_type_IN , typename my_alg_type_OUT >
AbstractSolutionPoint NonLinearSolutionTrajectory< my_alg_type_IN, my_alg_type_OUT >::Value ( const SCA  t,
const unsigned int  Resolution = 11 
) const [inline]

Value of the solution at time t. The number of points on the dataset is always between 2^(Resolution -1) and 2^Resolution.


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