Workspace.h File Reference
#include <Eigen/Core>
#include <jrl-qp/api.h>
Include dependency graph for Workspace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jrl::qp::internal::NotConst
 
class  jrl::qp::internal::Workspace< Scalar >
 

Namespaces

 jrl
 
 jrl::qp
 
 jrl::qp::internal
 

Typedefs

using jrl::qp::WVector = decltype(internal::Workspace< double >().asVector(0))
 
using jrl::qp::WConstVector = decltype(std::add_const_t< internal::Workspace< double > >().asVector(0))