mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
26 lines
1014 B
YAML
26 lines
1014 B
YAML
|
|
extra_includes:
|
||
|
|
- frc_eigen.h
|
||
|
|
- 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]
|