2026-02-08 10:36:35 -05:00
|
|
|
extra_includes:
|
2026-03-13 23:05:55 -07:00
|
|
|
- wpi_eigen.h
|
2026-02-08 10:36:35 -05:00
|
|
|
- wpi/math/linalg/EigenCore.hpp
|
|
|
|
|
- pybind11/functional.h
|
|
|
|
|
|
|
|
|
|
functions:
|
|
|
|
|
RK4:
|
|
|
|
|
overloads:
|
|
|
|
|
F&&, T, wpi::units::second_t:
|
|
|
|
|
template_impls:
|
|
|
|
|
- [std::function<Eigen::MatrixXd(Eigen::MatrixXd)>, Eigen::MatrixXd]
|
|
|
|
|
F&&, T, U, wpi::units::second_t:
|
|
|
|
|
template_impls:
|
|
|
|
|
- ["std::function<Eigen::MatrixXd(Eigen::MatrixXd, Eigen::MatrixXd)>", Eigen::MatrixXd, Eigen::MatrixXd]
|
|
|
|
|
F&&, wpi::units::second_t, T, wpi::units::second_t:
|
|
|
|
|
template_impls:
|
|
|
|
|
- ["std::function<Eigen::MatrixXd(wpi::units::second_t, Eigen::MatrixXd)>", Eigen::MatrixXd]
|
|
|
|
|
RKDP:
|
|
|
|
|
overloads:
|
|
|
|
|
F&&, T, U, wpi::units::second_t, double:
|
|
|
|
|
template_impls:
|
|
|
|
|
- ["std::function<Eigen::MatrixXd(Eigen::MatrixXd, Eigen::MatrixXd)>", Eigen::MatrixXd, Eigen::MatrixXd]
|
|
|
|
|
F&&, wpi::units::second_t, T, wpi::units::second_t, double:
|
|
|
|
|
template_impls:
|
|
|
|
|
- ["std::function<Eigen::MatrixXd(wpi::units::second_t, Eigen::MatrixXd)>", Eigen::MatrixXd]
|