Classes | |
struct | CSCMatrix |
Helper class to convert Eigen::Matrix to csc struct expected by OSQP. More... | |
class | OSQP |
Eigen wrapper class of osqp. The class wraps the c-library osqp for Eigen matrix. It accepts both dense and sparse matrix. To compute a QP, just set the number of variables and solve. More... | |