proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::proxqp::sparse::QpView< T, I > Struct Template Reference

#include <proxsuite/proxqp/sparse/views.hpp>

Collaboration diagram for proxsuite::proxqp::sparse::QpView< T, I >:
[legend]

Public Attributes

proxsuite::linalg::sparse::MatRef< T, I > H
 
proxsuite::linalg::sparse::DenseVecRef< T > g
 
proxsuite::linalg::sparse::MatRef< T, I > AT
 
proxsuite::linalg::sparse::DenseVecRef< T > b
 
proxsuite::linalg::sparse::MatRef< T, I > CT
 
proxsuite::linalg::sparse::DenseVecRef< T > l
 
proxsuite::linalg::sparse::DenseVecRef< T > u
 

Detailed Description

template<typename T, typename I>
struct proxsuite::proxqp::sparse::QpView< T, I >

Definition at line 28 of file views.hpp.

Member Data Documentation

◆ H

template<typename T , typename I >
proxsuite::linalg::sparse::MatRef<T, I> proxsuite::proxqp::sparse::QpView< T, I >::H

Definition at line 30 of file views.hpp.

◆ g

template<typename T , typename I >
proxsuite::linalg::sparse::DenseVecRef<T> proxsuite::proxqp::sparse::QpView< T, I >::g

Definition at line 31 of file views.hpp.

◆ AT

template<typename T , typename I >
proxsuite::linalg::sparse::MatRef<T, I> proxsuite::proxqp::sparse::QpView< T, I >::AT

Definition at line 32 of file views.hpp.

◆ b

template<typename T , typename I >
proxsuite::linalg::sparse::DenseVecRef<T> proxsuite::proxqp::sparse::QpView< T, I >::b

Definition at line 33 of file views.hpp.

◆ CT

template<typename T , typename I >
proxsuite::linalg::sparse::MatRef<T, I> proxsuite::proxqp::sparse::QpView< T, I >::CT

Definition at line 34 of file views.hpp.

◆ l

template<typename T , typename I >
proxsuite::linalg::sparse::DenseVecRef<T> proxsuite::proxqp::sparse::QpView< T, I >::l

Definition at line 35 of file views.hpp.

◆ u

template<typename T , typename I >
proxsuite::linalg::sparse::DenseVecRef<T> proxsuite::proxqp::sparse::QpView< T, I >::u

Definition at line 36 of file views.hpp.


The documentation for this struct was generated from the following file: