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

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

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

Public Member Functions

VEG_INLINE constexpr auto as_const () const noexcept -> QpView< T >
 

Public Attributes

MatrixViewMut< T, layoutH
 
VectorViewMut< T > g
 
MatrixViewMut< T, layoutA
 
VectorViewMut< T > b
 
MatrixViewMut< T, layoutC
 
VectorViewMut< T > d
 

Static Public Attributes

static constexpr Layout layout = rowmajor
 

Detailed Description

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

Definition at line 1373 of file views.hpp.

Member Function Documentation

◆ as_const()

template<typename T >
VEG_INLINE constexpr auto proxsuite::proxqp::dense::QpViewMut< T >::as_const ( ) const -> QpView<T>
inlineconstexprnoexcept

Definition at line 1385 of file views.hpp.

Member Data Documentation

◆ layout

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

Definition at line 1375 of file views.hpp.

◆ H

template<typename T >
MatrixViewMut<T, layout> proxsuite::proxqp::dense::QpViewMut< T >::H

Definition at line 1377 of file views.hpp.

◆ g

template<typename T >
VectorViewMut<T> proxsuite::proxqp::dense::QpViewMut< T >::g

Definition at line 1378 of file views.hpp.

◆ A

template<typename T >
MatrixViewMut<T, layout> proxsuite::proxqp::dense::QpViewMut< T >::A

Definition at line 1380 of file views.hpp.

◆ b

template<typename T >
VectorViewMut<T> proxsuite::proxqp::dense::QpViewMut< T >::b

Definition at line 1381 of file views.hpp.

◆ C

template<typename T >
MatrixViewMut<T, layout> proxsuite::proxqp::dense::QpViewMut< T >::C

Definition at line 1382 of file views.hpp.

◆ d

template<typename T >
VectorViewMut<T> proxsuite::proxqp::dense::QpViewMut< T >::d

Definition at line 1383 of file views.hpp.


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