proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
fwd.hpp File Reference
#include <Eigen/Sparse>
#include "proxsuite/linalg/veg/vec.hpp"
#include "proxsuite/proxqp/dense/views.hpp"
#include "proxsuite/helpers/common.hpp"
Include dependency graph for fwd.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  proxsuite
 
namespace  proxsuite::proxqp
 
namespace  proxsuite::proxqp::sparse
 

Typedefs

template<typename T >
using proxsuite::proxqp::sparse::DMat = Eigen::Matrix<T, -1, -1>
 
template<typename T , typename I >
using proxsuite::proxqp::sparse::SparseMat = Eigen::SparseMatrix<T, Eigen::ColMajor, I>
 
template<typename T >
using proxsuite::proxqp::sparse::VecRef = Eigen::Ref<Eigen::Matrix<T, DYN, 1> const>
 
template<typename T >
using proxsuite::proxqp::sparse::MatRef = Eigen::Ref<Eigen::Matrix<T, DYN, DYN> const>
 
template<typename T >
using proxsuite::proxqp::sparse::Vec = Eigen::Matrix<T, DYN, 1>
 
template<typename T , typename I >
using proxsuite::proxqp::sparse::Mat = Eigen::SparseMatrix<T, Eigen::ColMajor, I>
 
using proxsuite::proxqp::sparse::VecBool = Eigen::Matrix<bool, DYN, 1>
 

Enumerations

enum  { proxsuite::proxqp::sparse::layout = Eigen::RowMajor }
 

Variables

static constexpr auto proxsuite::proxqp::sparse::DYN = Eigen::Dynamic