WPILibC++ 2023.4.3-108-ge5452e3
DARE.h File Reference
#include <wpi/SymbolExports.h>
#include "Eigen/Core"

Go to the source code of this file.

Namespaces

namespace  frc
 

Functions

WPILIB_DLLEXPORT Eigen::MatrixXd frc::DARE (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 frc::DARE (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...