Lodestar
An integrated real-time control package in C++
IntegratorsEnum.hpp
1
//
2
// Created by Hamza El-Kebir on 6/26/21.
3
//
4
5
#ifndef LODESTAR_INTEGRATORSENUM_HPP
6
#define LODESTAR_INTEGRATORSENUM_HPP
7
8
namespace
ls
{
9
namespace
primitives {
10
enum class
IntegratorsEnum {
11
BogackiShampine,
12
BogackiShampineEmbedded,
13
RungeKuttaFehlberg45,
14
RungeKuttaFehlberg45Embedded,
15
RungeKuttaFehlberg78,
16
RungeKuttaFehlberg78Embedded,
17
};
18
}
19
}
20
21
#endif //LODESTAR_INTEGRATORSENUM_HPP
ls
Main Lodestar code.
Definition:
BilinearTransformation.hpp:12
Lodestar
primitives
integrators
IntegratorsEnum.hpp
Generated by
1.8.17