GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "jit-typeinfo.h"
Public Member Functions | |
jit_array () | |
jit_array (T &from) | |
operator T () const | |
void | update (void) |
void | update (T *aarray) |
Public Attributes | |
T * | array |
octave_idx_type * | dimensions |
int * | ref_count |
U * | slice_data |
octave_idx_type | slice_len |
Definition at line 68 of file jit-typeinfo.h.
Definition at line 71 of file jit-typeinfo.h.
Definition at line 73 of file jit-typeinfo.h.
|
inline |
Definition at line 92 of file jit-typeinfo.h.
Definition at line 78 of file jit-typeinfo.h.
Referenced by octave_jit_paren_scalar_subsasgn(), octave_jit_paren_subsasgn_impl(), and octave_jit_paren_subsasgn_matrix_range().
Definition at line 86 of file jit-typeinfo.h.
T* jit_array< T, U >::array |
Definition at line 103 of file jit-typeinfo.h.
Referenced by octave_jit_cast_any_matrix(), octave_jit_grab_matrix(), octave_jit_paren_scalar(), octave_jit_paren_scalar_subsasgn(), octave_jit_paren_subsasgn_impl(), octave_jit_paren_subsasgn_matrix_range(), octave_jit_release_matrix(), and operator<<().
octave_idx_type* jit_array< T, U >::dimensions |
Definition at line 101 of file jit-typeinfo.h.
Referenced by octave_jit_end_matrix(), and operator<<().
Definition at line 97 of file jit-typeinfo.h.
Referenced by operator<<().
U* jit_array< T, U >::slice_data |
Definition at line 99 of file jit-typeinfo.h.
Referenced by operator<<().
octave_idx_type jit_array< T, U >::slice_len |
Definition at line 100 of file jit-typeinfo.h.
Referenced by operator<<().