#include <Eigen/Core>
#include <Eigen/Jacobi>
Go to the source code of this file.
Namespaces | |
jrl | |
jrl::qp | |
jrl::qp::constant | |
Typedefs | |
using | jrl::qp::MatrixConstRef = Eigen::Ref< const Eigen::MatrixXd > |
using | jrl::qp::MatrixRef = Eigen::Ref< Eigen::MatrixXd > |
using | jrl::qp::VectorConstRef = Eigen::Ref< const Eigen::VectorXd > |
using | jrl::qp::VectorRef = Eigen::Ref< Eigen::VectorXd > |
using | jrl::qp::Givens = Eigen::JacobiRotation< double > |
Variables | |
const Eigen::MatrixXd | jrl::qp::EmptyMatrix = Eigen::MatrixXd(0, 0) |
const Eigen::VectorXd | jrl::qp::EmptyVector = Eigen::VectorXd(0) |
constexpr std::uint32_t | jrl::qp::constant::noIterationFlag = 1 << 31 |