proxsuite 0.7.2
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
fwd.hpp File Reference
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>
using proxsuite::proxqp::sparse::i64
using proxsuite::proxqp::sparse::isize
using proxsuite::proxqp::sparse::usize

Enumerations

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

Variables

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