-
- Downloads
[MaL] Consistently replace Arr with MappedVector.
All input arguments and return values are now MappedVector or MappedMatrix (or const). Before it was mixed up with std::array. getYDot() now returns a value instead of modifying input parameter.
Showing
- MathLib/ODE/CVodeSolver.cpp 8 additions, 12 deletionsMathLib/ODE/CVodeSolver.cpp
- MathLib/ODE/CVodeSolver.h 3 additions, 2 deletionsMathLib/ODE/CVodeSolver.h
- MathLib/ODE/OdeSolver.h 9 additions, 6 deletionsMathLib/ODE/OdeSolver.h
- MathLib/ODE/OdeSolverFactory.h 17 additions, 10 deletionsMathLib/ODE/OdeSolverFactory.h
Please register or sign in to comment