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

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

Collaboration diagram for proxsuite::proxqp::dense::QpViewBox< Scalar >:
[legend]

Public Attributes

MatrixView< Scalar, layoutH
 
VectorView< Scalar > g
 
MatrixView< Scalar, layoutA
 
VectorView< Scalar > b
 
MatrixView< Scalar, layoutC
 
VectorView< Scalar > u
 
VectorView< Scalar > l
 
VectorView< Scalar > I
 
VectorView< Scalar > u_box
 
VectorView< Scalar > l_box
 

Static Public Attributes

static constexpr Layout layout = rowmajor
 

Detailed Description

template<typename Scalar>
struct proxsuite::proxqp::dense::QpViewBox< Scalar >

Definition at line 1355 of file views.hpp.

Member Data Documentation

◆ layout

template<typename Scalar >
constexpr Layout proxsuite::proxqp::dense::QpViewBox< Scalar >::layout = rowmajor
staticconstexpr

Definition at line 1357 of file views.hpp.

◆ H

template<typename Scalar >
MatrixView<Scalar, layout> proxsuite::proxqp::dense::QpViewBox< Scalar >::H

Definition at line 1359 of file views.hpp.

◆ g

template<typename Scalar >
VectorView<Scalar> proxsuite::proxqp::dense::QpViewBox< Scalar >::g

Definition at line 1360 of file views.hpp.

◆ A

template<typename Scalar >
MatrixView<Scalar, layout> proxsuite::proxqp::dense::QpViewBox< Scalar >::A

Definition at line 1362 of file views.hpp.

◆ b

template<typename Scalar >
VectorView<Scalar> proxsuite::proxqp::dense::QpViewBox< Scalar >::b

Definition at line 1363 of file views.hpp.

◆ C

template<typename Scalar >
MatrixView<Scalar, layout> proxsuite::proxqp::dense::QpViewBox< Scalar >::C

Definition at line 1364 of file views.hpp.

◆ u

template<typename Scalar >
VectorView<Scalar> proxsuite::proxqp::dense::QpViewBox< Scalar >::u

Definition at line 1365 of file views.hpp.

◆ l

template<typename Scalar >
VectorView<Scalar> proxsuite::proxqp::dense::QpViewBox< Scalar >::l

Definition at line 1366 of file views.hpp.

◆ I

template<typename Scalar >
VectorView<Scalar> proxsuite::proxqp::dense::QpViewBox< Scalar >::I

Definition at line 1367 of file views.hpp.

◆ u_box

template<typename Scalar >
VectorView<Scalar> proxsuite::proxqp::dense::QpViewBox< Scalar >::u_box

Definition at line 1368 of file views.hpp.

◆ l_box

template<typename Scalar >
VectorView<Scalar> proxsuite::proxqp::dense::QpViewBox< Scalar >::l_box

Definition at line 1369 of file views.hpp.


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