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

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

Public Member Functions

 LdltView (MatrixView< T, colmajor > ld) noexcept
 
VEG_INLINE auto l () const noexcept -> MatrixView< T, colmajor >
 
VEG_INLINE auto d () const noexcept -> StridedVectorView< T >
 
VEG_INLINE auto head (isize k) const -> LdltView
 
VEG_INLINE auto tail (isize k) const -> LdltView
 

Detailed Description

template<typename T>
struct proxsuite::proxqp::LdltView< T >

Definition at line 1031 of file views.hpp.

Constructor & Destructor Documentation

◆ LdltView()

template<typename T >
proxsuite::proxqp::LdltView< T >::LdltView ( MatrixView< T, colmajor > ld)
inlineexplicitnoexcept

Definition at line 1037 of file views.hpp.

Member Function Documentation

◆ l()

template<typename T >
VEG_INLINE auto proxsuite::proxqp::LdltView< T >::l ( ) const -> MatrixView<T, colmajor>
inlinenoexcept

Definition at line 1043 of file views.hpp.

◆ d()

template<typename T >
VEG_INLINE auto proxsuite::proxqp::LdltView< T >::d ( ) const -> StridedVectorView<T>
inlinenoexcept

Definition at line 1044 of file views.hpp.

◆ head()

template<typename T >
VEG_INLINE auto proxsuite::proxqp::LdltView< T >::head ( isize k) const -> LdltView
inline

Definition at line 1049 of file views.hpp.

◆ tail()

template<typename T >
VEG_INLINE auto proxsuite::proxqp::LdltView< T >::tail ( isize k) const -> LdltView
inline

Definition at line 1053 of file views.hpp.


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