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

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

Collaboration diagram for proxsuite::proxqp::dense::QpView< T >:
[legend]

Public Attributes

MatrixView< T, layoutH
 
VectorView< T > g
 
MatrixView< T, layoutA
 
VectorView< T > b
 
MatrixView< T, layoutC
 
VectorView< T > d
 

Static Public Attributes

static constexpr Layout layout = rowmajor
 

Detailed Description

template<typename T>
struct proxsuite::proxqp::dense::QpView< T >

Definition at line 1340 of file views.hpp.

Member Data Documentation

◆ layout

template<typename T >
constexpr Layout proxsuite::proxqp::dense::QpView< T >::layout = rowmajor
staticconstexpr

Definition at line 1343 of file views.hpp.

◆ H

template<typename T >
MatrixView<T, layout> proxsuite::proxqp::dense::QpView< T >::H

Definition at line 1345 of file views.hpp.

◆ g

template<typename T >
VectorView<T> proxsuite::proxqp::dense::QpView< T >::g

Definition at line 1346 of file views.hpp.

◆ A

template<typename T >
MatrixView<T, layout> proxsuite::proxqp::dense::QpView< T >::A

Definition at line 1348 of file views.hpp.

◆ b

template<typename T >
VectorView<T> proxsuite::proxqp::dense::QpView< T >::b

Definition at line 1349 of file views.hpp.

◆ C

template<typename T >
MatrixView<T, layout> proxsuite::proxqp::dense::QpView< T >::C

Definition at line 1350 of file views.hpp.

◆ d

template<typename T >
VectorView<T> proxsuite::proxqp::dense::QpView< T >::d

Definition at line 1351 of file views.hpp.


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