GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
_idxadda_helper< T > Struct Template Reference
Collaboration diagram for _idxadda_helper< T >:
Collaboration graph
[legend]

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

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

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

Definition at line 48 of file MArray.cc.

Member Data Documentation

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

Definition at line 45 of file MArray.cc.

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

Definition at line 46 of file MArray.cc.


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