Public Member Functions |
| FloatComplexRowVector (void) |
| FloatComplexRowVector (octave_idx_type n) |
| FloatComplexRowVector (const dim_vector &dv) |
| FloatComplexRowVector (octave_idx_type n, const FloatComplex &val) |
| FloatComplexRowVector (const FloatComplexRowVector &a) |
| FloatComplexRowVector (const MArray< FloatComplex > &a) |
| FloatComplexRowVector (const Array< FloatComplex > &a) |
| FloatComplexRowVector (const FloatRowVector &a) |
FloatComplexRowVector | append (const FloatRowVector &a) const |
FloatComplexRowVector | append (const FloatComplexRowVector &a) const |
Array< FloatComplex > | as_column (void) const |
Array< FloatComplex > | as_matrix (void) const |
Array< FloatComplex > | as_row (void) const |
void | assign (const idx_vector &i, const Array< FloatComplex > &rhs, const FloatComplex &rfv) |
void | assign (const idx_vector &i, const Array< FloatComplex > &rhs) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< FloatComplex > &rhs, const FloatComplex &rfv) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< FloatComplex > &rhs) |
void | assign (const Array< idx_vector > &ia, const Array< FloatComplex > &rhs, const FloatComplex &rfv) |
void | assign (const Array< idx_vector > &ia, const Array< FloatComplex > &rhs) |
size_t | byte_size (void) const |
octave_idx_type | capacity (void) const |
void | changesign (void) |
FloatComplex & | checkelem (octave_idx_type n) |
FloatComplex & | checkelem (octave_idx_type i, octave_idx_type j) |
FloatComplex & | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
FloatComplex & | 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 (octave_idx_type n) |
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< FloatComplex > | 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 |
const FloatComplex * | 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) |
Array< FloatComplex > | diag (octave_idx_type k=0) const |
Array< FloatComplex > | diag (octave_idx_type m, octave_idx_type n) 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 |
FloatComplex & | elem (octave_idx_type n) |
FloatComplex & | elem (octave_idx_type i, octave_idx_type j) |
FloatComplex & | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
FloatComplex & | 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 |
FloatComplexRowVector | extract (octave_idx_type c1, octave_idx_type c2) const |
FloatComplexRowVector | extract_n (octave_idx_type c1, octave_idx_type n) const |
FloatComplexRowVector & | fill (float val) |
FloatComplexRowVector & | fill (const FloatComplex &val) |
FloatComplexRowVector & | fill (float val, octave_idx_type c1, octave_idx_type c2) |
FloatComplexRowVector & | fill (const FloatComplex &val, octave_idx_type c1, octave_idx_type c2) |
Array< octave_idx_type > | find (octave_idx_type n=-1, bool backward=false) const |
const FloatComplex * | fortran_vec (void) const |
FloatComplex * | fortran_vec (void) |
FloatComplexColumnVector | hermitian (void) const |
MArray< FloatComplex > | hermitian (FloatComplex(*fcn)(const FloatComplex &)=0) const |
void | idx_add (const idx_vector &idx, FloatComplexval) |
void | idx_add (const idx_vector &idx, const MArray< FloatComplex > &vals) |
void | idx_add_nd (const idx_vector &idx, const MArray< FloatComplex > &vals, int dim=-1) |
void | idx_max (const idx_vector &idx, const MArray< FloatComplex > &vals) |
void | idx_min (const idx_vector &idx, const MArray< FloatComplex > &vals) |
Array< FloatComplex > | index (const idx_vector &i) const |
Array< FloatComplex > | index (const idx_vector &i, const idx_vector &j) const |
Array< FloatComplex > | index (const Array< idx_vector > &ia) const |
Array< FloatComplex > | index (const idx_vector &i, bool resize_ok, const FloatComplex &rfv) const |
Array< FloatComplex > | index (const idx_vector &i, bool resize_ok) const |
Array< FloatComplex > | index (const idx_vector &i, const idx_vector &j, bool resize_ok, const FloatComplex &rfv) const |
Array< FloatComplex > | index (const idx_vector &i, const idx_vector &j, bool resize_ok) const |
Array< FloatComplex > | index (const Array< idx_vector > &ia, bool resize_ok, const FloatComplex &rfv) const |
Array< FloatComplex > | index (const Array< idx_vector > &ia, bool resize_ok) const |
FloatComplexRowVector & | insert (const FloatRowVector &a, octave_idx_type c) |
FloatComplexRowVector & | insert (const FloatComplexRowVector &a, octave_idx_type c) |
Array< FloatComplex > & | insert (const Array< FloatComplex > &a, const Array< octave_idx_type > &idx) |
Array< FloatComplex > & | insert (const Array< FloatComplex > &a, octave_idx_type r, octave_idx_type c) |
MArray< FloatComplex > | 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 |
void * | jit_array_rep (void) const |
octave_idx_type * | jit_dimensions (void) const |
int * | jit_ref_count (void) |
FloatComplex * | jit_slice_data (void) const |
octave_idx_type | length (void) const |
Array< FloatComplex > | linear_slice (octave_idx_type lo, octave_idx_type up) const |
octave_idx_type | lookup (const FloatComplex &value, sortmode mode=UNSORTED) const |
Array< octave_idx_type > | lookup (const Array< FloatComplex > &values, sortmode mode=UNSORTED) const |
void | make_unique (void) |
Array< U > | map (F fcn) const |
Array< U > | map (U(&fcn)(FloatComplex)) const |
Array< U > | map (U(&fcn)(const FloatComplex &)) const |
FloatComplex | max (void) const |
void | maybe_economize (void) |
void * | mex_get_data (void) const |
FloatComplex | min (void) const |
int | ndims (void) const |
octave_idx_type | nelem (void) const |
octave_idx_type | nnz (void) const |
Array< FloatComplex > | nth_element (const idx_vector &n, int dim=0) const |
octave_idx_type | numel (void) const |
bool | operator!= (const FloatComplexRowVector &a) const |
FloatComplex & | operator() (octave_idx_type n) |
FloatComplex & | operator() (octave_idx_type i, octave_idx_type j) |
FloatComplex & | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
FloatComplex & | 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 |
FloatComplexRowVector & | operator+= (const FloatRowVector &a) |
FloatComplexRowVector & | operator-= (const FloatRowVector &a) |
FloatComplexRowVector & | operator= (const FloatComplexRowVector &a) |
bool | operator== (const FloatComplexRowVector &a) const |
bool | optimize_dimensions (const dim_vector &dv) |
Array< FloatComplex > | page (octave_idx_type k) const |
octave_idx_type | pages (void) const |
MArray< FloatComplex > | permute (const Array< octave_idx_type > &vec, bool inv=false) const |
void | print_info (std::ostream &os, const std::string &prefix) const |
MArray< FloatComplex > | reshape (const dim_vector &new_dims) const |
Array< FloatComplex > | reshape (octave_idx_type nr, octave_idx_type nc) const |
void | resize (octave_idx_type n, const FloatComplex &rfv=FloatComplex(0)) |
void | resize (octave_idx_type n) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc, const FloatComplex &rfv) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc) GCC_ATTR_DEPRECATED |
void | resize (const dim_vector &dv, const FloatComplex &rfv) |
void | resize (const dim_vector &dv) |
void | resize1 (octave_idx_type n, const FloatComplex &rfv) |
void | resize1 (octave_idx_type n) |
virtual FloatComplex | resize_fill_value (void) const |
octave_idx_type | rows (void) const |
Array< FloatComplex > | sort (int dim=0, sortmode mode=ASCENDING) const |
Array< FloatComplex > | sort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
MArray | squeeze (void) const |
bool | test (F fcn) const |
bool | test_all (F fcn) const |
bool | test_all (bool(&fcn)(FloatComplex)) const |
bool | test_all (bool(&fcn)(const FloatComplex &)) const |
bool | test_any (F fcn) const |
bool | test_any (bool(&fcn)(FloatComplex)) const |
bool | test_any (bool(&fcn)(const FloatComplex &)) const |
FloatComplexColumnVector | transpose (void) const |
FloatComplex & | xelem (octave_idx_type n) |
crefT | xelem (octave_idx_type n) const |
FloatComplex & | xelem (octave_idx_type i, octave_idx_type j) |
crefT | xelem (octave_idx_type i, octave_idx_type j) const |
FloatComplex & | 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 |
FloatComplex & | xelem (const Array< octave_idx_type > &ra_idx) |
crefT | xelem (const Array< octave_idx_type > &ra_idx) const |
Definition at line 31 of file fCRowVector.h.