OGS
|
Definition in file ODESolverTypes.h.
#include <functional>
#include <Eigen/Core>
Go to the source code of this file.
Namespaces | |
namespace | MathLib |
namespace | MathLib::ODE |
Typedefs | |
template<int N, int M> | |
using | MathLib::ODE::MappedMatrix = Eigen::Map<Eigen::Matrix<double, N, M, Eigen::ColMajor>> |
template<int N, int M> | |
using | MathLib::ODE::MappedConstMatrix |
Behaves like a const Eigen::Matrix. | |
template<int N> | |
using | MathLib::ODE::MappedVector = MappedMatrix<N, 1> |
template<int N> | |
using | MathLib::ODE::MappedConstVector = MappedConstMatrix<N, 1> |
template<unsigned N> | |
using | MathLib::ODE::Function |
template<unsigned N> | |
using | MathLib::ODE::JacobianFunction |