17 lines
424 B
C
17 lines
424 B
C
/**
|
|
* @file OsqpEigen.h
|
|
* @author Giulio Romualdi, Stefano Dafarra
|
|
* @copyright Released under the terms of the BSD 3-Clause License
|
|
* @date 2018
|
|
*/
|
|
#ifndef OSQPEIGEN_OSQPEIGEN_H
|
|
#define OSQPEIGEN_OSQPEIGEN_H
|
|
|
|
#include <OsqpEigen/Constants.hpp>
|
|
#include <OsqpEigen/Data.hpp>
|
|
#include <OsqpEigen/Settings.hpp>
|
|
#include <OsqpEigen/Solver.hpp>
|
|
#include <OsqpEigen/SparseMatrixHelper.hpp>
|
|
|
|
#endif // OSQPEIGEN_OSQPEIGEN_H
|