Public Member Functions | |
_idxbinop_helper (T *a, const T *v) | |
void | operator() (octave_idx_type i) |
Public Attributes | |
T * | array |
const T * | vals |
|
inline |
|
inline |
Definition at line 97 of file MArray.cc.
References _idxbinop_helper< T, op >::array, and _idxbinop_helper< T, op >::vals.
T* _idxbinop_helper< T, op >::array |
Definition at line 94 of file MArray.cc.
Referenced by _idxbinop_helper< T, op >::operator()().
const T* _idxbinop_helper< T, op >::vals |
Definition at line 95 of file MArray.cc.
Referenced by _idxbinop_helper< T, op >::operator()().