GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array.h"
Public Member Functions | |
NoAlias () | |
template<class X > | |
NoAlias (X x) | |
template<class X , class Y > | |
NoAlias (X x, Y y) | |
template<class X , class Y , class Z > | |
NoAlias (X x, Y y, Z z) | |
T & | operator() (octave_idx_type n) |
T & | operator() (octave_idx_type i, octave_idx_type j) |
T & | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
T & | operator() (const Array< octave_idx_type > &ra_idx) |
Private Types | |
typedef ArrayClass::element_type | T |
|
private |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |