Public Member Functions |
| FloatNDArray (void) |
| FloatNDArray (const dim_vector &dv) |
| FloatNDArray (const dim_vector &dv, float val) |
| FloatNDArray (const FloatNDArray &a) |
| FloatNDArray (const FloatMatrix &a) |
template<class U > |
| FloatNDArray (const MArray< U > &a) |
template<class U > |
| FloatNDArray (const Array< U > &a) |
template<class U > |
| FloatNDArray (const intNDArray< U > &a) |
| FloatNDArray (const charNDArray &) |
FloatNDArray | abs (void) const |
boolNDArray | all (int dim=-1) const |
bool | all_elements_are_int_or_inf_or_nan (void) const |
bool | all_elements_are_zero (void) const |
bool | all_integers (float &max_val, float &min_val) const |
bool | all_integers (void) const |
boolNDArray | any (int dim=-1) const |
bool | any_element_is_inf_or_nan (void) const |
bool | any_element_is_nan (void) const |
bool | any_element_is_negative (bool=false) const |
bool | any_element_is_positive (bool=false) const |
bool | any_element_not_one_or_zero (void) const |
Array< float > | as_column (void) const |
Array< float > | as_matrix (void) const |
Array< float > | as_row (void) const |
void | assign (const idx_vector &i, const Array< float > &rhs, const float &rfv) |
void | assign (const idx_vector &i, const Array< float > &rhs) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< float > &rhs, const float &rfv) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< float > &rhs) |
void | assign (const Array< idx_vector > &ia, const Array< float > &rhs, const float &rfv) |
void | assign (const Array< idx_vector > &ia, const Array< float > &rhs) |
size_t | byte_size (void) const |
octave_idx_type | capacity (void) const |
FloatNDArray & | changesign (void) |
float & | checkelem (octave_idx_type n) |
float & | checkelem (octave_idx_type i, octave_idx_type j) |
float & | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
float & | checkelem (const Array< octave_idx_type > &ra_idx) |
crefT | checkelem (octave_idx_type n) const |
crefT | checkelem (octave_idx_type i, octave_idx_type j) const |
crefT | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | checkelem (const Array< octave_idx_type > &ra_idx) const |
void | chop_trailing_singletons (void) GCC_ATTR_DEPRECATED |
void | clear (void) |
void | clear (const dim_vector &dv) |
void | clear (octave_idx_type r, octave_idx_type c) |
octave_idx_type | cols (void) const |
Array< float > | column (octave_idx_type k) const |
octave_idx_type | columns (void) const |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j) const |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
octave_idx_type | compute_index (const Array< octave_idx_type > &ra_idx) const |
octave_idx_type | compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const |
FloatNDArray | concat (const FloatNDArray &rb, const Array< octave_idx_type > &ra_idx) |
FloatComplexNDArray | concat (const FloatComplexNDArray &rb, const Array< octave_idx_type > &ra_idx) |
charNDArray | concat (const charNDArray &rb, const Array< octave_idx_type > &ra_idx) |
FloatNDArray | cummax (int dim=-1) const |
FloatNDArray | cummax (Array< octave_idx_type > &index, int dim=-1) const |
FloatNDArray | cummin (int dim=-1) const |
FloatNDArray | cummin (Array< octave_idx_type > &index, int dim=-1) const |
FloatNDArray | cumprod (int dim=-1) const |
FloatNDArray | cumsum (int dim=-1) const |
const float * | data (void) const |
void | delete_elements (const idx_vector &i) |
void | delete_elements (int dim, const idx_vector &i) |
void | delete_elements (const Array< idx_vector > &ia) |
FloatNDArray | diag (octave_idx_type k=0) const |
FloatNDArray | diag (octave_idx_type m, octave_idx_type n) const |
FloatNDArray | diff (octave_idx_type order=1, int dim=-1) const |
octave_idx_type | dim1 (void) const |
octave_idx_type | dim2 (void) const |
octave_idx_type | dim3 (void) const |
const dim_vector & | dims (void) const |
NDArray | dsum (int dim=-1) const |
float & | elem (octave_idx_type n) |
float & | elem (octave_idx_type i, octave_idx_type j) |
float & | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
float & | elem (const Array< octave_idx_type > &ra_idx) |
crefT | elem (octave_idx_type n) const |
crefT | elem (octave_idx_type i, octave_idx_type j) const |
crefT | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | elem (const Array< octave_idx_type > &ra_idx) const |
void | fill (const float &val) |
Array< octave_idx_type > | find (octave_idx_type n=-1, bool backward=false) const |
const float * | fortran_vec (void) const |
float * | fortran_vec (void) |
FloatComplexNDArray | fourier (int dim=1) const |
FloatComplexNDArray | fourier2d (void) const |
FloatComplexNDArray | fourierNd (void) const |
MArray< float > | hermitian (float(*fcn)(const float &)=0) const |
void | idx_add (const idx_vector &idx, floatval) |
void | idx_add (const idx_vector &idx, const MArray< float > &vals) |
void | idx_add_nd (const idx_vector &idx, const MArray< float > &vals, int dim=-1) |
void | idx_max (const idx_vector &idx, const MArray< float > &vals) |
void | idx_min (const idx_vector &idx, const MArray< float > &vals) |
FloatComplexNDArray | ifourier (int dim=1) const |
FloatComplexNDArray | ifourier2d (void) const |
FloatComplexNDArray | ifourierNd (void) const |
Array< float > | index (const idx_vector &i) const |
Array< float > | index (const idx_vector &i, const idx_vector &j) const |
Array< float > | index (const Array< idx_vector > &ia) const |
Array< float > | index (const idx_vector &i, bool resize_ok, const float &rfv) const |
Array< float > | index (const idx_vector &i, bool resize_ok) const |
Array< float > | index (const idx_vector &i, const idx_vector &j, bool resize_ok, const float &rfv) const |
Array< float > | index (const idx_vector &i, const idx_vector &j, bool resize_ok) const |
Array< float > | index (const Array< idx_vector > &ia, bool resize_ok, const float &rfv) const |
Array< float > | index (const Array< idx_vector > &ia, bool resize_ok) const |
FloatNDArray & | insert (const FloatNDArray &a, octave_idx_type r, octave_idx_type c) |
FloatNDArray & | insert (const FloatNDArray &a, const Array< octave_idx_type > &ra_idx) |
Array< float > & | insert (const Array< float > &a, const Array< octave_idx_type > &idx) |
Array< float > & | insert (const Array< float > &a, octave_idx_type r, octave_idx_type c) |
MArray< float > | ipermute (const Array< octave_idx_type > &vec) const |
bool | is_empty (void) const |
bool | is_shared (void) |
sortmode | is_sorted (sortmode mode=UNSORTED) const |
sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
bool | is_square (void) const |
bool | is_vector (void) const |
boolNDArray | isfinite (void) const |
boolNDArray | isinf (void) const |
boolNDArray | isnan (void) const |
void * | jit_array_rep (void) const |
octave_idx_type * | jit_dimensions (void) const |
int * | jit_ref_count (void) |
float * | jit_slice_data (void) const |
octave_idx_type | length (void) const |
Array< float > | linear_slice (octave_idx_type lo, octave_idx_type up) const |
octave_idx_type | lookup (const float &value, sortmode mode=UNSORTED) const |
Array< octave_idx_type > | lookup (const Array< float > &values, sortmode mode=UNSORTED) const |
void | make_unique (void) |
Array< U > | map (F fcn) const |
Array< U > | map (U(&fcn)(float)) const |
Array< U > | map (U(&fcn)(const float &)) const |
FloatMatrix | matrix_value (void) const |
FloatNDArray | max (int dim=-1) const |
FloatNDArray | max (Array< octave_idx_type > &index, int dim=-1) const |
void | maybe_economize (void) |
void * | mex_get_data (void) const |
FloatNDArray | min (int dim=-1) const |
FloatNDArray | min (Array< octave_idx_type > &index, int dim=-1) const |
int | ndims (void) const |
octave_idx_type | nelem (void) const |
octave_idx_type | nnz (void) const |
Array< float > | nth_element (const idx_vector &n, int dim=0) const |
octave_idx_type | numel (void) const |
boolNDArray | operator! (void) const |
float & | operator() (octave_idx_type n) |
float & | operator() (octave_idx_type i, octave_idx_type j) |
float & | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
float & | operator() (const Array< octave_idx_type > &ra_idx) |
crefT | operator() (octave_idx_type n) const |
crefT | operator() (octave_idx_type i, octave_idx_type j) const |
crefT | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | operator() (const Array< octave_idx_type > &ra_idx) const |
FloatNDArray & | operator= (const FloatNDArray &a) |
bool | optimize_dimensions (const dim_vector &dv) |
Array< float > | page (octave_idx_type k) const |
octave_idx_type | pages (void) const |
MArray< float > | permute (const Array< octave_idx_type > &vec, bool inv=false) const |
void | print_info (std::ostream &os, const std::string &prefix) const |
FloatNDArray | prod (int dim=-1) const |
MArray< float > | reshape (const dim_vector &new_dims) const |
Array< float > | reshape (octave_idx_type nr, octave_idx_type nc) const |
void | resize (octave_idx_type n) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc, const float &rfv) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc) GCC_ATTR_DEPRECATED |
void | resize (const dim_vector &dv, const float &rfv) |
void | resize (const dim_vector &dv) |
void | resize1 (octave_idx_type n, const float &rfv) |
void | resize1 (octave_idx_type n) |
virtual float | resize_fill_value (void) const |
octave_idx_type | rows (void) const |
Array< float > | sort (int dim=0, sortmode mode=ASCENDING) const |
Array< float > | sort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
FloatNDArray | squeeze (void) const |
FloatNDArray | sum (int dim=-1) const |
FloatNDArray | sumsq (int dim=-1) const |
bool | test (F fcn) const |
bool | test_all (F fcn) const |
bool | test_all (bool(&fcn)(float)) const |
bool | test_all (bool(&fcn)(const float &)) const |
bool | test_any (F fcn) const |
bool | test_any (bool(&fcn)(float)) const |
bool | test_any (bool(&fcn)(const float &)) const |
bool | too_large_for_float (void) const |
MArray< float > | transpose (void) const |
float & | xelem (octave_idx_type n) |
crefT | xelem (octave_idx_type n) const |
float & | xelem (octave_idx_type i, octave_idx_type j) |
crefT | xelem (octave_idx_type i, octave_idx_type j) const |
float & | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
crefT | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
float & | xelem (const Array< octave_idx_type > &ra_idx) |
crefT | xelem (const Array< octave_idx_type > &ra_idx) const |
Definition at line 34 of file fNDArray.h.