proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include <proxsuite/proxqp/dense/views.hpp>
Public Attributes | |
MatrixView< T, layout > | H |
VectorView< T > | g |
MatrixView< T, layout > | A |
VectorView< T > | b |
MatrixView< T, layout > | C |
VectorView< T > | d |
Static Public Attributes | |
static constexpr Layout | layout = rowmajor |
|
staticconstexpr |
MatrixView<T, layout> proxsuite::proxqp::dense::QpView< T >::H |
VectorView<T> proxsuite::proxqp::dense::QpView< T >::g |
MatrixView<T, layout> proxsuite::proxqp::dense::QpView< T >::A |
VectorView<T> proxsuite::proxqp::dense::QpView< T >::b |
MatrixView<T, layout> proxsuite::proxqp::dense::QpView< T >::C |
VectorView<T> proxsuite::proxqp::dense::QpView< T >::d |