Public Member Functions |
| ComplexNDArray (void) |
| ComplexNDArray (const dim_vector &dv) |
| ComplexNDArray (const dim_vector &dv, const Complex &val) |
| ComplexNDArray (const ComplexNDArray &a) |
| ComplexNDArray (const ComplexMatrix &a) |
template<class U > |
| ComplexNDArray (const MArray< U > &a) |
template<class U > |
| ComplexNDArray (const Array< U > &a) |
| ComplexNDArray (const charNDArray &) |
NDArray | abs (void) const |
boolNDArray | all (int dim=-1) const |
bool | all_elements_are_real (void) const |
bool | all_integers (double &max_val, double &min_val) const |
boolNDArray | any (int dim=-1) const |
bool | any_element_is_inf_or_nan (void) const |
bool | any_element_is_nan (void) const |
Array< Complex > | as_column (void) const |
Array< Complex > | as_matrix (void) const |
Array< Complex > | as_row (void) const |
void | assign (const idx_vector &i, const Array< Complex > &rhs, const Complex &rfv) |
void | assign (const idx_vector &i, const Array< Complex > &rhs) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< Complex > &rhs, const Complex &rfv) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< Complex > &rhs) |
void | assign (const Array< idx_vector > &ia, const Array< Complex > &rhs, const Complex &rfv) |
void | assign (const Array< idx_vector > &ia, const Array< Complex > &rhs) |
size_t | byte_size (void) const |
octave_idx_type | capacity (void) const |
ComplexNDArray & | changesign (void) |
Complex & | checkelem (octave_idx_type n) |
Complex & | checkelem (octave_idx_type i, octave_idx_type j) |
Complex & | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Complex & | 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< Complex > | 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 |
ComplexNDArray | concat (const ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx) |
ComplexNDArray | concat (const NDArray &rb, const Array< octave_idx_type > &ra_idx) |
ComplexNDArray | cummax (int dim=-1) const |
ComplexNDArray | cummax (Array< octave_idx_type > &index, int dim=-1) const |
ComplexNDArray | cummin (int dim=-1) const |
ComplexNDArray | cummin (Array< octave_idx_type > &index, int dim=-1) const |
ComplexNDArray | cumprod (int dim=-1) const |
ComplexNDArray | cumsum (int dim=-1) const |
const Complex * | 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) |
ComplexNDArray | diag (octave_idx_type k=0) const |
ComplexNDArray | diag (octave_idx_type m, octave_idx_type n) const |
ComplexNDArray | 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 |
Complex & | elem (octave_idx_type n) |
Complex & | elem (octave_idx_type i, octave_idx_type j) |
Complex & | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Complex & | 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 Complex &val) |
Array< octave_idx_type > | find (octave_idx_type n=-1, bool backward=false) const |
const Complex * | fortran_vec (void) const |
Complex * | fortran_vec (void) |
ComplexNDArray | fourier (int dim=1) const |
ComplexNDArray | fourier2d (void) const |
ComplexNDArray | fourierNd (void) const |
MArray< Complex > | hermitian (Complex(*fcn)(const Complex &)=0) const |
void | idx_add (const idx_vector &idx, Complexval) |
void | idx_add (const idx_vector &idx, const MArray< Complex > &vals) |
void | idx_add_nd (const idx_vector &idx, const MArray< Complex > &vals, int dim=-1) |
void | idx_max (const idx_vector &idx, const MArray< Complex > &vals) |
void | idx_min (const idx_vector &idx, const MArray< Complex > &vals) |
ComplexNDArray | ifourier (int dim=1) const |
ComplexNDArray | ifourier2d (void) const |
ComplexNDArray | ifourierNd (void) const |
Array< Complex > | index (const idx_vector &i) const |
Array< Complex > | index (const idx_vector &i, const idx_vector &j) const |
Array< Complex > | index (const Array< idx_vector > &ia) const |
Array< Complex > | index (const idx_vector &i, bool resize_ok, const Complex &rfv) const |
Array< Complex > | index (const idx_vector &i, bool resize_ok) const |
Array< Complex > | index (const idx_vector &i, const idx_vector &j, bool resize_ok, const Complex &rfv) const |
Array< Complex > | index (const idx_vector &i, const idx_vector &j, bool resize_ok) const |
Array< Complex > | index (const Array< idx_vector > &ia, bool resize_ok, const Complex &rfv) const |
Array< Complex > | index (const Array< idx_vector > &ia, bool resize_ok) const |
ComplexNDArray & | insert (const NDArray &a, octave_idx_type r, octave_idx_type c) |
ComplexNDArray & | insert (const ComplexNDArray &a, octave_idx_type r, octave_idx_type c) |
ComplexNDArray & | insert (const ComplexNDArray &a, const Array< octave_idx_type > &ra_idx) |
Array< Complex > & | insert (const Array< Complex > &a, const Array< octave_idx_type > &idx) |
Array< Complex > & | insert (const Array< Complex > &a, octave_idx_type r, octave_idx_type c) |
MArray< Complex > | 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) |
Complex * | jit_slice_data (void) const |
octave_idx_type | length (void) const |
Array< Complex > | linear_slice (octave_idx_type lo, octave_idx_type up) const |
octave_idx_type | lookup (const Complex &value, sortmode mode=UNSORTED) const |
Array< octave_idx_type > | lookup (const Array< Complex > &values, sortmode mode=UNSORTED) const |
void | make_unique (void) |
Array< U > | map (F fcn) const |
Array< U > | map (U(&fcn)(Complex)) const |
Array< U > | map (U(&fcn)(const Complex &)) const |
ComplexMatrix | matrix_value (void) const |
ComplexNDArray | max (int dim=-1) const |
ComplexNDArray | max (Array< octave_idx_type > &index, int dim=-1) const |
void | maybe_economize (void) |
void * | mex_get_data (void) const |
ComplexNDArray | min (int dim=-1) const |
ComplexNDArray | 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< Complex > | nth_element (const idx_vector &n, int dim=0) const |
octave_idx_type | numel (void) const |
boolNDArray | operator! (void) const |
Complex & | operator() (octave_idx_type n) |
Complex & | operator() (octave_idx_type i, octave_idx_type j) |
Complex & | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Complex & | 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 |
ComplexNDArray & | operator= (const ComplexNDArray &a) |
bool | optimize_dimensions (const dim_vector &dv) |
Array< Complex > | page (octave_idx_type k) const |
octave_idx_type | pages (void) const |
MArray< Complex > | permute (const Array< octave_idx_type > &vec, bool inv=false) const |
void | print_info (std::ostream &os, const std::string &prefix) const |
ComplexNDArray | prod (int dim=-1) const |
MArray< Complex > | reshape (const dim_vector &new_dims) const |
Array< Complex > | 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 Complex &rfv) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc) GCC_ATTR_DEPRECATED |
void | resize (const dim_vector &dv, const Complex &rfv) |
void | resize (const dim_vector &dv) |
void | resize1 (octave_idx_type n, const Complex &rfv) |
void | resize1 (octave_idx_type n) |
virtual Complex | resize_fill_value (void) const |
octave_idx_type | rows (void) const |
Array< Complex > | sort (int dim=0, sortmode mode=ASCENDING) const |
Array< Complex > | sort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
ComplexNDArray | squeeze (void) const |
ComplexNDArray | sum (int dim=-1) const |
ComplexNDArray | sumsq (int dim=-1) const |
bool | test (F fcn) const |
bool | test_all (F fcn) const |
bool | test_all (bool(&fcn)(Complex)) const |
bool | test_all (bool(&fcn)(const Complex &)) const |
bool | test_any (F fcn) const |
bool | test_any (bool(&fcn)(Complex)) const |
bool | test_any (bool(&fcn)(const Complex &)) const |
bool | too_large_for_float (void) const |
MArray< Complex > | transpose (void) const |
Complex & | xelem (octave_idx_type n) |
crefT | xelem (octave_idx_type n) const |
Complex & | xelem (octave_idx_type i, octave_idx_type j) |
crefT | xelem (octave_idx_type i, octave_idx_type j) const |
Complex & | 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 |
Complex & | xelem (const Array< octave_idx_type > &ra_idx) |
crefT | xelem (const Array< octave_idx_type > &ra_idx) const |
ComplexNDArray | xsum (int dim=-1) const |
Definition at line 33 of file CNDArray.h.