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
sub2ind_helper Struct Reference
Collaboration diagram for sub2ind_helper:
Collaboration graph
[legend]

Public Member Functions

 sub2ind_helper (octave_idx_type *_ind, octave_idx_type _n)
 
void operator() (octave_idx_type k)
 

Public Attributes

octave_idx_typeind
 
octave_idx_type n
 

Detailed Description

Definition at line 523 of file Array-util.cc.

Constructor & Destructor Documentation

sub2ind_helper::sub2ind_helper ( octave_idx_type _ind,
octave_idx_type  _n 
)
inline

Definition at line 527 of file Array-util.cc.

Member Function Documentation

void sub2ind_helper::operator() ( octave_idx_type  k)
inline

Definition at line 530 of file Array-util.cc.

References n.

Member Data Documentation

octave_idx_type* sub2ind_helper::ind

Definition at line 525 of file Array-util.cc.

octave_idx_type sub2ind_helper::n

Definition at line 525 of file Array-util.cc.

Referenced by operator()().


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