proxsuite 0.7.2
The Advanced Proximal Optimization Toolbox
 
Loading...
Searching...
No Matches
proxsuite::proxqp::sparse::BatchQP< T, I > Struct Template Reference

#include <proxsuite/proxqp/sparse/wrapper.hpp>

Collaboration diagram for proxsuite::proxqp::sparse::BatchQP< T, I >:
[legend]

Public Member Functions

 BatchQP (long unsigned int batchSize)
 
 BatchQP (const BatchQP &)=delete
 
BatchQPoperator= (const BatchQP &)=delete
 
 BatchQP (BatchQP &&)=default
 
BatchQPoperator= (BatchQP &&)=default
 
QP< T, I > & init_qp_in_place (sparse::isize dim, sparse::isize n_eq, sparse::isize n_in)
 
void insert (QP< T, I > &qp)
 
QP< T, I > & get (isize i)
 
const QP< T, I > & get (isize i) const
 
QP< T, I > & operator[] (isize i)
 
const QP< T, I > & operator[] (isize i) const
 
sparse::isize size ()
 

Public Attributes

std::vector< QP< T, I > > qp_vector
 
sparse::isize m_size
 

Detailed Description

template<typename T, typename I>
struct proxsuite::proxqp::sparse::BatchQP< T, I >

Definition at line 805 of file wrapper.hpp.

Constructor & Destructor Documentation

◆ BatchQP() [1/3]

template<typename T, typename I>
proxsuite::proxqp::sparse::BatchQP< T, I >::BatchQP ( long unsigned int batchSize)
inline

Definition at line 814 of file wrapper.hpp.

◆ BatchQP() [2/3]

template<typename T, typename I>
proxsuite::proxqp::sparse::BatchQP< T, I >::BatchQP ( const BatchQP< T, I > & )
delete

◆ BatchQP() [3/3]

template<typename T, typename I>
proxsuite::proxqp::sparse::BatchQP< T, I >::BatchQP ( BatchQP< T, I > && )
default

Member Function Documentation

◆ operator=() [1/2]

template<typename T, typename I>
BatchQP & proxsuite::proxqp::sparse::BatchQP< T, I >::operator= ( const BatchQP< T, I > & )
delete

◆ operator=() [2/2]

template<typename T, typename I>
BatchQP & proxsuite::proxqp::sparse::BatchQP< T, I >::operator= ( BatchQP< T, I > && )
default

◆ init_qp_in_place()

template<typename T, typename I>
QP< T, I > & proxsuite::proxqp::sparse::BatchQP< T, I >::init_qp_in_place ( sparse::isize dim,
sparse::isize n_eq,
sparse::isize n_in )
inline

Init a QP in place and return a reference to it

Definition at line 830 of file wrapper.hpp.

◆ insert()

template<typename T, typename I>
void proxsuite::proxqp::sparse::BatchQP< T, I >::insert ( QP< T, I > & qp)
inline

Init a QP in place and return a reference to it

Inserts a qp to the end of qp_vector

Definition at line 856 of file wrapper.hpp.

◆ get() [1/2]

template<typename T, typename I>
QP< T, I > & proxsuite::proxqp::sparse::BatchQP< T, I >::get ( isize i)
inline

Access QP at position i

Definition at line 861 of file wrapper.hpp.

◆ get() [2/2]

template<typename T, typename I>
const QP< T, I > & proxsuite::proxqp::sparse::BatchQP< T, I >::get ( isize i) const
inline

Access QP at position i

Definition at line 866 of file wrapper.hpp.

◆ operator[]() [1/2]

template<typename T, typename I>
QP< T, I > & proxsuite::proxqp::sparse::BatchQP< T, I >::operator[] ( isize i)
inline

Access QP at position i

Definition at line 871 of file wrapper.hpp.

◆ operator[]() [2/2]

template<typename T, typename I>
const QP< T, I > & proxsuite::proxqp::sparse::BatchQP< T, I >::operator[] ( isize i) const
inline

Access QP at position i

Definition at line 876 of file wrapper.hpp.

◆ size()

template<typename T, typename I>
sparse::isize proxsuite::proxqp::sparse::BatchQP< T, I >::size ( )
inline

Definition at line 878 of file wrapper.hpp.

Member Data Documentation

◆ qp_vector

template<typename T, typename I>
std::vector<QP<T, I> > proxsuite::proxqp::sparse::BatchQP< T, I >::qp_vector

A vector of QP aligned of size BatchSize specified by the user.

Definition at line 811 of file wrapper.hpp.

◆ m_size

template<typename T, typename I>
sparse::isize proxsuite::proxqp::sparse::BatchQP< T, I >::m_size

Definition at line 812 of file wrapper.hpp.


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