numerics 0.1.0
Loading...
Searching...
No Matches
num::Yoshida4Steps::iterator Struct Reference

#include <ode.hpp>

Public Member Functions

SymplecticStep operator* () const
 
iteratoroperator++ ()
 
bool operator!= (StepEnd) const
 
bool operator== (StepEnd) const
 

Public Attributes

Yoshida4Stepsowner_
 

Detailed Description

Definition at line 243 of file ode.hpp.

Member Function Documentation

◆ operator!=()

bool num::Yoshida4Steps::iterator::operator!= ( StepEnd  ) const
inline

Definition at line 252 of file ode.hpp.

References owner_.

◆ operator*()

SymplecticStep num::Yoshida4Steps::iterator::operator* ( ) const
inline

Definition at line 245 of file ode.hpp.

References owner_.

◆ operator++()

iterator & num::Yoshida4Steps::iterator::operator++ ( )
inline

Definition at line 248 of file ode.hpp.

References owner_.

◆ operator==()

bool num::Yoshida4Steps::iterator::operator== ( StepEnd  ) const
inline

Definition at line 255 of file ode.hpp.

References owner_.

Member Data Documentation

◆ owner_

Yoshida4Steps* num::Yoshida4Steps::iterator::owner_

Definition at line 244 of file ode.hpp.

Referenced by operator!=(), operator*(), operator++(), and operator==().


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