proxsuite 0.7.2 The Advanced Proximal Optimization Toolbox |
#include <proxsuite/proxqp/dense/views.hpp>
Public Member Functions | |
| LdltViewMut (MatrixViewMut< T, colmajor > ld) noexcept | |
| VEG_INLINE auto | l () const noexcept -> MatrixView< T, colmajor > |
| VEG_INLINE auto | l_mut () const noexcept -> MatrixViewMut< T, colmajor > |
| VEG_INLINE auto | d () const noexcept -> StridedVectorView< T > |
| VEG_INLINE auto | d_mut () const noexcept -> StridedVectorViewMut< T > |
| VEG_INLINE auto | as_const () const noexcept -> LdltView< T > |
| VEG_INLINE auto | head (isize k) const -> LdltViewMut |
| VEG_INLINE auto | tail (isize k) const -> LdltViewMut |
| inlineexplicitnoexcept |
| inlinenoexcept |
| inlinenoexcept |
| inlinenoexcept |
| inlinenoexcept |
| inlinenoexcept |
| inline |
| inline |