GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
_idxadda_helper (T *a, const T *v) | |
void | operator() (octave_idx_type i) |
Public Attributes | |
T * | array |
const T * | vals |
|
inline |
|
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()().