|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|

Public Member Functions | |
| sub2ind_helper (octave_idx_type *_ind, octave_idx_type _n) | |
| void | operator() (octave_idx_type k) |
Public Attributes | |
| octave_idx_type * | ind |
| octave_idx_type | n |
Definition at line 519 of file Array-util.cc.
|
inline |
Definition at line 523 of file Array-util.cc.
|
inline |
Definition at line 526 of file Array-util.cc.
References n.
| octave_idx_type* sub2ind_helper::ind |
Definition at line 521 of file Array-util.cc.
| octave_idx_type sub2ind_helper::n |
Definition at line 521 of file Array-util.cc.
Referenced by operator()().
1.8.8