Go to the source code of this file.
|
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 |
|