toMatlab.h File Reference
#include <Eigen/Dense>
#include <iosfwd>
#include <jrl-qp/internal/meta.h>
Include dependency graph for toMatlab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jrl::qp::utils::toMatlab
 

Namespaces

 jrl
 
 jrl::qp
 
 jrl::qp::utils
 

Functions

std::ostream & jrl::qp::utils::operator<< (std::ostream &o, const toMatlab &tom)
 

Variables

template<typename T >
constexpr bool jrl::qp::utils::is_convertible_to_eigen_ref_v = std::is_convertible_v<T, Eigen::Ref<const Eigen::MatrixXd>>