|
CAPD::DynSys Library
6.0.0
|
#include <capd/dynsys/SolverException.h>
Public Types | |
| typedef VectorType::ScalarType | ScalarType |
Public Member Functions | |
| SolverException (const std::string &info, const ScalarType ¤tTime, const VectorType &_V, const ScalarType &S) | |
| ~SolverException () throw () | |
| const char * | what () const throw () |
Public Attributes | |
| VectorType | V |
| ScalarType | currentTime |
| ScalarType | step |
| std::string | message |
| typedef VectorType::ScalarType capd::dynsys::SolverException< VectorType >::ScalarType |
|
inline |
|
inline | |||||||||||||
|
inline | |||||||||||||
| ScalarType capd::dynsys::SolverException< VectorType >::currentTime |
| std::string capd::dynsys::SolverException< VectorType >::message |
| ScalarType capd::dynsys::SolverException< VectorType >::step |
| VectorType capd::dynsys::SolverException< VectorType >::V |