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

Public Member Functions

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

Private Attributes

T * m_array
 
const T * m_vals
 

Detailed Description

template<typename T>
class _idxadda_helper< T >

Definition at line 49 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 52 of file MArray.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 54 of file MArray.cc.

References _idxadda_helper< T >::m_array, and _idxadda_helper< T >::m_vals.

Member Data Documentation

◆ m_array

template<typename T >
T* _idxadda_helper< T >::m_array
private

Definition at line 58 of file MArray.cc.

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

◆ m_vals

template<typename T >
const T* _idxadda_helper< T >::m_vals
private

Definition at line 59 of file MArray.cc.

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


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