proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::linalg::dense::_detail::RankUpdateUpdateWAndL< T, N > Struct Template Reference

#include <proxsuite/linalg/dense/update.hpp>

Public Member Functions

VEG_INLINE void operator() (usize i) const
 

Public Attributes

_simd::Pack< T, N > * p_wr
 
_simd::Pack< T, N > & p_in_l
 
_simd::Pack< T, N > const * p_p
 
_simd::Pack< T, N > const * p_mu
 

Detailed Description

template<typename T, usize N>
struct proxsuite::linalg::dense::_detail::RankUpdateUpdateWAndL< T, N >

Definition at line 65 of file update.hpp.

Member Function Documentation

◆ operator()()

template<typename T , usize N>
VEG_INLINE void proxsuite::linalg::dense::_detail::RankUpdateUpdateWAndL< T, N >::operator() ( usize i) const
inline

Definition at line 72 of file update.hpp.

Member Data Documentation

◆ p_wr

template<typename T , usize N>
_simd::Pack<T, N>* proxsuite::linalg::dense::_detail::RankUpdateUpdateWAndL< T, N >::p_wr

Definition at line 67 of file update.hpp.

◆ p_in_l

template<typename T , usize N>
_simd::Pack<T, N>& proxsuite::linalg::dense::_detail::RankUpdateUpdateWAndL< T, N >::p_in_l

Definition at line 68 of file update.hpp.

◆ p_p

template<typename T , usize N>
_simd::Pack<T, N> const* proxsuite::linalg::dense::_detail::RankUpdateUpdateWAndL< T, N >::p_p

Definition at line 69 of file update.hpp.

◆ p_mu

template<typename T , usize N>
_simd::Pack<T, N> const* proxsuite::linalg::dense::_detail::RankUpdateUpdateWAndL< T, N >::p_mu

Definition at line 70 of file update.hpp.


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