Public Member Functions | |
_idxadda_helper (T *a, const T *v) | |
void | operator() (octave_idx_type i) |
Public Attributes | |
T * | array |
const T * | vals |
Definition at line 46 of file MArray.cc.
_idxadda_helper< T >::_idxadda_helper | ( | T * | a, | |
const T * | v | |||
) | [inline] |
void _idxadda_helper< T >::operator() | ( | octave_idx_type | i | ) | [inline] |
Definition at line 51 of file MArray.cc.
References _idxadda_helper< T >::array, and _idxadda_helper< T >::vals.
T* _idxadda_helper< T >::array |
Definition at line 48 of file MArray.cc.
Referenced by _idxadda_helper< T >::operator()().
const T* _idxadda_helper< T >::vals |
Definition at line 49 of file MArray.cc.
Referenced by _idxadda_helper< T >::operator()().