![]() |
WPILibC++ 2023.4.3
|
Go to the source code of this file.
Namespaces | |
namespace | drake |
namespace | drake::math |
Functions | |
WPILIB_DLLEXPORT Eigen::MatrixXd | drake::math::DiscreteAlgebraicRiccatiEquation (const Eigen::Ref< const Eigen::MatrixXd > &A, const Eigen::Ref< const Eigen::MatrixXd > &B, const Eigen::Ref< const Eigen::MatrixXd > &Q, const Eigen::Ref< const Eigen::MatrixXd > &R) |
Computes the unique stabilizing solution X to the discrete-time algebraic Riccati equation: More... | |
WPILIB_DLLEXPORT Eigen::MatrixXd | drake::math::DiscreteAlgebraicRiccatiEquation (const Eigen::Ref< const Eigen::MatrixXd > &A, const Eigen::Ref< const Eigen::MatrixXd > &B, const Eigen::Ref< const Eigen::MatrixXd > &Q, const Eigen::Ref< const Eigen::MatrixXd > &R, const Eigen::Ref< const Eigen::MatrixXd > &N) |
Computes the unique stabilizing solution X to the discrete-time algebraic Riccati equation: More... | |