|
| | FloatComplexColumnVector (void) |
| |
| | FloatComplexColumnVector (octave_idx_type n) |
| |
| | FloatComplexColumnVector (const dim_vector &dv) |
| |
| | FloatComplexColumnVector (octave_idx_type n, const FloatComplex &val) |
| |
| | FloatComplexColumnVector (const FloatComplexColumnVector &a) |
| |
| | FloatComplexColumnVector (const MArray< FloatComplex > &a) |
| |
| | FloatComplexColumnVector (const Array< FloatComplex > &a) |
| |
| | FloatComplexColumnVector (const FloatColumnVector &a) |
| |
| FloatColumnVector | abs (void) const |
| |
| Array< FloatComplex > | as_column (void) const |
| | Return the array as a column vector. More...
|
| |
| Array< FloatComplex > | as_matrix (void) const |
| | Return the array as a matrix. More...
|
| |
| Array< FloatComplex > | as_row (void) const |
| | Return the array as a row vector. More...
|
| |
| size_t | byte_size (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 | clear (octave_idx_type n) |
| |
| void | clear (void) |
| |
| void | clear (const dim_vector &dv) |
| |
| void | clear (octave_idx_type r, octave_idx_type c) |
| |
| Array< FloatComplex > | column (octave_idx_type k) const |
| | Extract column: A(:,k+1). More...
|
| |
| 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 |
| |
| Array< FloatComplex > | diag (octave_idx_type k=0) const |
| | Get the kth super or subdiagonal. More...
|
| |
| Array< FloatComplex > | diag (octave_idx_type m, octave_idx_type n) const |
| |
| const dim_vector & | dims (void) const |
| | Return a const-reference so that dims ()(i) works efficiently. More...
|
| |
| 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 |
| |
| FloatComplexColumnVector | extract (octave_idx_type r1, octave_idx_type r2) const |
| |
| FloatComplexColumnVector | extract_n (octave_idx_type r1, octave_idx_type n) const |
| |
| FloatComplexColumnVector & | fill (float val) |
| |
| FloatComplexColumnVector & | fill (const FloatComplex &val) |
| |
| FloatComplexColumnVector & | fill (float val, octave_idx_type r1, octave_idx_type r2) |
| |
| FloatComplexColumnVector & | fill (const FloatComplex &val, octave_idx_type r1, octave_idx_type r2) |
| |
| Array< octave_idx_type > | find (octave_idx_type n=-1, bool backward=false) const |
| | Find indices of (at most n) nonzero elements. More...
|
| |
| const FloatComplex * | fortran_vec (void) const |
| |
| FloatComplex * | fortran_vec (void) |
| |
| MArray< FloatComplex > | hermitian (FloatComplex(*fcn)(const FloatComplex &)=0) const |
| |
| FloatComplexRowVector | hermitian (void) 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) |
| |
| FloatComplexColumnVector & | insert (const FloatColumnVector &a, octave_idx_type r) |
| |
| FloatComplexColumnVector & | insert (const FloatComplexColumnVector &a, octave_idx_type r) |
| |
| Array< FloatComplex > & | insert (const Array< FloatComplex > &a, const Array< octave_idx_type > &idx) |
| | Insert an array into another at a specified position. More...
|
| |
| Array< FloatComplex > & | insert (const Array< FloatComplex > &a, octave_idx_type r, octave_idx_type c) |
| | This is just a special case for idx = [r c 0 ...]. More...
|
| |
| 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 |
| | Ordering is auto-detected or can be specified. More...
|
| |
| sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
| | Ordering is auto-detected or can be specified. More...
|
| |
| bool | is_square (void) const |
| |
| bool | is_vector (void) const |
| |
| Array< FloatComplex > | linear_slice (octave_idx_type lo, octave_idx_type up) const |
| | Extract a slice from this array as a column vector: A(:)(lo+1:up). More...
|
| |
| octave_idx_type | lookup (const FloatComplex &value, sortmode mode=UNSORTED) const |
| | Do a binary lookup in a sorted array. More...
|
| |
| Array< octave_idx_type > | lookup (const Array< FloatComplex > &values, sortmode mode=UNSORTED) const |
| | Ditto, but for an array of values, specializing on the case when values are sorted. More...
|
| |
| void | make_unique (void) |
| |
| Array< U > | map (F fcn) const |
| | Apply function fcn to each element of the Array<T>. More...
|
| |
| FloatComplex | max (void) const |
| |
| void | maybe_economize (void) |
| |
| void * | mex_get_data (void) const |
| | Give a pointer to the data in mex format. More...
|
| |
| FloatComplex | min (void) const |
| |
| int | ndims (void) const |
| |
| octave_idx_type | nnz (void) const |
| | Count nonzero elements. More...
|
| |
| Array< FloatComplex > | nth_element (const idx_vector &n, int dim=0) const |
| | Returns the n-th element in increasing order, using the same ordering as used for sort. More...
|
| |
| bool | operator!= (const FloatComplexColumnVector &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 |
| |
| FloatComplexColumnVector & | operator+= (const FloatColumnVector &a) |
| |
| FloatComplexColumnVector & | operator-= (const FloatColumnVector &a) |
| |
| FloatComplexColumnVector & | operator= (const FloatComplexColumnVector &a) |
| |
| bool | operator== (const FloatComplexColumnVector &a) const |
| |
| bool | optimize_dimensions (const dim_vector &dv) |
| | Returns true if this->dims () == dv, and if so, replaces this->dimensions by a shallow copy of dv. More...
|
| |
| Array< FloatComplex > | page (octave_idx_type k) const |
| | Extract page: A(:,:,k+1). More...
|
| |
| 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)) |
| |
| virtual FloatComplex | resize_fill_value (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 |
| | Sort by rows returns only indices. More...
|
| |
| MArray | squeeze (void) const |
| |
| FloatComplexColumnVector | stack (const FloatColumnVector &a) const |
| |
| FloatComplexColumnVector | stack (const FloatComplexColumnVector &a) const |
| |
| bool | test (F fcn) const |
| | Generic any/all test functionality with arbitrary predicate. More...
|
| |
| FloatComplexRowVector | 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 |
| |
|
| octave_idx_type | capacity (void) const |
| | Number of elements in the array. More...
|
| |
| octave_idx_type | length (void) const |
| | Number of elements in the array. More...
|
| |
| octave_idx_type | nelem (void) const |
| | Number of elements in the array. More...
|
| |
| octave_idx_type | numel (void) const |
| | Number of elements in the array. More...
|
| |
|
Get the first dimension of the array (number of rows)
|
| octave_idx_type | dim1 (void) const |
| |
| octave_idx_type | rows (void) const |
| |
|
Get the second dimension of the array (number of columns)
|
| octave_idx_type | dim2 (void) const |
| |
| octave_idx_type | cols (void) const |
| |
| octave_idx_type | columns (void) const |
| |
|
Get the third dimension of the array (number of pages)
|
| octave_idx_type | dim3 (void) const |
| |
| octave_idx_type | pages (void) const |
| |
|
| Array< FloatComplex > | index (const idx_vector &i) const |
| | Indexing without resizing. More...
|
| |
| 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 |
| | Indexing with possible resizing and fill. More...
|
| |
| 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 |
| |
|
| void | resize2 (octave_idx_type nr, octave_idx_type nc, const FloatComplex &rfv) |
| | Resizing (with fill). More...
|
| |
| void | resize2 (octave_idx_type nr, octave_idx_type nc) |
| |
| void | resize1 (octave_idx_type n, const FloatComplex &rfv) |
| |
| void | resize1 (octave_idx_type n) |
| |
| void | resize (const dim_vector &dv, const FloatComplex &rfv) |
| |
| void | resize (const dim_vector &dv) |
| |
|
| void | assign (const idx_vector &i, const Array< FloatComplex > &rhs, const FloatComplex &rfv) |
| | Indexed assignment (always with resize & fill). More...
|
| |
| 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) |
| |
|
| void | delete_elements (const idx_vector &i) |
| | Deleting elements. More...
|
| |
| void | delete_elements (int dim, const idx_vector &i) |
| | A(:,...,I,...,:) = [] (>= 2 subscripts, one of them is non-colon) More...
|
| |
| void | delete_elements (const Array< idx_vector > &ia) |
| | Dispatcher to the above two. More...
|
| |
|
| Array< U > | map (U(&fcn)(FloatComplex)) const |
| | Overloads for function references. More...
|
| |
| Array< U > | map (U(&fcn)(const FloatComplex &)) const |
| |
|
| bool | test_any (F fcn) const |
| | Simpler calls. More...
|
| |
| bool | test_all (F fcn) const |
| |
|
| bool | test_any (bool(&fcn)(FloatComplex)) const |
| | Overloads for function references. More...
|
| |
| bool | test_any (bool(&fcn)(const FloatComplex &)) const |
| |
| bool | test_all (bool(&fcn)(FloatComplex)) const |
| |
| bool | test_all (bool(&fcn)(const FloatComplex &)) const |
| |
|
| int * | jit_ref_count (void) |
| | WARNING: Only call these functions from jit. More...
|
| |
| FloatComplex * | jit_slice_data (void) const |
| |
| octave_idx_type * | jit_dimensions (void) const |
| |
| void * | jit_array_rep (void) const |
| |