GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
DiagArray2< T > Class Template Reference

#include "DiagArray2.h"

Inheritance diagram for DiagArray2< T >:
Inheritance graph
[legend]
Collaboration diagram for DiagArray2< T >:
Collaboration graph
[legend]

Public Member Functions

 DiagArray2 (void)
 
 DiagArray2 (octave_idx_type r, octave_idx_type c)
 
 DiagArray2 (octave_idx_type r, octave_idx_type c, const T &val)
 
 DiagArray2 (const Array< T > &a)
 
 DiagArray2 (const Array< T > &a, octave_idx_type r, octave_idx_type c)
 
 DiagArray2 (const DiagArray2< T > &a)
 
template<typename U >
 DiagArray2 (const DiagArray2< U > &a)
 
 ~DiagArray2 (void)
 
Array< T > array_value (void) const
 
DiagArray2< T > build_diag_matrix () const
 
size_t byte_size (void) const
 
checkelem (octave_idx_type r, octave_idx_type c) const
 
T & checkelem (octave_idx_type r, octave_idx_type c)
 
octave_idx_type cols (void) const
 
octave_idx_type columns (void) const
 
const T * data (void) const
 
dgelem (octave_idx_type i) const
 
T & dgelem (octave_idx_type i)
 
T & dgxelem (octave_idx_type i)
 
dgxelem (octave_idx_type i) const
 
Array< T > diag (octave_idx_type k=0) const
 
octave_idx_type diag_length (void) const
 
octave_idx_type dim1 (void) const
 
octave_idx_type dim2 (void) const
 
dim_vector dims (void) const
 
elem (octave_idx_type r, octave_idx_type c) const
 
T & elem (octave_idx_type r, octave_idx_type c)
 
Array< T > extract_diag (octave_idx_type k=0) const
 
const T * fortran_vec (void) const
 
T * fortran_vec (void)
 
DiagArray2< T > hermitian (T(*fcn)(const T &)=0) const
 
octave_idx_type length (void) const
 
octave_idx_type nelem (void) const
 
octave_idx_type numel (void) const
 
operator() (octave_idx_type r, octave_idx_type c) const
 
T & operator() (octave_idx_type r, octave_idx_type c)
 
DiagArray2< T > & operator= (const DiagArray2< T > &a)
 
void print_info (std::ostream &os, const std::string &prefix) const
 
void resize (octave_idx_type n, octave_idx_type m, const T &rfv)
 
void resize (octave_idx_type n, octave_idx_type m)
 
octave_idx_type rows (void) const
 
DiagArray2< T > transpose (void) const
 
xelem (octave_idx_type r, octave_idx_type c) const
 

Protected Types

typedef bool(* compare_fcn_type )(typename ref_param< T >::type, typename ref_param< T >::type)
 
typedef ref_param< T >::type crefT
 
typedef T element_type
 
typedef octave_idx_type size_type
 Used for operator(), and returned by numel() and size() (beware: signed integer) More...
 
typedef T value_type
 

Protected Member Functions

Array< T > as_column (void) const
 Return the array as a column vector. More...
 
Array< T > as_matrix (void) const
 Return the array as a matrix. More...
 
Array< T > as_row (void) const
 Return the array as a row vector. More...
 
T & checkelem (octave_idx_type n)
 
T & checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 
T & 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, octave_idx_type k) const
 
crefT checkelem (const Array< octave_idx_type > &ra_idx) const
 
void clear (void)
 
void clear (const dim_vector &dv)
 
void clear (octave_idx_type r, octave_idx_type c)
 
Array< T > 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
 
Array< T > diag (octave_idx_type m, octave_idx_type n) const
 
T & elem (octave_idx_type n)
 
T & elem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 
T & 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, octave_idx_type k) const
 
crefT elem (const Array< octave_idx_type > &ra_idx) const
 
void fill (const T &val)
 
template<>
Array< octave_idx_typefind (octave_idx_type, bool) const
 
Array< octave_idx_typefind (octave_idx_type n=-1, bool backward=false) const
 Find indices of (at most n) nonzero elements. More...
 
Array< T > & insert (const Array< T > &a, const Array< octave_idx_type > &idx)
 Insert an array into another at a specified position. More...
 
Array< T > & insert (const Array< T > &a, octave_idx_type r, octave_idx_type c)
 This is just a special case for idx = [r c 0 ...]. More...
 
Array< T > ipermute (const Array< octave_idx_type > &vec) const
 
bool is_empty (void) const
 
bool is_shared (void)
 
template<>
sortmode is_sorted (sortmode) const
 
sortmode is_sorted (sortmode mode=UNSORTED) const
 Ordering is auto-detected or can be specified. More...
 
template<>
sortmode is_sorted_rows (sortmode) const
 
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< T > 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...
 
template<>
octave_idx_type lookup (idx_vector const &, sortmode) const
 
template<>
Array< octave_idx_typelookup (const Array< idx_vector > &, sortmode) const
 
octave_idx_type lookup (const T &value, sortmode mode=UNSORTED) const
 Do a binary lookup in a sorted array. More...
 
Array< octave_idx_typelookup (const Array< T > &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)
 
template<typename U , typename F >
Array< U > map (F fcn) const
 Apply function fcn to each element of the Array<T>. More...
 
void maybe_economize (void)
 
void * mex_get_data (void) const
 Give a pointer to the data in mex format. More...
 
int ndims (void) const
 
template<>
octave_idx_type nnz (void) const
 
octave_idx_type nnz (void) const
 Count nonzero elements. More...
 
template<>
Array< idx_vectornth_element (const idx_vector &, int) const
 
Array< T > 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...
 
T & operator() (octave_idx_type n)
 
T & operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 
T & 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, octave_idx_type k) const
 
crefT operator() (const Array< octave_idx_type > &ra_idx) 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< T > page (octave_idx_type k) const
 Extract page: A(:,:,k+1). More...
 
Array< T > permute (const Array< octave_idx_type > &vec, bool inv=false) const
 
Array< T > reshape (octave_idx_type nr, octave_idx_type nc) const
 
Array< T > reshape (const dim_vector &new_dims) const
 
virtual T resize_fill_value (void) const
 
size_type size (const size_type d) const
 Size of the specified dimension. More...
 
template<>
Array< idx_vectorsort (int, sortmode) const
 
template<>
Array< idx_vectorsort (Array< octave_idx_type > &sidx, int, sortmode) const
 
Array< T > sort (int dim=0, sortmode mode=ASCENDING) const
 
Array< T > sort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const
 
template<>
Array< octave_idx_typesort_rows_idx (sortmode) const
 
Array< octave_idx_typesort_rows_idx (sortmode mode=ASCENDING) const
 Sort by rows returns only indices. More...
 
Array< T > squeeze (void) const
 Chop off leading singleton dimensions. More...
 
template<typename F , bool zero>
bool test (F fcn) const
 Generic any/all test functionality with arbitrary predicate. More...
 
T & xelem (octave_idx_type n)
 
crefT xelem (octave_idx_type n) const
 
T & xelem (octave_idx_type i, octave_idx_type j)
 
T & 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
 
T & 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...
 
Third dimension

Get the third dimension of the array (number of pages)

octave_idx_type dim3 (void) const
 
octave_idx_type pages (void) const
 
Array< T > index (const idx_vector &i) const
 Indexing without resizing. More...
 
Array< T > index (const idx_vector &i, const idx_vector &j) const
 
Array< T > index (const Array< idx_vector > &ia) const
 
Array< T > index (const idx_vector &i, bool resize_ok, const T &rfv) const
 Indexing with possible resizing and fill. More...
 
Array< T > index (const idx_vector &i, bool resize_ok) const
 
Array< T > index (const idx_vector &i, const idx_vector &j, bool resize_ok, const T &rfv) const
 
Array< T > index (const idx_vector &i, const idx_vector &j, bool resize_ok) const
 
Array< T > index (const Array< idx_vector > &ia, bool resize_ok, const T &rfv) const
 
Array< T > index (const Array< idx_vector > &ia, bool resize_ok) const
 
void resize2 (octave_idx_type nr, octave_idx_type nc, const T &rfv)
 Resizing (with fill). More...
 
void resize2 (octave_idx_type nr, octave_idx_type nc)
 
void resize1 (octave_idx_type n, const T &rfv)
 
void resize1 (octave_idx_type n)
 
void resize (const dim_vector &dv, const T &rfv)
 
void resize (const dim_vector &dv)
 
void assign (const idx_vector &i, const Array< T > &rhs, const T &rfv)
 Indexed assignment (always with resize & fill). More...
 
void assign (const idx_vector &i, const Array< T > &rhs)
 
void assign (const idx_vector &i, const idx_vector &j, const Array< T > &rhs, const T &rfv)
 
void assign (const idx_vector &i, const idx_vector &j, const Array< T > &rhs)
 
void assign (const Array< idx_vector > &ia, const Array< T > &rhs, const T &rfv)
 
void assign (const Array< idx_vector > &ia, const Array< T > &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...
 
template<typename U >
Array< U > map (U(&fcn)(T)) const
 Overloads for function references. More...
 
template<typename U >
Array< U > map (U(&fcn)(const T &)) const
 
template<typename F >
bool test_any (F fcn) const
 Simpler calls. More...
 
template<typename F >
bool test_all (F fcn) const
 
bool test_any (bool(&fcn)(T)) const
 Overloads for function references. More...
 
bool test_any (bool(&fcn)(const T &)) const
 
bool test_all (bool(&fcn)(T)) const
 
bool test_all (bool(&fcn)(const T &)) const
 
intjit_ref_count (void)
 WARNING: Only call these functions from jit. More...
 
T * jit_slice_data (void) const
 
octave_idx_typejit_dimensions (void) const
 
void * jit_array_rep (void) const
 

Static Protected Member Functions

static Array< T > cat (int dim, octave_idx_type n, const Array< T > *array_list)
 Concatenation along a specified (0-based) dimension, equivalent to cat(). More...
 

Protected Attributes

octave_idx_type d1
 
octave_idx_type d2
 
dim_vector dimensions
 
Array< T >::ArrayReprep
 
T * slice_data
 
octave_idx_type slice_len
 

Private Member Functions

bool check_idx (octave_idx_type r, octave_idx_type c) const
 

Detailed Description

template<typename T>
class DiagArray2< T >

Definition at line 40 of file DiagArray2.h.

Member Typedef Documentation

template<typename T>
typedef bool(* Array< T >::compare_fcn_type)(typename ref_param< T >::type, typename ref_param< T >::type)
inherited

Definition at line 209 of file Array.h.

template<typename T>
typedef ref_param<T>::type Array< T >::crefT
inherited

Definition at line 207 of file Array.h.

template<typename T>
typedef T Array< T >::element_type
inherited

Definition at line 199 of file Array.h.

template<typename T>
typedef octave_idx_type Array< T >::size_type
inherited

Used for operator(), and returned by numel() and size() (beware: signed integer)

Definition at line 205 of file Array.h.

template<typename T>
typedef T Array< T >::value_type
inherited

Definition at line 201 of file Array.h.

Constructor & Destructor Documentation

template<typename T>
DiagArray2< T >::DiagArray2 ( void  )
inline

Definition at line 50 of file DiagArray2.h.

template<typename T>
DiagArray2< T >::DiagArray2 ( octave_idx_type  r,
octave_idx_type  c 
)
inline

Definition at line 53 of file DiagArray2.h.

template<typename T>
DiagArray2< T >::DiagArray2 ( octave_idx_type  r,
octave_idx_type  c,
const T &  val 
)
inline

Definition at line 56 of file DiagArray2.h.

template<typename T>
DiagArray2< T >::DiagArray2 ( const Array< T > &  a)
inlineexplicit

Definition at line 59 of file DiagArray2.h.

template<typename T>
DiagArray2< T >::DiagArray2 ( const Array< T > &  a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 40 of file DiagArray2.cc.

References min(), and Array< T >::numel().

template<typename T>
DiagArray2< T >::DiagArray2 ( const DiagArray2< T > &  a)
inline

Definition at line 64 of file DiagArray2.h.

template<typename T>
template<typename U >
DiagArray2< T >::DiagArray2 ( const DiagArray2< U > &  a)
inline

Definition at line 68 of file DiagArray2.h.

template<typename T>
DiagArray2< T >::~DiagArray2 ( void  )
inline

Definition at line 71 of file DiagArray2.h.

Member Function Documentation

template<typename T >
Array< T > DiagArray2< T >::array_value ( void  ) const

Definition at line 124 of file DiagArray2.cc.

References dims, jit_convention::length, result, and Array< T >::xelem().

Referenced by MDiagArray2< Complex >::array_value().

template<typename T>
Array<T> Array< T >::as_column ( void  ) const
inlineinherited

Return the array as a column vector.

Definition at line 367 of file Array.h.

Referenced by patch::properties::update_fvc().

template<typename T>
Array<T> Array< T >::as_matrix ( void  ) const
inlineinherited

Return the array as a matrix.

Definition at line 387 of file Array.h.

Referenced by Sparse< T >::index().

template<typename T>
Array<T> Array< T >::as_row ( void  ) const
inlineinherited

Return the array as a row vector.

Definition at line 377 of file Array.h.

template<typename T>
void Array< T >::assign ( const idx_vector i,
const Array< T > &  rhs,
const T &  rfv 
)
inherited
template<typename T>
void Array< T >::assign ( const idx_vector i,
const Array< T > &  rhs 
)
inlineinherited

Definition at line 649 of file Array.h.

template<typename T>
void Array< T >::assign ( const idx_vector i,
const idx_vector j,
const Array< T > &  rhs,
const T &  rfv 
)
inherited
template<typename T>
void Array< T >::assign ( const idx_vector i,
const idx_vector j,
const Array< T > &  rhs 
)
inlineinherited

Definition at line 656 of file Array.h.

template<typename T>
void Array< T >::assign ( const Array< idx_vector > &  ia,
const Array< T > &  rhs,
const T &  rfv 
)
inherited
template<typename T>
void Array< T >::assign ( const Array< idx_vector > &  ia,
const Array< T > &  rhs 
)
inlineinherited

Definition at line 662 of file Array.h.

template<typename T>
DiagArray2<T> DiagArray2< T >::build_diag_matrix ( ) const
inline

Definition at line 106 of file DiagArray2.h.

template<typename T>
size_t DiagArray2< T >::byte_size ( void  ) const
inline

Definition at line 98 of file DiagArray2.h.

template<typename T>
octave_idx_type Array< T >::capacity ( void  ) const
inlineinherited

Number of elements in the array.

Synonymous with numel().

Note
This method is deprecated in favour of numel().

Definition at line 341 of file Array.h.

template<typename T>
Array< T > Array< T >::cat ( int  dim,
octave_idx_type  n,
const Array< T > *  array_list 
)
staticinherited

Concatenation along a specified (0-based) dimension, equivalent to cat().

dim = -1 corresponds to dim = 0 and dim = -2 corresponds to dim = 1, but apply the looser matching rules of vertcat/horzcat.

Definition at line 2630 of file Array.cc.

References idx_vector::colon, dim_vector::concat(), Array< T >::dims(), dv, dim_vector::hvcat(), max(), dim_vector::ndims(), retval, u, and dim_vector::zero_by_zero().

Referenced by single_type_concat().

template<typename T >
bool DiagArray2< T >::check_idx ( octave_idx_type  r,
octave_idx_type  c 
) const
private
template<typename T>
T DiagArray2< T >::checkelem ( octave_idx_type  r,
octave_idx_type  c 
) const
inline

Definition at line 127 of file DiagArray2.h.

template<typename T >
T & DiagArray2< T >::checkelem ( octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 101 of file DiagArray2.cc.

References elem, and zero.

template<typename T >
T & Array< T >::checkelem ( octave_idx_type  n)
inherited
template<typename T >
T & Array< T >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inherited

Definition at line 220 of file Array.cc.

References compute_index(), and elem.

template<typename T >
T & Array< T >::checkelem ( const Array< octave_idx_type > &  ra_idx)
inherited

Definition at line 227 of file Array.cc.

References compute_index(), and elem.

template<typename T >
Array< T >::crefT Array< T >::checkelem ( octave_idx_type  n) const
inherited

Definition at line 234 of file Array.cc.

References elem, octave::err_index_out_of_range(), and octave::err_invalid_index().

template<typename T >
Array< T >::crefT Array< T >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inherited

Definition at line 254 of file Array.cc.

References compute_index(), and elem.

template<typename T >
Array< T >::crefT Array< T >::checkelem ( const Array< octave_idx_type > &  ra_idx) const
inherited

Definition at line 262 of file Array.cc.

References compute_index(), and elem.

template<typename T >
void Array< T >::clear ( void  )
inherited
template<typename T >
void Array< T >::clear ( const dim_vector dv)
inherited
template<typename T>
void Array< T >::clear ( octave_idx_type  r,
octave_idx_type  c 
)
inlineinherited

Definition at line 332 of file Array.h.

template<typename T>
octave_idx_type DiagArray2< T >::cols ( void  ) const
inline
template<typename T >
Array< T > Array< T >::column ( octave_idx_type  k) const
inherited

Extract column: A(:,k+1).

Definition at line 269 of file Array.cc.

References octave::err_index_out_of_range().

Referenced by qp().

template<typename T>
octave_idx_type DiagArray2< T >::columns ( void  ) const
inline
template<typename T >
octave_idx_type Array< T >::compute_index ( octave_idx_type  i,
octave_idx_type  j 
) const
inherited

Definition at line 178 of file Array.cc.

References compute_index().

template<typename T >
octave_idx_type Array< T >::compute_index ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inherited

Definition at line 185 of file Array.cc.

References compute_index().

template<typename T >
octave_idx_type Array< T >::compute_index ( const Array< octave_idx_type > &  ra_idx) const
inherited

Definition at line 193 of file Array.cc.

References compute_index().

template<typename T>
octave_idx_type Array< T >::compute_index_unchecked ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 449 of file Array.h.

template<typename T>
const T* DiagArray2< T >::data ( void  ) const
inline
template<typename T >
void Array< T >::delete_elements ( const idx_vector i)
inherited
template<typename T >
void Array< T >::delete_elements ( int  dim,
const idx_vector i 
)
inherited
template<typename T >
void Array< T >::delete_elements ( const Array< idx_vector > &  ia)
inherited

Dispatcher to the above two.

Definition at line 1503 of file Array.cc.

References dv, k, jit_convention::length, and Array< T >::numel().

template<typename T>
T DiagArray2< T >::dgelem ( octave_idx_type  i) const
inline

Definition at line 121 of file DiagArray2.h.

Referenced by kron(), operator*(), and xpow().

template<typename T>
T& DiagArray2< T >::dgelem ( octave_idx_type  i)
inline

Definition at line 124 of file DiagArray2.h.

template<typename T>
T& DiagArray2< T >::dgxelem ( octave_idx_type  i)
inline

Definition at line 159 of file DiagArray2.h.

Referenced by operator*().

template<typename T>
T DiagArray2< T >::dgxelem ( octave_idx_type  i) const
inline

Definition at line 162 of file DiagArray2.h.

template<typename T >
Array< T > DiagArray2< T >::diag ( octave_idx_type  k = 0) const

Definition at line 51 of file DiagArray2.cc.

template<typename T >
Array< T > Array< T >::diag ( octave_idx_type  m,
octave_idx_type  n 
) const
inherited

Definition at line 2615 of file Array.cc.

References numel(), and retval.

template<typename T>
octave_idx_type DiagArray2< T >::diag_length ( void  ) const
inline

Definition at line 92 of file DiagArray2.h.

Referenced by kron().

template<typename T>
octave_idx_type DiagArray2< T >::dim1 ( void  ) const
inline

Definition at line 85 of file DiagArray2.h.

template<typename T>
octave_idx_type DiagArray2< T >::dim2 ( void  ) const
inline

Definition at line 86 of file DiagArray2.h.

template<typename T>
octave_idx_type Array< T >::dim3 ( void  ) const
inlineinherited
template<typename T>
dim_vector DiagArray2< T >::dims ( void  ) const
inline

Definition at line 100 of file DiagArray2.h.

template<typename T>
T DiagArray2< T >::elem ( octave_idx_type  r,
octave_idx_type  c 
) const
inline
template<typename T >
T & DiagArray2< T >::elem ( octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 93 of file DiagArray2.cc.

References Array< T >::elem(), and zero.

template<typename T>
T& Array< T >::elem ( octave_idx_type  n)
inlineinherited

Definition at line 482 of file Array.h.

Referenced by file_editor_tab::add_octave_apis(), atan2(), aepbalance< T >::balancing_matrix(), octave_float_complex_matrix::char_array_value(), octave_complex_matrix::char_array_value(), octave_float_matrix::char_array_value(), octave_matrix::char_array_value(), octave_range::char_array_value(), Matrix::column_max(), FloatMatrix::column_max(), ComplexMatrix::column_max(), FloatComplexMatrix::column_max(), Matrix::column_min(), FloatMatrix::column_min(), ComplexMatrix::column_min(), FloatComplexMatrix::column_min(), ComplexMatrix::ComplexMatrix(), charNDArray::concat(), FloatNDArray::concat(), NDArray::concat(), ddaspk_f(), ddaspk_j(), ddasrt_j(), ddassl_f(), ddassl_j(), delete_graphics_objects(), DiagArray2< Complex >::dgelem(), dmsolve_extract(), LSODE::do_integrate(), DiagArray2< Complex >::elem(), DiagArray2< T >::elem(), Array< octave_value >::elem(), charMatrix::extract(), DiagMatrix::extract(), FloatDiagMatrix::extract(), ComplexRowVector::extract(), ComplexColumnVector::extract(), FloatComplexRowVector::extract(), FloatComplexColumnVector::extract(), ComplexDiagMatrix::extract(), FloatComplexDiagMatrix::extract(), ComplexRowVector::extract_n(), ComplexColumnVector::extract_n(), FloatComplexRowVector::extract_n(), FloatComplexColumnVector::extract_n(), Ffunctions(), FloatDiagMatrix::fill(), DiagMatrix::fill(), ComplexDiagMatrix::fill(), FloatComplexDiagMatrix::fill(), FloatComplexMatrix::FloatComplexMatrix(), FloatMatrix::FloatMatrix(), qr< T >::form(), SparseComplexMatrix::fsolve(), text::properties::get_fontsize_points(), octave_rand::get_internal_state(), Givens(), Gsymrcm(), hex2num(), FloatEIG::init(), EIG::init(), RowVector::insert(), FloatRowVector::insert(), ColumnVector::insert(), FloatColumnVector::insert(), ComplexRowVector::insert(), ComplexColumnVector::insert(), FloatComplexColumnVector::insert(), FloatComplexRowVector::insert(), ComplexNDArray::insert(), FloatComplexNDArray::insert(), Matrix::insert(), FloatMatrix::insert(), ComplexMatrix::insert(), FloatComplexMatrix::insert(), octave_value::int_vector_value(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), octave_cell::load_ascii(), octave_bool_matrix::load_ascii(), octave_cell::load_binary(), octave_cell::load_hdf5(), octave_bool_matrix::load_hdf5(), lsode_f(), Matrix::lssolve(), FloatMatrix::lssolve(), ComplexMatrix::lssolve(), FloatComplexMatrix::lssolve(), Matrix::Matrix(), matrix_real_probe(), SparseBoolMatrix::matrix_value(), SparseMatrix::max(), SparseComplexMatrix::max(), SparseMatrix::min(), SparseComplexMatrix::min(), octave_value::octave_idx_type_vector_value(), intNDArray< T >::operator!(), boolMatrix::operator!(), PermMatrix::operator()(), operator*(), operator<<(), operator>>(), string_vector::operator[](), parse_dbfunction_params(), Array< T >::permute(), plus_or_minus(), Matrix::pseudo_inverse(), FloatMatrix::pseudo_inverse(), ComplexMatrix::pseudo_inverse(), FloatComplexMatrix::pseudo_inverse(), Matrix::row_max(), FloatMatrix::row_max(), ComplexMatrix::row_max(), FloatComplexMatrix::row_max(), Matrix::row_min(), FloatMatrix::row_min(), ComplexMatrix::row_min(), FloatComplexMatrix::row_min(), octave_cell::save_ascii(), octave_cell::save_binary(), octave_cell::save_hdf5(), graphics_object::set(), octave_rand::set_internal_state(), Sparse< T >::Sparse(), try_cellfun_internal_ops(), text::properties::update_fontunits(), and x_el_div().

template<typename T>
T& Array< T >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inlineinherited

Definition at line 490 of file Array.h.

template<typename T>
T& Array< T >::elem ( const Array< octave_idx_type > &  ra_idx)
inlineinherited

Definition at line 493 of file Array.h.

template<typename T>
crefT Array< T >::elem ( octave_idx_type  n) const
inlineinherited

Definition at line 519 of file Array.h.

template<typename T>
crefT Array< T >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Definition at line 524 of file Array.h.

template<typename T>
crefT Array< T >::elem ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 527 of file Array.h.

template<typename T >
Array< T > DiagArray2< T >::extract_diag ( octave_idx_type  k = 0) const
template<typename T>
void Array< T >::fill ( const T &  val)
inherited

Definition at line 81 of file Array.cc.

References numel().

Referenced by quotient(), and idx_vector::idx_scalar_rep::sort_idx().

template<>
Array< octave_idx_type > Array< idx_vector >::find ( octave_idx_type  ,
bool   
) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T >
Array< octave_idx_type > Array< T >::find ( octave_idx_type  n = -1,
bool  backward = false 
) const
inherited

Find indices of (at most n) nonzero elements.

If n is specified, backward specifies search from backward.

Definition at line 2246 of file Array.cc.

References Array< T >::clear(), Array< T >::dimensions, dims, Array< T >::fortran_vec(), Array< T >::is_empty(), k, numel(), Array< T >::numel(), Array< T >::resize2(), retval, and zero.

Referenced by idx_vector::idx_mask_rep::as_array(), and find_nonzero_elem_idx().

template<typename T>
const T* DiagArray2< T >::fortran_vec ( void  ) const
inline
template<typename T>
T* DiagArray2< T >::fortran_vec ( void  )
inline

Definition at line 180 of file DiagArray2.h.

template<typename T>
DiagArray2< T > DiagArray2< T >::hermitian ( T(*)(const T &)  fcn = 0) const

Definition at line 84 of file DiagArray2.cc.

References fcn.

Referenced by MDiagArray2< Complex >::hermitian().

template<typename T >
Array< T > Array< T >::index ( const idx_vector i) const
inherited
template<typename T >
Array< T > Array< T >::index ( const idx_vector i,
const idx_vector j 
) const
inherited
template<typename T >
Array< T > Array< T >::index ( const Array< idx_vector > &  ia) const
inherited
template<typename T>
Array< T > Array< T >::index ( const idx_vector i,
bool  resize_ok,
const T &  rfv 
) const
inherited

Indexing with possible resizing and fill.

Definition at line 1050 of file Array.cc.

References idx_vector::extent(), Array< T >::index(), idx_vector::is_scalar(), numel(), Array< T >::numel(), Array< T >::resize1(), and tmp.

template<typename T>
Array<T> Array< T >::index ( const idx_vector i,
bool  resize_ok 
) const
inlineinherited

Definition at line 625 of file Array.h.

template<typename T>
Array< T > Array< T >::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok,
const T &  rfv 
) const
inherited
template<typename T>
Array<T> Array< T >::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok 
) const
inlineinherited

Definition at line 632 of file Array.h.

template<typename T>
Array< T > Array< T >::index ( const Array< idx_vector > &  ia,
bool  resize_ok,
const T &  rfv 
) const
inherited
template<typename T>
Array<T> Array< T >::index ( const Array< idx_vector > &  ia,
bool  resize_ok 
) const
inlineinherited

Definition at line 640 of file Array.h.

template<typename T>
Array< T > & Array< T >::insert ( const Array< T > &  a,
const Array< octave_idx_type > &  idx 
)
inherited

Insert an array into another at a specified position.

If size (a) is [d1 d2 ... dN] and idx is [i1 i2 ... iN], this method is equivalent to x(i1:i1+d1-1, i2:i2+d2-1, ... , iN:iN+dN-1) = a.

Definition at line 1601 of file Array.cc.

References Array< T >::dims(), k, Array< T >::numel(), ra_idx, and dim_vector::redim().

Referenced by boolMatrix::insert(), boolNDArray::insert(), charMatrix::insert(), charNDArray::insert(), ComplexNDArray::insert(), Matrix::insert(), Cell::insert(), FloatComplexNDArray::insert(), intNDArray< T >::insert(), FloatNDArray::insert(), NDArray::insert(), FloatComplexMatrix::insert(), and single_type_concat().

template<typename T>
Array< T > & Array< T >::insert ( const Array< T > &  a,
octave_idx_type  r,
octave_idx_type  c 
)
inherited

This is just a special case for idx = [r c 0 ...].

Definition at line 1580 of file Array.cc.

References Array< T >::columns(), Array< T >::dimensions, k, Array< T >::ndims(), and Array< T >::rows().

template<typename T>
Array<T> Array< T >::ipermute ( const Array< octave_idx_type > &  vec) const
inlineinherited

Definition at line 570 of file Array.h.

Referenced by MArray< Complex >::ipermute().

template<typename T>
bool Array< T >::is_empty ( void  ) const
inlineinherited

Definition at line 575 of file Array.h.

Referenced by box_more(), octave::ft_text_renderer::compute_bbox(), octave::ft_text_renderer::compute_line_xoffset(), charNDArray::concat(), FloatNDArray::concat(), NDArray::concat(), convolve(), daspk_user_function(), daspk_user_jacobian(), dasrt_user_cf(), dasrt_user_f(), dasrt_user_j(), dassl_user_function(), dassl_user_jacobian(), bp_table::dbstop_process_map_args(), ddaspk_f(), ddasrt_f(), ddassl_f(), do_bsxfun_op(), do_colon_op(), do_inplace_bsxfun_op(), do_minmax_red_op< boolNDArray >(), octave::opengl_renderer::draw_axes_planes(), octave::opengl_renderer::draw_image(), octave::opengl_renderer::draw_patch(), octave::opengl_renderer::draw_surface(), EigsComplexNonSymmetricFunc(), EigsComplexNonSymmetricMatrix(), EigsComplexNonSymmetricMatrixShift(), EigsRealNonSymmetricFunc(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), EigsRealSymmetricFunc(), EigsRealSymmetricMatrix(), EigsRealSymmetricMatrixShift(), F__fieldnames__(), Array< T >::find(), find_nonzero_elem_idx(), axes::properties::get_boundingbox(), uicontrol::properties::get_boundingbox(), uibuttongroup::properties::get_boundingbox(), uipanel::properties::get_boundingbox(), get_builtin_classes(), octave_char_matrix_str::load_ascii(), octave_bool_matrix::load_ascii(), lsode_f(), lsode_user_function(), lsode_user_jacobian(), LuAminusSigmaB(), Range::matrix_value(), Array< T >::nth_element(), null(), octave_print_internal(), octave::textscan::scan_string(), octave_cell::short_disp(), octave::ft_text_renderer::text_to_pixels(), patch::properties::update_data(), and patch::properties::update_fvc().

template<typename T>
bool Array< T >::is_shared ( void  )
inlineinherited
template<>
sortmode Array< idx_vector >::is_sorted ( sortmode  ) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T >
sortmode Array< T >::is_sorted ( sortmode  mode = UNSORTED) const
inherited
template<>
sortmode Array< idx_vector >::is_sorted_rows ( sortmode  ) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T >
sortmode Array< T >::is_sorted_rows ( sortmode  mode = UNSORTED) const
inherited
template<typename T>
bool Array< T >::is_square ( void  ) const
inlineinherited

Definition at line 573 of file Array.h.

template<typename T>
bool Array< T >::is_vector ( void  ) const
inlineinherited

Definition at line 577 of file Array.h.

Referenced by Ffilter(), and sizes_cmp().

template<typename T>
void* Array< T >::jit_array_rep ( void  ) const
inlineinherited

Definition at line 850 of file Array.h.

template<typename T>
octave_idx_type* Array< T >::jit_dimensions ( void  ) const
inlineinherited

Definition at line 848 of file Array.h.

template<typename T>
int* Array< T >::jit_ref_count ( void  )
inlineinherited

WARNING: Only call these functions from jit.

Definition at line 844 of file Array.h.

Referenced by octave_jit_paren_subsasgn_matrix_range().

template<typename T>
T* Array< T >::jit_slice_data ( void  ) const
inlineinherited

Definition at line 846 of file Array.h.

Referenced by octave_jit_paren_subsasgn_matrix_range().

template<typename T>
octave_idx_type DiagArray2< T >::length ( void  ) const
inline
template<typename T >
Array< T > Array< T >::linear_slice ( octave_idx_type  lo,
octave_idx_type  up 
) const
inherited

Extract a slice from this array as a column vector: A(:)(lo+1:up).

Must be 0 <= lo && up <= numel. May be up < lo.

Definition at line 297 of file Array.cc.

References octave::err_index_out_of_range(), and numel().

Referenced by octave_value_list::slice().

template<>
octave_idx_type Array< idx_vector >::lookup ( idx_vector const &  ,
sortmode   
) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<>
Array< octave_idx_type > Array< idx_vector >::lookup ( const Array< idx_vector > &  ,
sortmode   
) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T>
octave_idx_type Array< T >::lookup ( const T &  value,
sortmode  mode = UNSORTED 
) const
inherited

Do a binary lookup in a sorted array.

Must not contain NaNs. Mode can be specified or is auto-detected by comparing 1st and last element.

Definition at line 2166 of file Array.cc.

References ASCENDING, DESCENDING, octave_sort< T >::descending_compare(), elem, octave_sort< T >::lookup(), numel(), octave_sort< T >::set_compare(), and UNSORTED.

Referenced by do_numeric_lookup().

template<typename T>
Array< octave_idx_type > Array< T >::lookup ( const Array< T > &  values,
sortmode  mode = UNSORTED 
) const
inherited
template<typename T>
void Array< T >::make_unique ( void  )
inlineinherited
template<typename T>
template<typename U , typename F >
Array<U> Array< T >::map ( F  fcn) const
inlineinherited

Apply function fcn to each element of the Array<T>.

This function is optimized with a manually unrolled loop.

Definition at line 760 of file Array.h.

Referenced by if(), octave_float_complex_diag_matrix::map(), octave_complex_diag_matrix::map(), octave_float_diag_matrix::map(), octave_diag_matrix::map(), DiagMatrix::rcond(), FloatDiagMatrix::rcond(), ComplexDiagMatrix::rcond(), and FloatComplexDiagMatrix::rcond().

template<typename T>
template<typename U >
Array<U> Array< T >::map ( U(&)(T)  fcn) const
inlineinherited

Overloads for function references.

Definition at line 792 of file Array.h.

template<typename T>
template<typename U >
Array<U> Array< T >::map ( U(&)(const T &)  fcn) const
inlineinherited

Definition at line 797 of file Array.h.

template<typename T>
void Array< T >::maybe_economize ( void  )
inlineinherited

Definition at line 690 of file Array.h.

template<typename T>
void* Array< T >::mex_get_data ( void  ) const
inlineinherited

Give a pointer to the data in mex format.

Unsafe. This function exists to support the MEX interface. You should not use it anywhere else.

Definition at line 706 of file Array.h.

Referenced by octave_cell::mex_get_data().

template<typename T>
int Array< T >::ndims ( void  ) const
inlineinherited
template<typename T>
octave_idx_type DiagArray2< T >::nelem ( void  ) const
inline
template<>
octave_idx_type Array< idx_vector >::nnz ( void  ) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T >
octave_idx_type Array< T >::nnz ( void  ) const
inherited
template<>
Array< idx_vector > Array< idx_vector >::nth_element ( const idx_vector ,
int   
) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T >
Array< T > Array< T >::nth_element ( const idx_vector n,
int  dim = 0 
) const
inherited

Returns the n-th element in increasing order, using the same ordering as used for sort.

n can either be a scalar index or a contiguous range.

Definition at line 2327 of file Array.cc.

References ASCENDING, idx_vector::class_range, idx_vector::class_scalar, DESCENDING, dims, dv, Array< T >::fortran_vec(), idx_vector::idx_class(), idx_vector::increment(), Array< T >::is_empty(), idx_vector::length(), m, max(), min(), mode, nn, octave_sort< T >::nth_element(), numel(), OCTAVE_LOCAL_BUFFER, octave_sort< T >::set_compare(), tmp, UNSORTED, and zero.

template<typename T>
octave_idx_type DiagArray2< T >::numel ( void  ) const
inline

Definition at line 96 of file DiagArray2.h.

template<typename T>
T DiagArray2< T >::operator() ( octave_idx_type  r,
octave_idx_type  c 
) const
inline

Definition at line 132 of file DiagArray2.h.

template<typename T>
T& DiagArray2< T >::operator() ( octave_idx_type  r,
octave_idx_type  c 
)
inline

Definition at line 143 of file DiagArray2.h.

template<typename T>
T& Array< T >::operator() ( octave_idx_type  n)
inlineinherited

Definition at line 505 of file Array.h.

template<typename T>
T& Array< T >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inlineinherited

Definition at line 507 of file Array.h.

template<typename T>
T& Array< T >::operator() ( const Array< octave_idx_type > &  ra_idx)
inlineinherited

Definition at line 509 of file Array.h.

template<typename T>
crefT Array< T >::operator() ( octave_idx_type  n) const
inlineinherited

Definition at line 540 of file Array.h.

template<typename T>
crefT Array< T >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Definition at line 543 of file Array.h.

template<typename T>
crefT Array< T >::operator() ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 546 of file Array.h.

template<typename T>
DiagArray2<T>& DiagArray2< T >::operator= ( const DiagArray2< T > &  a)
inline

Definition at line 73 of file DiagArray2.h.

Referenced by MDiagArray2< Complex >::operator=().

template<typename T >
bool Array< T >::optimize_dimensions ( const dim_vector dv)
inherited

Returns true if this->dims () == dv, and if so, replaces this->dimensions by a shallow copy of dv.

This is useful for maintaining several arrays with supposedly equal dimensions (e.g. structs in the interpreter).

Definition at line 2750 of file Array.cc.

References dv, and retval.

template<typename T >
Array< T > Array< T >::page ( octave_idx_type  k) const
inherited

Extract page: A(:,:,k+1).

Definition at line 282 of file Array.cc.

References c, octave::err_index_out_of_range(), and p.

template<typename T>
octave_idx_type Array< T >::pages ( void  ) const
inlineinherited

Definition at line 418 of file Array.h.

template<typename T >
Array< T > Array< T >::permute ( const Array< octave_idx_type > &  vec,
bool  inv = false 
) const
inherited
template<typename T>
void DiagArray2< T >::print_info ( std::ostream &  os,
const std::string prefix 
) const
inline

Definition at line 182 of file DiagArray2.h.

template<typename T>
Array<T> Array< T >::reshape ( octave_idx_type  nr,
octave_idx_type  nc 
) const
inlineinherited
template<typename T>
Array<T> Array< T >::reshape ( const dim_vector new_dims) const
inlineinherited

Definition at line 566 of file Array.h.

template<typename T>
void DiagArray2< T >::resize ( octave_idx_type  n,
octave_idx_type  m,
const T &  rfv 
)
template<typename T>
void DiagArray2< T >::resize ( octave_idx_type  n,
octave_idx_type  m 
)
inline

Definition at line 166 of file DiagArray2.h.

template<typename T>
void Array< T >::resize ( const dim_vector dv,
const T &  rfv 
)
inherited

Definition at line 1028 of file Array.cc.

References dim_vector::any_neg(), dv, octave::err_invalid_resize(), Array< T >::fortran_vec(), dim_vector::ndims(), dim_vector::redim(), rec_resize_helper::resize_fill(), and tmp.

Referenced by jit_operation::add_overload(), octave::math::airy(), octave::math::betainc(), octave::math::betaincinv(), octave::math::biry(), Cell::column(), Matrix::column_max(), FloatMatrix::column_max(), ComplexMatrix::column_max(), FloatComplexMatrix::column_max(), Matrix::column_min(), FloatMatrix::column_min(), ComplexMatrix::column_min(), FloatComplexMatrix::column_min(), octave::regexp::compile_internal(), Array< T >::diag(), dmsolve_permute(), octave::math::do_bessel(), do_fft(), do_fft2(), do_fftn(), LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), octave_value_typeinfo::do_register_type(), DiagArray2< T >::extract_diag(), F__magick_read__(), Ffilter(), Fget(), filter(), find_nonzero_elem_idx(), Matrix::finverse(), FloatMatrix::finverse(), ComplexMatrix::finverse(), FloatComplexMatrix::finverse(), G__glpk__(), get_ra_idx(), ichol_t(), MArray< T >::idx_add_nd(), Array< T >::index(), octave_value::int_vector_value(), DASRT::integrate(), intmap_to_ov(), octave_float_complex_matrix::load_hdf5(), octave_char_matrix_str::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_cell::load_hdf5(), octave_float_matrix::load_hdf5(), octave_bool_matrix::load_hdf5(), octave_matrix::load_hdf5(), Matrix::lssolve(), FloatMatrix::lssolve(), ComplexMatrix::lssolve(), FloatComplexMatrix::lssolve(), make_indices(), make_subs_cell(), SparseMatrix::max(), SparseComplexMatrix::max(), SparseMatrix::min(), SparseComplexMatrix::min(), octave_base64_decode(), octave_value::octave_idx_type_vector_value(), octave_value_list::octave_value_list(), boolMatrix::resize(), charMatrix::resize(), string_vector::resize(), RowVector::resize(), FloatRowVector::resize(), ColumnVector::resize(), octave_char_matrix_str::resize(), FloatColumnVector::resize(), octave_range::resize(), ComplexRowVector::resize(), FloatComplexRowVector::resize(), ComplexColumnVector::resize(), Matrix::resize(), FloatComplexColumnVector::resize(), FloatMatrix::resize(), DiagArray2< T >::resize(), ComplexMatrix::resize(), FloatComplexMatrix::resize(), octave_char_matrix_sq_str::resize(), octave_map::resize(), Matrix::row_max(), FloatMatrix::row_max(), ComplexMatrix::row_max(), FloatComplexMatrix::row_max(), Matrix::row_min(), FloatMatrix::row_min(), ComplexMatrix::row_min(), FloatComplexMatrix::row_min(), tree_cell::rvalue1(), octave_base_scalar< bool >::sort(), Range::sort_internal(), octave::math::sparse_lu< lu_type >::sparse_lu(), and patch::properties::update_data().

template<typename T>
void Array< T >::resize ( const dim_vector dv)
inlineinherited

Definition at line 615 of file Array.h.

Referenced by Array< octave_value >::resize().

template<typename T>
void Array< T >::resize1 ( octave_idx_type  n,
const T &  rfv 
)
inherited
template<typename T>
void Array< T >::resize1 ( octave_idx_type  n)
inlineinherited

Definition at line 612 of file Array.h.

Referenced by Array< octave_value >::resize1().

template<typename T>
void Array< T >::resize2 ( octave_idx_type  nr,
octave_idx_type  nc,
const T &  rfv 
)
inherited

Resizing (with fill).

Definition at line 986 of file Array.cc.

References octave::err_invalid_resize(), Array< T >::fortran_vec(), k, min(), and tmp.

Referenced by Array< T >::find(), and Array< T >::index().

template<typename T>
void Array< T >::resize2 ( octave_idx_type  nr,
octave_idx_type  nc 
)
inlineinherited

Definition at line 606 of file Array.h.

template<typename T >
T Array< T >::resize_fill_value ( void  ) const
virtualinherited

Reimplemented in Cell.

Definition at line 904 of file Array.cc.

References zero.

template<typename T>
octave_idx_type DiagArray2< T >::rows ( void  ) const
inline
template<typename T>
size_type Array< T >::size ( const size_type  d) const
inlineinherited

Size of the specified dimension.

Dimensions beyond the Array number of dimensions return 1 as those are implicit singleton dimensions.

Equivalent to Octave's size (A, DIM)

Definition at line 428 of file Array.h.

Referenced by load_path::loader::fcn_names(), octave::textscan::parse_options(), and octave_value::size().

template<>
Array< idx_vector > Array< idx_vector >::sort ( Array< octave_idx_type > &  sidx,
int  ,
sortmode   
) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<>
Array< idx_vector > Array< idx_vector >::sort ( int  ,
sortmode   
) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T >
Array< T > Array< T >::sort ( int  dim = 0,
sortmode  mode = ASCENDING 
) const
inherited
template<typename T >
Array< T > Array< T >::sort ( Array< octave_idx_type > &  sidx,
int  dim = 0,
sortmode  mode = ASCENDING 
) const
inherited
template<>
Array< octave_idx_type > Array< idx_vector >::sort_rows_idx ( sortmode  ) const
inherited

Definition at line 39 of file Array-idx-vec.cc.

template<typename T >
Array< octave_idx_type > Array< T >::sort_rows_idx ( sortmode  mode = ASCENDING) const
inherited
template<typename T >
Array< T > Array< T >::squeeze ( void  ) const
inherited

Chop off leading singleton dimensions.

Definition at line 125 of file Array.cc.

References k, dim_vector::resize(), retval, and tmp.

Referenced by octave_lazy_index::squeeze(), boolNDArray::squeeze(), charNDArray::squeeze(), MArray< Complex >::squeeze(), and octave_matrix::squeeze().

template<typename T>
template<typename F , bool zero>
bool Array< T >::test ( F  fcn) const
inlineinherited

Generic any/all test functionality with arbitrary predicate.

Definition at line 803 of file Array.h.

Referenced by crati(), and cunhj().

template<typename T>
template<typename F >
bool Array< T >::test_all ( F  fcn) const
inlineinherited

Definition at line 815 of file Array.h.

template<typename T>
bool Array< T >::test_all ( bool(&)(T)  fcn) const
inlineinherited

Definition at line 827 of file Array.h.

template<typename T>
bool Array< T >::test_all ( bool(&)(const T &)  fcn) const
inlineinherited

Definition at line 830 of file Array.h.

template<typename T>
template<typename F >
bool Array< T >::test_any ( F  fcn) const
inlineinherited

Simpler calls.

Definition at line 811 of file Array.h.

template<typename T>
bool Array< T >::test_any ( bool(&)(T)  fcn) const
inlineinherited

Overloads for function references.

Definition at line 821 of file Array.h.

template<typename T>
bool Array< T >::test_any ( bool(&)(const T &)  fcn) const
inlineinherited

Definition at line 824 of file Array.h.

template<typename T >
DiagArray2< T > DiagArray2< T >::transpose ( void  ) const

Definition at line 77 of file DiagArray2.cc.

Referenced by MDiagArray2< Complex >::transpose().

template<typename T>
T DiagArray2< T >::xelem ( octave_idx_type  r,
octave_idx_type  c 
) const
inline

Definition at line 154 of file DiagArray2.h.

template<typename T>
T& Array< T >::xelem ( octave_idx_type  n)
inlineinherited

Definition at line 455 of file Array.h.

Referenced by intNDArray< T >::abs(), SparseBoolMatrix::any(), DiagArray2< T >::array_value(), idx_vector::idx_range_rep::as_array(), idx_vector::idx_mask_rep::as_array(), Cell::cellstr_value(), octave_char_matrix_str::cellstr_value(), chol2inv_internal(), Cell::column(), column_norms(), Cell::delete_elements(), DiagArray2< Complex >::dgxelem(), Array< T >::diag(), dmsolve_extract(), children_property::do_init_children(), do_numeric_lookup(), children_property::do_set(), Array< octave_value >::elem(), RowVector::extract(), ColumnVector::extract(), FloatRowVector::extract(), FloatColumnVector::extract(), RowVector::extract_n(), ColumnVector::extract_n(), FloatRowVector::extract_n(), FloatColumnVector::extract_n(), F__octave_link_file_dialog__(), F__octave_link_input_dialog__(), F__octave_link_list_dialog__(), octave_fields::fieldnames(), cdef_object_array::fill_empty_values(), find_nonzero_elem_idx(), qr< T >::form(), SparseMatrix::fsolve(), SparseComplexMatrix::fsolve(), Gamd(), octave::math::lu< T >::getp(), Array< T >::hermitian(), idx_vector::idx_vector_rep::idx_vector_rep(), octave_value::int_vector_value(), idx_vector::inverse_permutation(), kron(), SparseMatrix::ltsolve(), SparseComplexMatrix::ltsolve(), LuAminusSigmaB(), octave_value::octave_idx_type_vector_value(), octave_jit_paren_scalar(), octave_jit_paren_scalar_subsasgn(), octave_jit_paren_subsasgn_matrix_range(), octave_scalar_map::orderfields(), octave_map::orderfields(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::P(), octave::math::lu< T >::P_vec(), octave::math::sparse_lu< lu_type >::Pc_vec(), octave_base_diag< DiagMatrix, Matrix >::permute(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::Pinv(), octave::math::sparse_lu< lu_type >::Pr_vec(), put_int(), qs_search(), read_mat_binary_data(), row_norms(), intNDArray< T >::signum(), idx_vector::idx_range_rep::sort_idx(), idx_vector::idx_mask_rep::sort_idx(), SparseBoolMatrix::sum(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::tall_solve(), PermMatrix::transpose(), Array< T >::transpose(), idx_vector::idx_vector_rep::unconvert(), idx_vector::idx_mask_rep::unconvert(), SparseMatrix::utsolve(), SparseComplexMatrix::utsolve(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::wide_solve(), DiagArray2< Complex >::xelem(), and xgemm().

template<typename T>
crefT Array< T >::xelem ( octave_idx_type  n) const
inlineinherited

Definition at line 456 of file Array.h.

template<typename T>
T& Array< T >::xelem ( octave_idx_type  i,
octave_idx_type  j 
)
inlineinherited

Definition at line 458 of file Array.h.

template<typename T>
T& Array< T >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inlineinherited

Definition at line 463 of file Array.h.

template<typename T>
crefT Array< T >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Definition at line 465 of file Array.h.

template<typename T>
T& Array< T >::xelem ( const Array< octave_idx_type > &  ra_idx)
inlineinherited

Definition at line 468 of file Array.h.

template<typename T>
crefT Array< T >::xelem ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 471 of file Array.h.

Member Data Documentation

template<typename T>
octave_idx_type DiagArray2< T >::d1
protected

Definition at line 44 of file DiagArray2.h.

Referenced by operator*(), operator-(), and DiagArray2< Complex >::operator=().

template<typename T>
octave_idx_type DiagArray2< T >::d2
protected

Definition at line 44 of file DiagArray2.h.

Referenced by operator*(), operator-(), and DiagArray2< Complex >::operator=().

template<typename T>
dim_vector Array< T >::dimensions
protectedinherited
template<typename T>
Array<T>::ArrayRep* Array< T >::rep
protectedinherited
template<typename T>
T* Array< T >::slice_data
protectedinherited
template<typename T>
octave_idx_type Array< T >::slice_len
protectedinherited

Definition at line 226 of file Array.h.

Referenced by Array< octave_value >::operator=().


The documentation for this class was generated from the following files: