SOPT
Sparse OPTimisation
Public Types | Public Attributes | List of all members
sopt::CData< T > Struct Template Reference

#include <cdata.h>

+ Collaboration diagram for sopt::CData< T >:

Public Types

using t_Vector = Eigen::Matrix< T, Eigen::Dynamic, 1 >
 

Public Attributes

t_Vector::Index nin
 
t_Vector::Index nout
 
sopt::LinearTransform< t_Vector > const & transform
 
t_uint direct_calls
 
t_uint adjoint_calls
 

Detailed Description

template<typename T>
struct sopt::CData< T >

Definition at line 11 of file cdata.h.

Member Typedef Documentation

◆ t_Vector

template<typename T >
using sopt::CData< T >::t_Vector = Eigen::Matrix<T, Eigen::Dynamic, 1>

Definition at line 12 of file cdata.h.

Member Data Documentation

◆ adjoint_calls

template<typename T >
t_uint sopt::CData< T >::adjoint_calls

Definition at line 15 of file cdata.h.

◆ direct_calls

template<typename T >
t_uint sopt::CData< T >::direct_calls

Definition at line 15 of file cdata.h.

◆ nin

template<typename T >
t_Vector::Index sopt::CData< T >::nin

Definition at line 13 of file cdata.h.

Referenced by sopt::adjoint_transform(), and sopt::direct_transform().

◆ nout

template<typename T >
t_Vector::Index sopt::CData< T >::nout

Definition at line 13 of file cdata.h.

Referenced by sopt::adjoint_transform(), and sopt::direct_transform().

◆ transform

template<typename T >
sopt::LinearTransform<t_Vector> const& sopt::CData< T >::transform

Definition at line 14 of file cdata.h.

Referenced by sopt::adjoint_transform(), and sopt::direct_transform().


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