GNU Octave  4.0.0
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
_idxbinop_helper< T, op > Struct Template Reference
Collaboration diagram for _idxbinop_helper< T, op >:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

T * array
 
const T * vals
 

Detailed Description

template<class T, T op>
struct _idxbinop_helper< T, op >

Definition at line 93 of file MArray.cc.

Constructor & Destructor Documentation

template<class T , T op>
_idxbinop_helper< T, op >::_idxbinop_helper ( T *  a,
const T *  v 
)
inline

Definition at line 97 of file MArray.cc.

Member Function Documentation

template<class T , T op>
void _idxbinop_helper< T, op >::operator() ( octave_idx_type  i)
inline

Definition at line 98 of file MArray.cc.

Member Data Documentation

template<class T , T op>
T* _idxbinop_helper< T, op >::array

Definition at line 95 of file MArray.cc.

template<class T , T op>
const T* _idxbinop_helper< T, op >::vals

Definition at line 96 of file MArray.cc.


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