solver
|
Helper class to work with optimization variables, lay down in an extended order. More...
#include <Cone.hpp>
Public Member Functions | |
template<typename OtherDerived > | |
ExtendedVector (const Eigen::MatrixBase< OtherDerived > &other) | |
template<typename OtherDerived > | |
ExtendedVector & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
void | initialize (const Cone &cone) |
void | zRtoE (const Eigen::Ref< const Eigen::VectorXd > &rvec) |
Eigen::Ref< Eigen::VectorXd > | x () |
Eigen::Ref< Eigen::VectorXd > | y () |
Eigen::Ref< Eigen::VectorXd > | z () |
Eigen::Ref< Eigen::VectorXd > | zLpc () |
Eigen::Ref< Eigen::VectorXd > | zSoc () |
Eigen::Ref< Eigen::VectorXd > | zSoc (int id) |
const Eigen::Ref< const Eigen::VectorXd > | x () const |
const Eigen::Ref< const Eigen::VectorXd > | y () const |
const Eigen::Ref< const Eigen::VectorXd > | z () const |
const Eigen::Ref< const Eigen::VectorXd > | zLpc () const |
const Eigen::Ref< const Eigen::VectorXd > | zSoc () const |
const Eigen::Ref< const Eigen::VectorXd > | zSoc (int id) const |
Private Attributes | |
const Cone * | cone_ |
Helper class to work with optimization variables, lay down in an extended order.