GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
_idxadda_helper< T > Struct Template Reference
Collaboration diagram for _idxadda_helper< T >:

Public Member Functions

 _idxadda_helper (T *a, const T *v)
 
void operator() (octave_idx_type i)
 

Public Attributes

T * array
 
const T * vals
 

Detailed Description

template<typename T>
struct _idxadda_helper< T >

Definition at line 43 of file MArray.cc.

Constructor & Destructor Documentation

◆ _idxadda_helper()

template<typename T >
_idxadda_helper< T >::_idxadda_helper ( T *  a,
const T *  v 
)
inline

Definition at line 47 of file MArray.cc.

Member Function Documentation

◆ operator()()

template<typename T >
void _idxadda_helper< T >::operator() ( octave_idx_type  i)
inline

Definition at line 48 of file MArray.cc.

References _idxadda_helper< T >::array, i, and _idxadda_helper< T >::vals.

Member Data Documentation

◆ array

template<typename T >
T* _idxadda_helper< T >::array

Definition at line 45 of file MArray.cc.

Referenced by _idxadda_helper< T >::operator()().

◆ vals

template<typename T >
const T* _idxadda_helper< T >::vals

Definition at line 46 of file MArray.cc.

Referenced by _idxadda_helper< T >::operator()().


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