#include "CMatrix.h"
Public Types | |
typedef ComplexColumnVector | column_vector_type |
typedef bool(* | compare_fcn_type) (typename ref_param< T >::type, typename ref_param< T >::type) |
typedef ComplexDiagMatrix | complex_diag_matrix_type |
typedef Complex | complex_elt_type |
typedef ComplexMatrix | complex_matrix_type |
typedef ref_param< T >::type | crefT |
typedef T | element_type |
typedef ColumnVector | real_column_vector_type |
typedef DiagMatrix | real_diag_matrix_type |
typedef double | real_elt_type |
typedef Matrix | real_matrix_type |
typedef RowVector | real_row_vector_type |
typedef ComplexRowVector | row_vector_type |
typedef octave_idx_type | size_type |
Used for operator(), and returned by numel() and size() (beware: signed integer) More... | |
typedef void(* | solve_singularity_handler) (double rcon) |
typedef T | value_type |
Static Public Member Functions | |
static octave_idx_type | compute_index (Array< octave_idx_type > &ra_idx, const dim_vector &dimensions) |
static void | increment_index (Array< octave_idx_type > &ra_idx, const dim_vector &dimensions, int start_dimension=0) |
Protected Attributes | |
dim_vector | dimensions |
Array< T >::ArrayRep * | rep |
T * | slice_data |
octave_idx_type | slice_len |
Static Private Member Functions | |
static Array< T >::ArrayRep * | nil_rep (void) |
Friends | |
OCTAVE_API ComplexMatrix | conj (const ComplexMatrix &a) |
OCTAVE_API std::ostream & | operator<< (std::ostream &os, const ComplexMatrix &a) |
OCTAVE_API std::istream & | operator>> (std::istream &is, ComplexMatrix &a) |
Third dimension | |
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... | |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j) const |
Size of the specified dimension. More... | |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
Size of the specified dimension. More... | |
octave_idx_type | compute_index (const Array< octave_idx_type > &ra_idx) const |
Size of the specified dimension. More... | |
Array< T > | reshape (octave_idx_type nr, octave_idx_type nc) const |
Size of the specified dimension. More... | |
Array< T > | hermitian (T(*fcn)(const T &)=nullptr) const |
Size of the specified dimension. More... | |
octave_idx_type | dim3 (void) const |
Size of the specified dimension. More... | |
octave_idx_type | pages (void) const |
Size of the specified dimension. More... | |
size_type | size (const size_type d) const |
Size of the specified dimension. More... | |
size_t | byte_size (void) const |
Size of the specified dimension. More... | |
const dim_vector & | dims (void) const |
Return a const-reference so that dims ()(i) works efficiently. More... | |
octave_idx_type | compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const |
Size of the specified dimension. More... | |
T & | xelem (octave_idx_type n) |
Size of the specified dimension. More... | |
crefT | xelem (octave_idx_type n) const |
Size of the specified dimension. More... | |
T & | xelem (octave_idx_type i, octave_idx_type j) |
Size of the specified dimension. More... | |
crefT | xelem (octave_idx_type i, octave_idx_type j) const |
Size of the specified dimension. More... | |
T & | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Size of the specified dimension. More... | |
crefT | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
Size of the specified dimension. More... | |
T & | xelem (const Array< octave_idx_type > &ra_idx) |
Size of the specified dimension. More... | |
crefT | xelem (const Array< octave_idx_type > &ra_idx) const |
Size of the specified dimension. More... | |
T & | checkelem (octave_idx_type n) |
Size of the specified dimension. More... | |
T & | checkelem (octave_idx_type i, octave_idx_type j) |
Size of the specified dimension. More... | |
T & | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Size of the specified dimension. More... | |
T & | checkelem (const Array< octave_idx_type > &ra_idx) |
Size of the specified dimension. More... | |
crefT | checkelem (octave_idx_type n) const |
Size of the specified dimension. More... | |
crefT | checkelem (octave_idx_type i, octave_idx_type j) const |
Size of the specified dimension. More... | |
crefT | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
Size of the specified dimension. More... | |
crefT | checkelem (const Array< octave_idx_type > &ra_idx) const |
Size of the specified dimension. More... | |
T & | elem (octave_idx_type n) |
Size of the specified dimension. More... | |
T & | elem (octave_idx_type i, octave_idx_type j) |
Size of the specified dimension. More... | |
T & | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Size of the specified dimension. More... | |
T & | elem (const Array< octave_idx_type > &ra_idx) |
Size of the specified dimension. More... | |
crefT | elem (octave_idx_type n) const |
Size of the specified dimension. More... | |
crefT | elem (octave_idx_type i, octave_idx_type j) const |
Size of the specified dimension. More... | |
crefT | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
Size of the specified dimension. More... | |
crefT | elem (const Array< octave_idx_type > &ra_idx) const |
Size of the specified dimension. More... | |
T & | operator() (octave_idx_type n) |
Size of the specified dimension. More... | |
T & | operator() (octave_idx_type i, octave_idx_type j) |
Size of the specified dimension. More... | |
T & | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Size of the specified dimension. More... | |
T & | operator() (const Array< octave_idx_type > &ra_idx) |
Size of the specified dimension. More... | |
crefT | operator() (octave_idx_type n) const |
Size of the specified dimension. More... | |
crefT | operator() (octave_idx_type i, octave_idx_type j) const |
Size of the specified dimension. More... | |
crefT | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
Size of the specified dimension. More... | |
crefT | operator() (const Array< octave_idx_type > &ra_idx) const |
Size of the specified dimension. More... | |
Array< T > | page (octave_idx_type k) const |
Extract page: A(:,:,k+1). More... | |
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... | |
bool | issquare (void) const |
Size of the specified dimension. More... | |
bool | isempty (void) const |
Size of the specified dimension. More... | |
bool | isvector (void) const |
Size of the specified dimension. More... | |
bool | is_nd_vector (void) const |
Size of the specified dimension. More... | |
const T * | data (void) const |
Size of the specified dimension. More... | |
const T * | fortran_vec (void) const |
Size of the specified dimension. More... | |
T * | fortran_vec (void) |
Size of the specified dimension. More... | |
bool | is_shared (void) |
Size of the specified dimension. More... | |
int | ndims (void) const |
Size of the specified dimension. More... | |
Array< T > | index (const idx_vector &i) const |
Indexing without resizing. More... | |
Array< T > | index (const idx_vector &i, const idx_vector &j) const |
Size of the specified dimension. More... | |
Array< T > | index (const Array< idx_vector > &ia) const |
Size of the specified dimension. More... | |
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 |
Size of the specified dimension. More... | |
Array< T > | index (const idx_vector &i, const idx_vector &j, bool resize_ok, const T &rfv) const |
Size of the specified dimension. More... | |
Array< T > | index (const idx_vector &i, const idx_vector &j, bool resize_ok) const |
Size of the specified dimension. More... | |
Array< T > | index (const Array< idx_vector > &ia, bool resize_ok, const T &rfv) const |
Size of the specified dimension. More... | |
Array< T > | index (const Array< idx_vector > &ia, bool resize_ok) const |
Size of the specified dimension. More... | |
virtual T | resize_fill_value (void) const |
Size of the specified dimension. More... | |
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) |
Size of the specified dimension. More... | |
void | resize1 (octave_idx_type n, const T &rfv) |
Size of the specified dimension. More... | |
void | resize1 (octave_idx_type n) |
Size of the specified dimension. More... | |
void | resize (const dim_vector &dv, const T &rfv) |
Size of the specified dimension. More... | |
void | resize (const dim_vector &dv) |
Size of the specified dimension. More... | |
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) |
Size of the specified dimension. More... | |
void | assign (const idx_vector &i, const idx_vector &j, const Array< T > &rhs, const T &rfv) |
Size of the specified dimension. More... | |
void | assign (const idx_vector &i, const idx_vector &j, const Array< T > &rhs) |
Size of the specified dimension. More... | |
void | assign (const Array< idx_vector > &ia, const Array< T > &rhs, const T &rfv) |
Size of the specified dimension. More... | |
void | assign (const Array< idx_vector > &ia, const Array< T > &rhs) |
Size of the specified dimension. More... | |
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... | |
void | maybe_economize (void) |
Size of the specified dimension. More... | |
void | print_info (std::ostream &os, const std::string &prefix) const |
Size of the specified dimension. More... | |
void * | mex_get_data (void) const |
Give a pointer to the data in mex format. More... | |
Array< T > | sort (int dim=0, sortmode mode=ASCENDING) const |
Size of the specified dimension. More... | |
Array< T > | sort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const |
Size of the specified dimension. More... | |
sortmode | issorted (sortmode mode=UNSORTED) const |
Ordering is auto-detected or can be specified. More... | |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
Sort by rows returns only indices. More... | |
sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
Ordering is auto-detected or can be specified. More... | |
octave_idx_type | lookup (const T &value, sortmode mode=UNSORTED) const |
Do a binary lookup in a sorted array. More... | |
Array< octave_idx_type > | lookup (const Array< T > &values, sortmode mode=UNSORTED) const |
Ditto, but for an array of values, specializing on the case when values are sorted. More... | |
octave_idx_type | nnz (void) const |
Count nonzero elements. More... | |
Array< octave_idx_type > | find (octave_idx_type n=-1, bool backward=false) const |
Find indices of (at most n) nonzero elements. More... | |
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... | |
template<typename U , typename F > | |
Array< U > | map (F fcn) const |
Apply function fcn to each element of the Array<T>. 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 |
Size of the specified dimension. More... | |
template<typename F , bool zero> | |
bool | test (F fcn) const |
Generic any/all test functionality with arbitrary predicate. More... | |
template<typename F > | |
bool | test_any (F fcn) const |
Simpler calls. More... | |
bool | test_any (bool(&fcn)(T)) const |
Overloads for function references. More... | |
bool | test_any (bool(&fcn)(const T &)) const |
Size of the specified dimension. More... | |
template<typename F > | |
bool | test_all (F fcn) const |
Size of the specified dimension. More... | |
bool | test_all (bool(&fcn)(T)) const |
Size of the specified dimension. More... | |
bool | test_all (bool(&fcn)(const T &)) const |
Size of the specified dimension. More... | |
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... | |
int | jit_ref_count (void) |
WARNING: Only call these functions from jit. More... | |
T * | jit_slice_data (void) const |
Size of the specified dimension. More... | |
octave_idx_type * | jit_dimensions (void) const |
Size of the specified dimension. More... | |
void * | jit_array_rep (void) const |
Size of the specified dimension. More... | |
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... | |
static void | instantiation_guard () |
Size of the specified dimension. More... | |
|
inherited |
typedef double ComplexMatrix::real_elt_type |
|
inherited |
typedef void(* ComplexMatrix::solve_singularity_handler) (double rcon) |
|
inherited |
|
default |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 147 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::numel(), Array< T >::rows(), and Array< T >::xelem().
|
explicit |
Definition at line 71 of file CMatrix.cc.
|
explicit |
Definition at line 75 of file CMatrix.cc.
|
explicit |
Definition at line 79 of file CMatrix.cc.
|
explicit |
Definition at line 83 of file CMatrix.cc.
References Array< T >::elem(), DiagArray2< T >::elem(), and DiagArray2< T >::length().
|
explicit |
Definition at line 90 of file CMatrix.cc.
References Array< T >::elem(), DiagArray2< T >::elem(), and DiagArray2< T >::length().
|
explicit |
Definition at line 97 of file CMatrix.cc.
References Array< T >::elem(), DiagArray2< T >::elem(), and DiagArray2< T >::length().
|
explicit |
Definition at line 104 of file CMatrix.cc.
|
explicit |
Definition at line 108 of file CMatrix.cc.
|
explicit |
Definition at line 112 of file CMatrix.cc.
References Array< T >::elem(), DiagArray2< T >::elem(), and DiagArray2< T >::length().
|
explicit |
Definition at line 119 of file CMatrix.cc.
References Array< T >::elem(), DiagArray2< T >::elem(), and DiagArray2< T >::length().
|
explicit |
Definition at line 126 of file CMatrix.cc.
References Array< T >::elem(), DiagArray2< T >::elem(), and DiagArray2< T >::length().
|
explicit |
Definition at line 135 of file CMatrix.cc.
|
explicit |
Definition at line 139 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), and Array< T >::rows().
Matrix ComplexMatrix::abs | ( | void | ) | const |
Definition at line 2800 of file CMatrix.cc.
References ComplexNDArray::abs().
Referenced by SparseComplexMatrix::bsolve(), and norm1().
boolMatrix ComplexMatrix::all | ( | int | dim = -1 | ) | const |
Definition at line 2758 of file CMatrix.cc.
References ComplexNDArray::all().
|
inherited |
Definition at line 279 of file CNDArray.cc.
References mx_inline_all_real().
Referenced by octave_complex_matrix::bool_array_value(), and octave_complex_matrix::try_narrowing_conversion().
|
inherited |
Definition at line 289 of file CNDArray.cc.
References Array< T >::elem(), Array< T >::numel(), and octave::math::x_nint().
boolMatrix ComplexMatrix::any | ( | int | dim = -1 | ) | const |
Definition at line 2764 of file CMatrix.cc.
References ComplexNDArray::any().
|
inherited |
Definition at line 271 of file CNDArray.cc.
References mx_inline_all_finite().
Referenced by Fgsvd(), Fsvd(), and EIG::init().
|
inherited |
Definition at line 265 of file CNDArray.cc.
References mx_inline_any_nan().
Referenced by octave_complex_matrix::bool_array_value(), and ComplexNDArray::operator!().
ComplexMatrix ComplexMatrix::append | ( | const ColumnVector & | a | ) | const |
Definition at line 465 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::append | ( | const ComplexColumnVector & | a | ) | const |
Definition at line 525 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::append | ( | const ComplexDiagMatrix & | a | ) | const |
Definition at line 540 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::insert(), retval, Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix ComplexMatrix::append | ( | const ComplexMatrix & | a | ) | const |
Definition at line 495 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::append | ( | const ComplexRowVector & | a | ) | const |
Definition at line 510 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::append | ( | const DiagMatrix & | a | ) | const |
Definition at line 480 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::insert(), retval, Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix ComplexMatrix::append | ( | const Matrix & | a | ) | const |
Definition at line 435 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::append | ( | const RowVector & | a | ) | const |
Definition at line 450 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
Return the array as a column vector.
Definition at line 381 of file Array.h.
References Array< T >::dimensions, dim_vector::ndims(), numel(), and retval.
Return the array as a matrix.
Definition at line 401 of file Array.h.
References Array< T >::dimensions, dim_vector::ndims(), dim_vector::redim(), and retval.
Referenced by Sparse< T >::index().
Return the array as a row vector.
Definition at line 391 of file Array.h.
References Array< T >::dimensions, dim_vector::ndims(), numel(), and retval.
|
inlineinherited |
|
inherited |
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 1267 of file Array.cc.
References dim_vector::alloc(), rec_index_helper::assign(), dim_vector::chop_all_singletons(), dim_vector::chop_trailing_singletons(), Array< T >::data(), Array< T >::dims(), octave::err_nonconformant(), rec_index_helper::fill(), dim_vector::ndims(), Array< T >::numel(), dim_vector::redim(), Array< T >::reshape(), dim_vector::zero_by_zero(), and zero_dims_inquire().
|
inlineinherited |
|
inherited |
Indexed assignment (always with resize & fill).
Definition at line 1116 of file Array.cc.
References idx_vector::assign(), Array< T >::data(), Array< T >::dims(), octave::err_nonconformant(), idx_vector::extent(), idx_vector::fill(), idx_vector::is_colon_equiv(), idx_vector::length(), n, numel(), Array< T >::numel(), and Array< T >::reshape().
Referenced by Sparse< T >::assign(), Cell::assign(), binary_assoc_op_defun_body(), Array< T >::cat(), Sparse< T >::cat(), octave_errno::do_list(), Fgcd(), octave::profiler::tree_node::get_hierarchical(), octave::octave_jit_paren_subsasgn_matrix_range(), octave::bp_table::stop_on_err_warn_status(), base_graphics_object::values_as_struct(), and octave::error_system::warning_query().
|
inlineinherited |
|
inherited |
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 1163 of file Array.cc.
References idx_vector::assign(), dim_vector::chop_all_singletons(), Array< T >::data(), Array< T >::dim1(), Array< T >::dim2(), Array< T >::dims(), octave::err_nonconformant(), idx_vector::extent(), idx_vector::fill(), idx_vector::is_colon_equiv(), idx_vector::length(), idx_vector::maybe_reduce(), n, dim_vector::ndims(), numel(), Array< T >::numel(), r, dim_vector::redim(), Array< T >::reshape(), idx_vector::xelem(), dim_vector::zero_by_zero(), and zero_dims_inquire().
|
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 449 of file Array.h.
References numel().
Referenced by octave_cell::byte_size(), DiagArray2< T >::byte_size(), PermMatrix::byte_size(), and octave_perm_matrix::save_binary().
|
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 Array< T >::assign(), idx_vector::colon, dim_vector::concat(), Array< T >::dims(), dim_vector::hvcat(), Array< T >::isempty(), max(), n, dim_vector::ndims(), retval, and dim_vector::zero_by_zero().
Referenced by single_type_concat().
|
inlineinherited |
Definition at line 149 of file CNDArray.h.
References MArray< T >::changesign().
|
inherited |
|
inherited |
|
inherited |
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 205 of file Array.cc.
References compute_index(), and elem.
|
inherited |
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 239 of file Array.cc.
References compute_index(), and elem.
|
inherited |
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 212 of file Array.cc.
References compute_index(), and elem.
|
inherited |
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 246 of file Array.cc.
References compute_index(), and elem.
|
inherited |
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 192 of file Array.cc.
References elem, octave::err_index_out_of_range(), octave::err_invalid_index(), and n.
Referenced by do_repelems(), octave::type_info::lookup_assign_op(), octave::type_info::lookup_assignany_op(), octave::type_info::lookup_binary_class_op(), octave::type_info::lookup_binary_op(), octave::type_info::lookup_cat_op(), octave::type_info::lookup_non_const_unary_op(), octave::type_info::lookup_pref_assign_conv(), octave::type_info::lookup_unary_class_op(), octave::type_info::lookup_unary_op(), octave::type_info::lookup_widening_op(), octave::type_info::register_assign_op(), octave::type_info::register_assignany_op(), octave::type_info::register_binary_class_op(), octave::type_info::register_binary_op(), octave::type_info::register_cat_op(), octave::type_info::register_non_const_unary_op(), octave::type_info::register_pref_assign_conv(), octave::type_info::register_unary_class_op(), octave::type_info::register_unary_op(), octave::type_info::register_widening_op(), and octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >::resize().
|
inherited |
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 226 of file Array.cc.
References elem, octave::err_index_out_of_range(), octave::err_invalid_index(), and n.
|
inherited |
Definition at line 102 of file Array.cc.
References dim_vector::chop_trailing_singletons(), and dim_vector::safe_numel().
|
inlineinherited |
|
inherited |
Definition at line 87 of file Array.cc.
Referenced by octave_char_matrix_str::cellstr_value(), ComplexColumnVector::clear(), ComplexRowVector::clear(), ColumnVector::clear(), RowVector::clear(), FloatComplexColumnVector::clear(), FloatColumnVector::clear(), FloatComplexRowVector::clear(), FloatRowVector::clear(), octave::rand::do_float_nd_array(), do_mat2cell(), do_mat2cell_2d(), do_mat2cell_nd(), octave::rand::do_nd_array(), do_num2cell_helper(), do_repelems(), octave::rand::do_vector(), octave_fields::equal_up_to_order(), octave_builtin::execute(), Array< T >::find(), Range::index(), schur< T >::init(), linspace(), octave_fields::orderfields(), qs_replace(), read_binary_data(), read_hdf5_data(), read_mat5_binary_element(), single_type_concat(), idx_vector::idx_range_rep::sort_idx(), idx_vector::idx_scalar_rep::sort_idx(), idx_vector::idx_vector_rep::sort_idx(), idx_vector::idx_mask_rep::sort_idx(), and octave::stream::stream_ok().
|
inlineinherited |
Definition at line 423 of file Array.h.
Referenced by aepbalance< T >::aepbalance(), ComplexMatrix(), FloatComplexMatrix::FloatComplexMatrix(), FloatMatrix::FloatMatrix(), Matrix::Matrix(), octave::math::airy(), FloatComplexMatrix::append(), FloatMatrix::append(), append(), Matrix::append(), octave::math::biry(), SparseComplexMatrix::bsolve(), SparseMatrix::bsolve(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::C(), column_max(), FloatComplexMatrix::column_max(), FloatMatrix::column_max(), column_min(), FloatComplexMatrix::column_min(), FloatMatrix::column_min(), determinant(), FloatComplexMatrix::determinant(), FloatMatrix::determinant(), diag(), FloatComplexMatrix::diag(), FloatMatrix::diag(), dmsolve_insert(), dmsolve_permute(), octave::math::do_bessel(), drawcn(), SparseComplexMatrix::dsolve(), SparseMatrix::dsolve(), elem_xpow(), fill(), FloatComplexMatrix::fill(), FloatMatrix::fill(), finverse(), FloatComplexMatrix::finverse(), FloatMatrix::finverse(), fourier(), FloatComplexMatrix::fourier(), FloatMatrix::fourier(), fourier2d(), FloatComplexMatrix::fourier2d(), FloatMatrix::fourier2d(), fsolve(), FloatComplexMatrix::fsolve(), FloatMatrix::fsolve(), Matrix::fsolve(), SparseComplexMatrix::fsolve(), SparseMatrix::fsolve(), EIG::hermitian_init(), FloatEIG::hermitian_init(), ifourier(), FloatComplexMatrix::ifourier(), FloatMatrix::ifourier(), ifourier2d(), FloatComplexMatrix::ifourier2d(), FloatMatrix::ifourier2d(), Sparse< T >::index(), FloatEIG::init(), hess< T >::init(), EIG::init(), chol< T >::init(), gepbalance< T >::init(), schur< T >::init(), qr< T >::init(), qrp< T >::init(), FloatComplexMatrix::insert(), FloatMatrix::insert(), insert(), qr< T >::insert_col(), ishermitian(), FloatComplexMatrix::ishermitian(), FloatMatrix::issymmetric(), kron(), lssolve(), FloatComplexMatrix::lssolve(), FloatMatrix::lssolve(), Matrix::lssolve(), ltsolve(), FloatComplexMatrix::ltsolve(), FloatMatrix::ltsolve(), Matrix::ltsolve(), SparseComplexMatrix::ltsolve(), SparseMatrix::ltsolve(), LuAminusSigmaB(), make_cholb(), mark_facets(), matrix_real_probe(), octave_print_internal(), octave_print_internal_template(), operator+=(), FloatComplexMatrix::operator+=(), FloatMatrix::operator+=(), operator-=(), FloatComplexMatrix::operator-=(), FloatMatrix::operator-=(), boolMatrix::operator==(), charMatrix::operator==(), operator==(), FloatComplexMatrix::operator==(), FloatMatrix::operator==(), Matrix::operator==(), pseudo_inverse(), FloatComplexMatrix::pseudo_inverse(), FloatMatrix::pseudo_inverse(), rcond(), FloatComplexMatrix::rcond(), FloatMatrix::rcond(), row_max(), FloatComplexMatrix::row_max(), FloatMatrix::row_max(), row_min(), FloatComplexMatrix::row_min(), FloatMatrix::row_min(), octave_cell::save_ascii(), octave_char_matrix_str::save_ascii(), save_mat_binary_data(), FloatComplexMatrix::stack(), FloatMatrix::stack(), stack(), Matrix::stack(), stack_complex_matrix(), FloatEIG::symmetric_init(), EIG::symmetric_init(), tinverse(), FloatComplexMatrix::tinverse(), FloatMatrix::tinverse(), SparseComplexMatrix::trisolve(), SparseMatrix::trisolve(), octave_bool_matrix::try_narrowing_conversion(), unstack_complex_matrix(), qr< T >::update(), QtHandles::Table::updateColumnname(), QtHandles::Table::updateRowname(), utsolve(), FloatComplexMatrix::utsolve(), FloatMatrix::utsolve(), Matrix::utsolve(), SparseComplexMatrix::utsolve(), SparseMatrix::utsolve(), xgemm(), and xpow().
ComplexColumnVector ComplexMatrix::column | ( | octave_idx_type | i | ) | const |
Definition at line 708 of file CMatrix.cc.
References idx_vector::colon, and Array< T >::index().
Referenced by qr< T >::insert_col(), SparseComplexMatrix::solve(), solve(), lu< T >::update(), qr< T >::update(), and lu< T >::update_piv().
bool ComplexMatrix::column_is_real_only | ( | octave_idx_type | j | ) | const |
Definition at line 2843 of file CMatrix.cc.
References Array< T >::elem(), imag(), retval, and Array< T >::rows().
Referenced by column_max(), and column_min().
ComplexRowVector ComplexMatrix::column_max | ( | Array< octave_idx_type > & | index | ) | const |
Definition at line 3094 of file CMatrix.cc.
References abs(), Array< T >::cols(), column_is_real_only(), Complex_NaN_result(), Array< T >::elem(), octave::math::isnan(), NaN, Array< T >::resize(), ComplexRowVector::resize(), and Array< T >::rows().
ComplexRowVector ComplexMatrix::column_max | ( | void | ) | const |
Definition at line 3087 of file CMatrix.cc.
ComplexRowVector ComplexMatrix::column_min | ( | Array< octave_idx_type > & | index | ) | const |
Definition at line 3019 of file CMatrix.cc.
References abs(), Array< T >::cols(), column_is_real_only(), Complex_NaN_result(), Array< T >::elem(), octave::math::isnan(), NaN, Array< T >::resize(), ComplexRowVector::resize(), and Array< T >::rows().
ComplexRowVector ComplexMatrix::column_min | ( | void | ) | const |
Definition at line 3012 of file CMatrix.cc.
|
inlineinherited |
Definition at line 424 of file Array.h.
Referenced by lu< T >::lu(), octave::type_info::assign_ops_map(), octave::type_info::assignany_ops_map(), octave::type_info::binary_ops_map(), QtHandles::Table::checkBoxClicked(), octave::type_info::compound_binary_ops_map(), octave_complex_matrix::diag(), octave_float_complex_matrix::diag(), octave_float_matrix::diag(), octave_matrix::diag(), do_fftn(), do_repelems(), do_sparse_diff(), do_tril(), do_triu(), octave::opengl_renderer::draw_patch(), octave::opengl_renderer::draw_surface(), encode_bool_image(), F__delaunayn__(), F__event_manager_file_dialog__(), F__pchip_deriv__(), F__voronoi__(), Faudiowrite(), Fconvhulln(), Array< T >::index(), Array< T >::insert(), inverse(), FloatComplexMatrix::inverse(), FloatMatrix::inverse(), mark_upper_triangular(), max(), min(), octave::type_info::non_const_unary_ops_map(), operator*(), QtHandles::pointer_to_qimage(), row_is_real_only(), FloatComplexMatrix::row_is_real_only(), graphics_object::set(), streameuler2d_internal(), octave::tree_evaluator::switch_case_label_matches(), octave::type_info::unary_ops_map(), lu< T >::update(), lu< T >::update_piv(), and x_el_div().
|
staticinherited |
Definition at line 577 of file CNDArray.cc.
References compute_index(), Array< T >::dimensions, and ra_idx.
|
inherited |
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 185 of file Array.cc.
References compute_index(), and ra_idx.
|
inherited |
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 170 of file Array.cc.
References compute_index().
|
inherited |
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 177 of file Array.cc.
References compute_index().
|
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 463 of file Array.h.
References dim_vector::compute_index(), octave_base_value::numel(), and ra_idx.
|
inherited |
Definition at line 400 of file CNDArray.cc.
References ComplexNDArray::insert(), Array< T >::numel(), and ra_idx.
|
inherited |
Definition at line 409 of file CNDArray.cc.
References ComplexNDArray::insert(), Array< T >::numel(), and ra_idx.
|
inherited |
Definition at line 460 of file CNDArray.cc.
References mx_inline_cummax().
|
inherited |
Definition at line 454 of file CNDArray.cc.
References mx_inline_cummax().
|
inherited |
Definition at line 472 of file CNDArray.cc.
References mx_inline_cummin().
|
inherited |
Definition at line 466 of file CNDArray.cc.
References mx_inline_cummin().
ComplexMatrix ComplexMatrix::cumprod | ( | int | dim = -1 | ) | const |
Definition at line 2770 of file CMatrix.cc.
References ComplexNDArray::cumprod().
ComplexMatrix ComplexMatrix::cumsum | ( | int | dim = -1 | ) | const |
Definition at line 2776 of file CMatrix.cc.
References ComplexNDArray::cumsum().
|
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 581 of file Array.h.
Referenced by Cell::Cell(), idx_vector::idx_mask_rep::idx_mask_rep(), SparseComplexMatrix::abs(), SparseMatrix::abs(), SparseBoolMatrix::any(), mxArray_octave_value::array_to_string(), octave_bool_matrix::as_mxArray(), octave_cell::as_mxArray(), octave_char_matrix::as_mxArray(), octave_complex_matrix::as_mxArray(), octave_float_complex_matrix::as_mxArray(), octave_float_matrix::as_mxArray(), octave_matrix::as_mxArray(), octave_struct::as_mxArray(), octave_scalar_struct::as_mxArray(), Array< T >::assign(), binmap(), blkmm_internal(), MArray< double >::changesign(), convert_cdata(), DiagArray2< T >::data(), SparseComplexMatrix::dinverse(), SparseMatrix::dinverse(), octave::ft_manager::do_get_font(), do_merge(), do_mm_binary_op(), do_mx_check(), do_sm_binary_op(), octave::opengl_selector::draw_image(), octave::opengl_renderer::draw_marker(), octave::opengl_renderer::draw_patch(), octave::opengl_renderer::draw_surface(), F__native2unicode__(), F__pchip_deriv__(), F__unicode2native__(), octave::opengl_selector::fake_text(), Fbase64_encode(), Fdot(), Fellipj(), filter(), Fordschur(), fourier(), FloatComplexMatrix::fourier(), fourier2d(), FloatComplexMatrix::fourier2d(), Funicode_idx(), mxArray_octave_value::get_string(), MArray< T >::idx_add(), MArray< T >::idx_add_nd(), ifourier(), FloatComplexMatrix::ifourier(), ifourier2d(), FloatComplexMatrix::ifourier2d(), Sparse< T >::index(), octave_char_matrix::index_vector(), qr< T >::insert_col(), kron(), Array< T >::lookup(), octinternal_do_mul_pm_sm(), octinternal_do_mul_sm_pm(), operator*(), ComplexColumnVector::operator+=(), FloatComplexColumnVector::operator+=(), FloatComplexMatrix::operator+=(), FloatComplexRowVector::operator+=(), operator+=(), ComplexRowVector::operator+=(), operator-(), ComplexColumnVector::operator-=(), FloatComplexColumnVector::operator-=(), FloatComplexMatrix::operator-=(), FloatComplexRowVector::operator-=(), operator-=(), ComplexRowVector::operator-=(), boolMatrix::operator==(), charMatrix::operator==(), ColumnVector::operator==(), ComplexColumnVector::operator==(), operator==(), ComplexRowVector::operator==(), FloatColumnVector::operator==(), FloatComplexColumnVector::operator==(), FloatComplexMatrix::operator==(), FloatComplexRowVector::operator==(), FloatMatrix::operator==(), FloatRowVector::operator==(), Matrix::operator==(), RowVector::operator==(), qs_preprocess(), qs_replace(), qs_search(), octave::opengl_renderer::render_text(), octave_perm_matrix::save_binary(), save_mat5_binary_element(), octave::opengl_renderer::set_clipbox(), octave::opengl_renderer::set_color(), octave::rand::set_internal_state(), octave::opengl_renderer::setup_opengl_transformation(), stack_complex_matrix(), SparseComplexMatrix::tinverse(), SparseMatrix::tinverse(), unstack_complex_matrix(), lu< T >::update_piv(), octave::opengl_renderer::patch_tessellator::vertex(), octave::stream::write(), and xgemm().
|
inherited |
Dispatcher to the above two.
Definition at line 1486 of file Array.cc.
References Array< T >::numel().
|
inherited |
Deleting elements.
A(I) = [] (with a single subscript)
Definition at line 1390 of file Array.cc.
References idx_vector::complement(), octave::err_del_index_out_of_range(), idx_vector::extent(), Array< T >::fortran_vec(), idx_vector::is_colon(), idx_vector::is_cont_range(), idx_vector::is_scalar(), idx_vector::length(), m, n, and numel().
Referenced by octave_map::delete_elements(), and Cell::delete_elements().
|
inherited |
A(:,...,I,...,:) = [] (>= 2 subscripts, one of them is non-colon)
Definition at line 1430 of file Array.cc.
References idx_vector::colon, idx_vector::complement(), octave::err_del_index_out_of_range(), idx_vector::extent(), Array< T >::fortran_vec(), idx_vector::is_colon(), idx_vector::is_cont_range(), idx_vector::length(), and n.
ComplexDET ComplexMatrix::determinant | ( | MatrixType & | mattype, |
octave_idx_type & | info, | ||
double & | rcon, | ||
bool | calc_cond = true |
||
) | const |
Definition at line 1168 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), MatrixType::Full, MatrixType::Hermitian, octave::math::isnan(), MatrixType::Lower, MatrixType::mark_as_unsymmetric(), norm1(), MatrixType::Rectangular, retval, Array< T >::rows(), MatrixType::type(), MatrixType::Unknown, and MatrixType::Upper.
ComplexDET ComplexMatrix::determinant | ( | octave_idx_type & | info | ) | const |
Definition at line 1153 of file CMatrix.cc.
References determinant().
ComplexDET ComplexMatrix::determinant | ( | octave_idx_type & | info, |
double & | rcon, | ||
bool | calc_cond = true |
||
) | const |
Definition at line 1160 of file CMatrix.cc.
References determinant().
ComplexDET ComplexMatrix::determinant | ( | void | ) | const |
Definition at line 1145 of file CMatrix.cc.
Referenced by determinant().
ComplexMatrix ComplexMatrix::diag | ( | octave_idx_type | k = 0 | ) | const |
Definition at line 2806 of file CMatrix.cc.
References ComplexNDArray::diag().
Referenced by octave_complex_matrix::diag().
ComplexDiagMatrix ComplexMatrix::diag | ( | octave_idx_type | m, |
octave_idx_type | n | ||
) | const |
Definition at line 2812 of file CMatrix.cc.
References Array< T >::cols(), m, n, and Array< T >::rows().
|
inherited |
|
inlineinherited |
Definition at line 414 of file Array.h.
Referenced by Array< T >::assign(), PermMatrix::numel(), and PermMatrix::rows().
|
inlineinherited |
Definition at line 422 of file Array.h.
Referenced by Array< T >::assign(), PermMatrix::cols(), PermMatrix::columns(), PermMatrix::numel(), octave::ft_text_renderer::process_character(), and octave::ft_text_renderer::render().
|
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 431 of file Array.h.
Referenced by octave::ft_text_renderer::process_character(), and octave::ft_text_renderer::render().
|
inlineinherited |
Return a const-reference so that dims ()(i) works efficiently.
Definition at line 453 of file Array.h.
Referenced by idx_vector::idx_mask_rep::idx_mask_rep(), idx_vector::idx_vector_rep::idx_vector_rep(), NDArray::NDArray(), octave::math::airy(), Array< T >::assign(), octave_map::assign(), binmap(), octave::math::biry(), bitopxx(), Array< T >::cat(), FloatNDArray::concat(), charNDArray::concat(), conv_to_int_array(), convolve(), octave_map::delete_elements(), octave::math::do_bessel(), do_bitpack(), do_bsxfun_op(), octave_map::do_cat(), do_merge(), do_mm_binary_op(), do_numeric_lookup(), do_rand(), do_rc_map(), octave::do_simple_cellfun(), do_sm_binary_op(), do_strcmp_fun(), do_tril(), do_triu(), octave::opengl_renderer::draw_surface(), octave_char_matrix_str::edit_display(), elem_xpow(), encode_bool_image(), Fcell2struct(), Fcomplex(), Fellipj(), filter(), find_nonzero_elem_idx(), Fis_same_file(), Fisa(), Fisargout(), Fisfield(), Flookup(), ComplexNDArray::fourier(), FloatComplexNDArray::fourier(), FloatNDArray::fourier(), ComplexNDArray::fourier2d(), FloatComplexNDArray::fourier2d(), FloatNDArray::fourier2d(), ComplexNDArray::fourierNd(), FloatComplexNDArray::fourierNd(), FloatNDArray::fourierNd(), Fregexprep(), Frepelems(), Fstr2double(), Fstrfind(), Fstrrep(), Fstruct(), Funicode_idx(), hex2num(), MArray< T >::idx_add_nd(), ComplexNDArray::ifourier(), FloatComplexNDArray::ifourier(), FloatNDArray::ifourier(), ComplexNDArray::ifourier2d(), FloatComplexNDArray::ifourier2d(), FloatNDArray::ifourier2d(), ComplexNDArray::ifourierNd(), FloatComplexNDArray::ifourierNd(), FloatNDArray::ifourierNd(), octave_map::index(), gepbalance< T >::init(), Array< T >::insert(), ComplexNDArray::insert(), FloatComplexNDArray::insert(), is_handle_visible(), ishghandle(), Array< T >::lookup(), octave_float_matrix::map(), octave_matrix::map(), octave::cdef_object::map_value(), num2hex(), oct_catop_matrix_struct(), oct_catop_struct_matrix(), octave_print_internal(), octcellregexp(), operator<<(), octave_map::permute(), octave_cell::print_raw(), octave_map::setfield(), sizes_cmp(), try_cellfun_internal_ops(), and x_el_div().
|
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 510 of file Array.h.
References Array< T >::elem(), and ra_idx.
|
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 537 of file Array.h.
References ra_idx, and Array< T >::xelem().
|
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 505 of file Array.h.
References Array< T >::elem().
Referenced by Array< T >::elem().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
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 499 of file Array.h.
References n.
Referenced by ComplexMatrix(), FloatComplexMatrix::FloatComplexMatrix(), FloatMatrix::FloatMatrix(), Matrix::Matrix(), Sparse< T >::Sparse(), ComplexNDArray::all_integers(), FloatComplexNDArray::all_integers(), FloatNDArray::all_integers(), aepbalance< T >::balancing_matrix(), octave_complex_matrix::char_array_value(), octave_float_complex_matrix::char_array_value(), octave_float_matrix::char_array_value(), octave_range::char_array_value(), octave_matrix::char_array_value(), ComplexDiagMatrix::column(), DiagMatrix::column(), FloatComplexDiagMatrix::column(), FloatDiagMatrix::column(), column_is_real_only(), FloatComplexMatrix::column_is_real_only(), column_max(), Matrix::column_max(), FloatComplexMatrix::column_max(), FloatMatrix::column_max(), column_min(), Matrix::column_min(), FloatComplexMatrix::column_min(), FloatMatrix::column_min(), NDArray::concat(), FloatNDArray::concat(), charNDArray::concat(), conj(), conv_to_int_array(), ddaspk_f(), ddaspk_j(), ddasrt_j(), ddassl_f(), ddassl_j(), delete_graphics_objects(), determinant(), FloatComplexMatrix::determinant(), FloatMatrix::determinant(), DiagArray2< T >::dgelem(), LSODE::do_integrate(), Array< T >::elem(), DiagArray2< T >::elem(), ComplexRowVector::extract(), FloatComplexRowVector::extract(), FloatRowVector::extract(), ComplexDiagMatrix::extract(), charMatrix::extract(), DiagMatrix::extract(), FloatComplexDiagMatrix::extract(), FloatDiagMatrix::extract(), ComplexColumnVector::extract(), FloatComplexColumnVector::extract(), FloatColumnVector::extract(), ComplexRowVector::extract_n(), FloatComplexRowVector::extract_n(), FloatRowVector::extract_n(), ComplexColumnVector::extract_n(), FloatComplexColumnVector::extract_n(), FloatColumnVector::extract_n(), F__player_play__(), F__player_playblocking__(), ComplexDiagMatrix::fill(), FloatComplexDiagMatrix::fill(), FloatDiagMatrix::fill(), DiagMatrix::fill(), qr< T >::form(), SparseComplexMatrix::fsolve(), Fsymrcm(), text::properties::get___fontsize_points__(), Givens(), FloatEIG::init(), EIG::init(), ComplexColumnVector::insert(), ColumnVector::insert(), FloatComplexColumnVector::insert(), FloatColumnVector::insert(), FloatComplexMatrix::insert(), FloatComplexRowVector::insert(), FloatRowVector::insert(), FloatMatrix::insert(), insert(), ComplexNDArray::insert(), FloatComplexNDArray::insert(), ComplexRowVector::insert(), RowVector::insert(), Matrix::insert(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), ComplexDiagMatrix::inverse(), DiagMatrix::inverse(), FloatComplexDiagMatrix::inverse(), FloatDiagMatrix::inverse(), ishermitian(), FloatMatrix::issymmetric(), octave_bool_matrix::load_ascii(), octave_cell::load_ascii(), octave_cell::load_binary(), octave_bool_matrix::load_hdf5(), lsode_f(), lssolve(), FloatComplexMatrix::lssolve(), FloatMatrix::lssolve(), Matrix::lssolve(), ltsolve(), matrix_real_probe(), SparseBoolMatrix::matrix_value(), SparseComplexMatrix::max(), SparseMatrix::max(), ComplexColumnVector::max(), ComplexRowVector::max(), FloatComplexColumnVector::max(), FloatColumnVector::max(), FloatComplexRowVector::max(), FloatRowVector::max(), SparseComplexMatrix::min(), SparseMatrix::min(), ComplexColumnVector::min(), ComplexRowVector::min(), FloatComplexColumnVector::min(), FloatColumnVector::min(), FloatComplexRowVector::min(), FloatRowVector::min(), boolMatrix::operator!(), intNDArray< T >::operator!(), PermMatrix::operator()(), operator*(), operator+=(), FloatComplexMatrix::operator+=(), FloatMatrix::operator+=(), operator-=(), FloatComplexMatrix::operator-=(), FloatMatrix::operator-=(), operator<<(), operator>>(), octave::bp_table::parse_dbfunction_params(), ComplexDiagMatrix::pseudo_inverse(), pseudo_inverse(), DiagMatrix::pseudo_inverse(), Matrix::pseudo_inverse(), FloatComplexMatrix::pseudo_inverse(), FloatMatrix::pseudo_inverse(), FloatComplexDiagMatrix::pseudo_inverse(), FloatDiagMatrix::pseudo_inverse(), read_mat_ascii_data(), ComplexDiagMatrix::row(), DiagMatrix::row(), FloatComplexDiagMatrix::row(), FloatDiagMatrix::row(), row_is_real_only(), FloatComplexMatrix::row_is_real_only(), row_max(), Matrix::row_max(), FloatComplexMatrix::row_max(), FloatMatrix::row_max(), row_min(), Matrix::row_min(), FloatComplexMatrix::row_min(), FloatMatrix::row_min(), octave_cell::save_ascii(), octave_cell::save_binary(), octave_cell::save_hdf5(), try_cellfun_internal_ops(), text::properties::update_fontunits(), utsolve(), and x_el_div().
|
inlineinherited |
ComplexMatrix ComplexMatrix::extract | ( | octave_idx_type | r1, |
octave_idx_type | c1, | ||
octave_idx_type | r2, | ||
octave_idx_type | c2 | ||
) | const |
Definition at line 683 of file CMatrix.cc.
References Array< T >::index().
Referenced by Fdlmread(), and pseudo_inverse().
ComplexMatrix ComplexMatrix::extract_n | ( | octave_idx_type | r1, |
octave_idx_type | c1, | ||
octave_idx_type | nr, | ||
octave_idx_type | nc | ||
) | const |
Definition at line 693 of file CMatrix.cc.
References Array< T >::index().
ComplexMatrix & ComplexMatrix::fill | ( | const Complex & | val | ) |
Definition at line 365 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::make_unique(), Array< T >::rows(), and Array< T >::xelem().
ComplexMatrix & ComplexMatrix::fill | ( | const Complex & | val, |
octave_idx_type | r1, | ||
octave_idx_type | c1, | ||
octave_idx_type | r2, | ||
octave_idx_type | c2 | ||
) |
Definition at line 409 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::make_unique(), Array< T >::rows(), and Array< T >::xelem().
|
inherited |
Definition at line 73 of file Array.cc.
References numel().
Referenced by idx_vector::idx_scalar_rep::sort_idx().
ComplexMatrix & ComplexMatrix::fill | ( | double | val | ) |
Definition at line 347 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::make_unique(), Array< T >::rows(), and Array< T >::xelem().
Referenced by insert().
ComplexMatrix & ComplexMatrix::fill | ( | double | val, |
octave_idx_type | r1, | ||
octave_idx_type | c1, | ||
octave_idx_type | r2, | ||
octave_idx_type | c2 | ||
) |
Definition at line 383 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::make_unique(), Array< T >::rows(), and Array< T >::xelem().
|
inherited |
Find indices of (at most n) nonzero elements.
If n is specified, backward specifies search from backward.
Definition at line 2225 of file Array.cc.
References Array< T >::clear(), Array< T >::dimensions, Array< T >::fortran_vec(), Array< T >::isempty(), n, numel(), Array< T >::numel(), Array< T >::resize2(), and retval.
Referenced by idx_vector::idx_mask_rep::as_array(), octave::profiler::tree_node::enter(), octave::load_path::package_info::find_fcn(), octave::load_path::package_info::find_method(), octave::fcn_info::fcn_info_rep::find_method(), find_nonzero_elem_idx(), octave::load_path::package_info::find_private_fcn(), octave::dynamic_library::dynlib_rep::get_instance(), octave::cdef_class::make_meta_class(), octave::load_path::package_info::methods(), octave::dynamic_library::dynlib_rep::remove_fcn_name(), and octave::split_path().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
private |
Definition at line 836 of file CMatrix.cc.
References Array< T >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), octave::math::isinf(), octave::math::isnan(), MatrixType::mark_as_rectangular(), norm1(), real(), Array< T >::resize(), retval, and Array< T >::rows().
Referenced by inverse().
|
inherited |
|
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 583 of file Array.h.
Referenced by lu< T >::lu(), NDArray::NDArray(), octave::math::sparse_lu< lu_type >::sparse_lu(), SparseBoolMatrix::any(), octave_uint64_matrix::array_value(), idx_vector::idx_vector_rep::as_array(), mxArray_number::as_octave_value(), mxArray_struct::as_octave_value(), mxArray_cell::as_octave_value(), Sparse< T >::assign(), aepbalance< T >::balancing_matrix(), octave::base64_decode(), binmap(), blkmm_internal(), octave_uint64_matrix::bool_array_value(), SparseComplexMatrix::bsolve(), SparseMatrix::bsolve(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::C(), cam2xform(), octave_uint64_matrix::char_array_value(), octave::chol2inv_internal(), idx_vector::complement(), octave_uint64_matrix::complex_array_value(), octave_uint64_matrix::complex_matrix_value(), convert_cdata(), convolve(), Array< T >::delete_elements(), determinant(), Matrix::determinant(), FloatComplexMatrix::determinant(), FloatMatrix::determinant(), SparseComplexMatrix::determinant(), SparseMatrix::determinant(), dmsolve_insert(), dmsolve_permute(), do_bitpack(), do_bitunpack(), do_bsxfun_op(), octave::rand::do_float_nd_array(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DefQuad::do_integrate(), IndefQuad::do_integrate(), FloatDefQuad::do_integrate(), FloatIndefQuad::do_integrate(), do_merge(), octave::rand::do_nd_array(), do_repelems(), octave::base_stream::do_scanf(), octave::do_scanf_conv(), do_tril(), do_triu(), octave::rand::do_vector(), octave::opengl_renderer::draw_patch(), EigsComplexNonSymmetricFunc(), EigsComplexNonSymmetricMatrix(), EigsComplexNonSymmetricMatrixShift(), EigsRealNonSymmetricFunc(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), EigsRealSymmetricFunc(), EigsRealSymmetricMatrix(), EigsRealSymmetricMatrixShift(), encode_bool_image(), encode_indexed_images(), octave_fields::equal_up_to_order(), F__delaunayn__(), F__dsearchn__(), F__glpk__(), F__icholt__(), F__iluc__(), F__ilutp__(), F__magick_finfo__(), F__pchip_deriv__(), F__voronoi__(), SparseComplexMatrix::factorize(), SparseMatrix::factorize(), Famd(), Faudioread(), Fconvhulln(), Fdot(), Fellipj(), filter(), Array< T >::find(), find_starting_node(), finverse(), Matrix::finverse(), FloatComplexMatrix::finverse(), FloatMatrix::finverse(), octave_uint64_matrix::float_array_value(), octave_uint64_matrix::float_complex_array_value(), octave_uint64_matrix::float_complex_matrix_value(), octave_uint64_matrix::float_matrix_value(), Fordschur(), DiagArray2< T >::fortran_vec(), ComplexNDArray::fourier(), NDArray::fourier(), FloatComplexNDArray::fourier(), FloatNDArray::fourier(), fourier(), Matrix::fourier(), FloatComplexMatrix::fourier(), FloatMatrix::fourier(), fourier2d(), ComplexNDArray::fourier2d(), Matrix::fourier2d(), NDArray::fourier2d(), FloatComplexMatrix::fourier2d(), FloatComplexNDArray::fourier2d(), FloatMatrix::fourier2d(), FloatNDArray::fourier2d(), ComplexNDArray::fourierNd(), NDArray::fourierNd(), FloatComplexNDArray::fourierNd(), FloatNDArray::fourierNd(), Fqz(), Frandperm(), fsolve(), FloatComplexMatrix::fsolve(), FloatMatrix::fsolve(), Matrix::fsolve(), SparseComplexMatrix::fsolve(), SparseMatrix::fsolve(), Fsymrcm(), octave::rand::get_internal_state(), octave::opengl_renderer::get_pixels(), gsvd< T >::ggsvd(), EIG::hermitian_init(), FloatEIG::hermitian_init(), ichol_t(), MArray< T >::idx_add_nd(), ComplexNDArray::ifourier(), FloatComplexNDArray::ifourier(), FloatNDArray::ifourier(), ifourier(), Matrix::ifourier(), FloatComplexMatrix::ifourier(), FloatMatrix::ifourier(), ifourier2d(), ComplexNDArray::ifourier2d(), Matrix::ifourier2d(), NDArray::ifourier2d(), FloatComplexMatrix::ifourier2d(), FloatComplexNDArray::ifourier2d(), FloatMatrix::ifourier2d(), FloatNDArray::ifourier2d(), ComplexNDArray::ifourierNd(), NDArray::ifourierNd(), FloatComplexNDArray::ifourierNd(), FloatNDArray::ifourierNd(), ilu_crout(), ilu_tp(), img_float2uint(), Range::index(), Array< T >::index(), FloatEIG::init(), hess< T >::init(), EIG::init(), chol< T >::init(), gepbalance< T >::init(), schur< T >::init(), qr< T >::init(), qrp< T >::init(), CollocWt::init(), qr< T >::insert_col(), qr< T >::insert_row(), DASRT::integrate(), ComplexDiagMatrix::inverse(), DiagMatrix::inverse(), kron(), octave_char_matrix_str::load_ascii(), octave_char_matrix_str::load_binary(), Array< T >::lookup(), lssolve(), FloatComplexMatrix::lssolve(), FloatMatrix::lssolve(), Matrix::lssolve(), ltsolve(), FloatComplexMatrix::ltsolve(), FloatMatrix::ltsolve(), Matrix::ltsolve(), LuAminusSigmaB(), Cell::map(), Array< T >::map(), octave_uint64_matrix::matrix_value(), num2hex(), octave::octave_jit_paren_subsasgn_impl(), operator*(), ComplexColumnVector::operator+=(), FloatComplexColumnVector::operator+=(), FloatComplexMatrix::operator+=(), FloatComplexRowVector::operator+=(), operator+=(), ComplexRowVector::operator+=(), ComplexColumnVector::operator-=(), FloatComplexColumnVector::operator-=(), FloatComplexMatrix::operator-=(), FloatComplexRowVector::operator-=(), operator-=(), ComplexRowVector::operator-=(), PermMatrix::pos_power(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::Q(), qs_replace(), rcond(), Matrix::rcond(), FloatComplexMatrix::rcond(), FloatMatrix::rcond(), read_indexed_images(), read_mat5_binary_element(), read_mat_binary_data(), reinterpret_copy(), reinterpret_int_copy(), Array< T >::resize(), Array< T >::resize1(), Array< T >::resize2(), octave_char_matrix_str::save_ascii(), log_scaler::scale(), neg_log_scaler::scale(), Array< T >::sort(), string_vector::sort(), idx_vector::idx_vector_rep::sort_idx(), Range::sort_internal(), Array< T >::sort_rows_idx(), sqrtm_utri_inplace(), stack_complex_matrix(), sub2ind(), SparseBoolMatrix::sum(), Sylvester(), FloatEIG::symmetric_init(), EIG::symmetric_init(), tinverse(), Matrix::tinverse(), FloatComplexMatrix::tinverse(), FloatMatrix::tinverse(), QtHandles::Utils::toRgb(), Array< T >::transpose(), SparseComplexMatrix::trisolve(), SparseMatrix::trisolve(), unstack_complex_matrix(), lu< T >::update(), qr< T >::update(), lu< T >::update_piv(), utsolve(), FloatComplexMatrix::utsolve(), FloatMatrix::utsolve(), Matrix::utsolve(), viridis_colormap(), and xgemm().
|
inherited |
Definition at line 58 of file CNDArray.cc.
References ComplexNDArray::ComplexNDArray(), Array< T >::dims(), octave::fftw::fft(), Array< T >::fortran_vec(), n, dim_vector::ndims(), Array< T >::numel(), and retval.
Referenced by do_fft().
ComplexMatrix ComplexMatrix::fourier | ( | void | ) | const |
Definition at line 1019 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::data(), octave::fftw::fft(), Array< T >::fortran_vec(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::fourier2d | ( | void | ) | const |
Definition at line 1077 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::data(), octave::fftw::fftNd(), Array< T >::fortran_vec(), retval, and Array< T >::rows().
|
inherited |
Definition at line 160 of file CNDArray.cc.
References Array< T >::dims(), octave::fftw::fftNd(), Array< T >::fortran_vec(), dim_vector::ndims(), and retval.
Referenced by do_fftn().
|
private |
Definition at line 1696 of file CMatrix.cc.
References ComplexMatrix(), Array< T >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), MatrixType::Full, MatrixType::Hermitian, octave::math::isinf(), octave::math::isnan(), MatrixType::mark_as_full(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), norm1(), retval, Array< T >::rows(), MatrixType::type(), and octave::warn_singular_matrix().
Referenced by solve().
|
inherited |
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 1642 of file Array.cc.
References Array< T >::xelem().
Referenced by MArray< T >::hermitian(), and octave::math::sparse_chol< chol_type >::inverse().
|
inline |
Definition at line 169 of file CMatrix.h.
References conj(), and MArray< T >::hermitian().
Referenced by LuAminusSigmaB(), make_cholb(), oct_unop_hermitian(), pseudo_inverse(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::Q(), solve(), Sylvester(), and xdiv().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 89 of file CNDArray.cc.
References ComplexNDArray::ComplexNDArray(), Array< T >::dims(), Array< T >::fortran_vec(), octave::fftw::ifft(), n, dim_vector::ndims(), Array< T >::numel(), and retval.
Referenced by do_fft().
ComplexMatrix ComplexMatrix::ifourier | ( | void | ) | const |
Definition at line 1048 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), octave::fftw::ifft(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::ifourier2d | ( | void | ) | const |
Definition at line 1091 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), octave::fftw::ifftNd(), retval, and Array< T >::rows().
|
inherited |
Definition at line 175 of file CNDArray.cc.
References Array< T >::dims(), Array< T >::fortran_vec(), octave::fftw::ifftNd(), dim_vector::ndims(), and retval.
Referenced by do_fftn().
|
staticinherited |
Definition at line 569 of file CNDArray.cc.
References Array< T >::dimensions, and ra_idx.
Referenced by ComplexNDArray::insert().
|
inherited |
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 823 of file Array.cc.
References Array< T >::numel(), dim_vector::redim(), and retval.
|
inlineinherited |
|
inherited |
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 1085 of file Array.cc.
References dim_vector::alloc(), Array< T >::dimensions, Array< T >::index(), Array< T >::numel(), dim_vector::redim(), and Array< T >::resize().
|
inherited |
Indexing without resizing.
Definition at line 698 of file Array.cc.
Referenced by column(), FloatComplexMatrix::column(), FloatMatrix::column(), convolve(), octave_char_matrix_str::do_index_op_internal(), do_sparse_diff(), extract(), FloatComplexMatrix::extract(), FloatMatrix::extract(), extract_n(), FloatComplexMatrix::extract_n(), FloatMatrix::extract_n(), F__ilutp__(), find_nonzero_elem_idx(), Array< T >::index(), octave_map::index(), Sparse< T >::index(), Cell::index(), octave_print_internal(), operator*(), octave::ft_text_renderer::render(), row(), FloatComplexMatrix::row(), and FloatMatrix::row().
|
inlineinherited |
|
inherited |
Indexing with possible resizing and fill.
Definition at line 1033 of file Array.cc.
References idx_vector::extent(), Array< T >::index(), idx_vector::is_scalar(), n, numel(), Array< T >::numel(), and Array< T >::resize1().
|
inherited |
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 765 of file Array.cc.
References octave::err_index_out_of_range(), idx_vector::extent(), Array< T >::fortran_vec(), idx_vector::index(), idx_vector::is_colon(), idx_vector::is_cont_range(), idx_vector::length(), idx_vector::maybe_reduce(), n, numel(), r, dim_vector::redim(), retval, and idx_vector::xelem().
|
inlineinherited |
|
inherited |
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 1057 of file Array.cc.
References Array< T >::columns(), idx_vector::extent(), Array< T >::index(), idx_vector::is_scalar(), r, dim_vector::redim(), Array< T >::resize2(), and Array< T >::rows().
|
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 1584 of file Array.cc.
References Array< T >::dims(), n, octave_base_value::numel(), ra_idx, and dim_vector::redim().
Referenced by octave::bp_table::add_breakpoint(), FloatComplexMatrix::append(), FloatMatrix::append(), FloatComplexRowVector::append(), FloatRowVector::append(), append(), Matrix::append(), ComplexRowVector::append(), RowVector::append(), intNDArray< octave_uint8 >::compute_index(), NDArray::concat(), FloatNDArray::concat(), SparseMatrix::concat(), concat(), boolMatrix::insert(), boolNDArray::insert(), Cell::insert(), charMatrix::insert(), charNDArray::insert(), ComplexNDArray::insert(), FloatComplexMatrix::insert(), FloatComplexNDArray::insert(), FloatNDArray::insert(), intNDArray< T >::insert(), Matrix::insert(), NDArray::insert(), octave::symbol_table::parent_classes(), ComplexColumnVector::stack(), ColumnVector::stack(), FloatComplexColumnVector::stack(), FloatColumnVector::stack(), FloatComplexMatrix::stack(), FloatMatrix::stack(), stack(), and Matrix::stack().
|
inherited |
This is just a special case for idx = [r c 0 ...].
Definition at line 1563 of file Array.cc.
References Array< T >::columns(), Array< T >::dimensions, Array< T >::ndims(), r, and Array< T >::rows().
ComplexMatrix & ComplexMatrix::insert | ( | const ColumnVector & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 235 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), Array< T >::make_unique(), Array< T >::numel(), r, Array< T >::rows(), and Array< T >::xelem().
ComplexMatrix & ComplexMatrix::insert | ( | const ComplexColumnVector & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 302 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), Array< T >::make_unique(), Array< T >::numel(), r, Array< T >::rows(), and Array< T >::xelem().
ComplexMatrix & ComplexMatrix::insert | ( | const ComplexDiagMatrix & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 322 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), DiagArray2< T >::elem(), fill(), DiagArray2< T >::length(), Array< T >::make_unique(), r, Array< T >::rows(), DiagArray2< T >::rows(), and Array< T >::xelem().
ComplexMatrix & ComplexMatrix::insert | ( | const ComplexMatrix & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 280 of file CMatrix.cc.
References ComplexNDArray::insert(), and r.
|
inherited |
Definition at line 561 of file CNDArray.cc.
References Array< T >::insert(), and ra_idx.
|
inherited |
Definition at line 553 of file CNDArray.cc.
References Array< T >::insert(), and r.
ComplexMatrix & ComplexMatrix::insert | ( | const ComplexRowVector & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 288 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), Array< T >::numel(), r, and Array< T >::rows().
ComplexMatrix & ComplexMatrix::insert | ( | const DiagMatrix & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 255 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), DiagArray2< T >::elem(), fill(), DiagArray2< T >::length(), Array< T >::make_unique(), r, Array< T >::rows(), DiagArray2< T >::rows(), and Array< T >::xelem().
ComplexMatrix & ComplexMatrix::insert | ( | const Matrix & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 195 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), Array< T >::make_unique(), r, Array< T >::rows(), and Array< T >::xelem().
|
inherited |
Definition at line 508 of file CNDArray.cc.
References Array< T >::dimensions, Array< T >::dims(), Array< T >::elem(), ComplexNDArray::increment_index(), n, dim_vector::ndims(), Array< T >::numel(), r, and ra_idx.
Referenced by ComplexNDArray::concat(), and insert().
ComplexMatrix & ComplexMatrix::insert | ( | const RowVector & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 216 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), Array< T >::make_unique(), Array< T >::numel(), r, Array< T >::rows(), and Array< T >::xelem().
Definition at line 97 of file Array-C.cc.
|
privateinherited |
Definition at line 168 of file Array-f.cc.
|
privateinherited |
Definition at line 97 of file Array-fC.cc.
|
privateinherited |
Definition at line 53 of file Array-i.cc.
|
privateinherited |
Definition at line 63 of file Array-i.cc.
|
privateinherited |
Definition at line 64 of file Array-i.cc.
|
privateinherited |
Definition at line 65 of file Array-i.cc.
|
privateinherited |
Definition at line 66 of file Array-i.cc.
|
privateinherited |
Definition at line 73 of file Array-i.cc.
|
privateinherited |
Definition at line 74 of file Array-i.cc.
|
privateinherited |
Definition at line 75 of file Array-i.cc.
|
privateinherited |
Definition at line 76 of file Array-i.cc.
|
privateinherited |
Definition at line 44 of file Array-idx-vec.cc.
|
privateinherited |
Definition at line 47 of file Array-s.cc.
|
staticprivateinherited |
ComplexMatrix ComplexMatrix::inverse | ( | MatrixType & | mattype | ) | const |
Definition at line 762 of file CMatrix.cc.
References inverse().
ComplexMatrix ComplexMatrix::inverse | ( | MatrixType & | mattype, |
octave_idx_type & | info | ||
) | const |
Definition at line 770 of file CMatrix.cc.
References inverse().
ComplexMatrix ComplexMatrix::inverse | ( | MatrixType & | mattype, |
octave_idx_type & | info, | ||
double & | rcon, | ||
bool | force = false , |
||
bool | calc_cond = true |
||
) | const |
Definition at line 929 of file CMatrix.cc.
References ComplexMatrix(), Array< T >::columns(), finverse(), Inf, MatrixType::ishermitian(), MatrixType::Lower, MatrixType::mark_as_unsymmetric(), Array< T >::numel(), Array< T >::rows(), tinverse(), MatrixType::type(), MatrixType::Unknown, and MatrixType::Upper.
ComplexMatrix ComplexMatrix::inverse | ( | octave_idx_type & | info | ) | const |
Definition at line 746 of file CMatrix.cc.
References inverse().
ComplexMatrix ComplexMatrix::inverse | ( | octave_idx_type & | info, |
double & | rcon, | ||
bool | force = false , |
||
bool | calc_cond = true |
||
) | const |
Definition at line 754 of file CMatrix.cc.
References inverse().
ComplexMatrix ComplexMatrix::inverse | ( | void | ) | const |
Definition at line 737 of file CMatrix.cc.
|
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 576 of file Array.h.
References dim_vector::is_nd_vector().
Referenced by dim_vector::make_nd_vector().
|
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 587 of file Array.h.
References Array< T >::ArrayRep::count.
Referenced by mx_el_or_assign(), operator*=(), operator+=(), operator-=(), operator/=(), product_eq(), and quotient_eq().
|
inherited |
Ordering is auto-detected or can be specified.
Definition at line 2084 of file Array.cc.
References ASCENDING, DESCENDING, elem, octave_sort< T >::is_sorted_rows(), r, safe_comparator(), octave_sort< T >::set_compare(), and UNSORTED.
Referenced by octave_cell::is_sorted_rows(), octave_lazy_index::is_sorted_rows(), and octave_matrix::is_sorted_rows().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
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 572 of file Array.h.
References numel().
Referenced by Array< T >::cat(), Sparse< T >::cat(), octave::ft_text_renderer::compute_bbox(), octave::ft_text_renderer::compute_line_xoffset(), NDArray::concat(), FloatNDArray::concat(), charNDArray::concat(), convolve(), daspk_user_function(), daspk_user_jacobian(), dasrt_user_cf(), dasrt_user_f(), dasrt_user_j(), dassl_user_function(), dassl_user_jacobian(), octave::bp_table::dbstop_process_map_args(), ddaspk_f(), ddasrt_f(), ddassl_f(), do_bsxfun_op(), do_minmax_red_op< boolNDArray >(), do_num2cell(), do_object2cell(), octave::opengl_renderer::draw_axes_boxes(), octave::opengl_renderer::draw_axes_planes(), octave::opengl_renderer::draw_axes_x_grid(), octave::opengl_renderer::draw_axes_y_grid(), octave::opengl_renderer::draw_axes_z_grid(), octave::opengl_renderer::draw_patch(), octave::opengl_renderer::draw_surface(), octave::opengl_renderer::draw_text_background(), EigsComplexNonSymmetricFunc(), EigsComplexNonSymmetricMatrix(), EigsComplexNonSymmetricMatrixShift(), EigsRealNonSymmetricFunc(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), EigsRealSymmetricFunc(), EigsRealSymmetricMatrix(), EigsRealSymmetricMatrixShift(), F__magick_write__(), Array< T >::find(), find_config_info(), find_nonzero_elem_idx(), axes::properties::get_boundingbox(), uicontrol::properties::get_boundingbox(), uibuttongroup::properties::get_boundingbox(), uipanel::properties::get_boundingbox(), uitable::properties::get_boundingbox(), octave_bool_matrix::load_ascii(), octave_char_matrix_str::load_ascii(), lsode_f(), lsode_user_function(), lsode_user_jacobian(), LuAminusSigmaB(), Range::matrix_value(), octave_print_internal(), octave::textscan::read_format_once(), octave::textscan::scan_string(), octave::opengl_renderer::set_color(), octave_cell::short_disp(), octave::ft_text_renderer::text_to_pixels(), text::properties::update_font(), and val_in_table().
|
inherited |
Definition at line 496 of file CNDArray.cc.
bool ComplexMatrix::ishermitian | ( | void | ) | const |
Definition at line 174 of file CMatrix.cc.
References Array< T >::cols(), conj, Array< T >::elem(), Array< T >::issquare(), and Array< T >::rows().
Referenced by F__eigs__(), and EIG::init().
|
inherited |
Definition at line 490 of file CNDArray.cc.
|
inherited |
Definition at line 484 of file CNDArray.cc.
Definition at line 100 of file Array-f.cc.
References ASCENDING, DESCENDING, octave::math::isnan(), n, numel(), r, and UNSORTED.
Ordering is auto-detected or can be specified.
Definition at line 2034 of file Array.cc.
References ASCENDING, DESCENDING, elem, octave_sort< T >::issorted(), n, numel(), safe_comparator(), octave_sort< T >::set_compare(), and UNSORTED.
Referenced by F__ode15__(), Fissorted(), octave_cell::issorted(), octave_lazy_index::issorted(), octave_matrix::issorted(), and Array< T >::lookup().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
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 570 of file Array.h.
Referenced by ishermitian(), and FloatMatrix::issymmetric().
|
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 574 of file Array.h.
References dim_vector::isvector().
Referenced by Ffilter(), and sizes_cmp().
|
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 849 of file Array.h.
References Array< T >::rep.
|
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 847 of file Array.h.
References Array< T >::dimensions, and dim_vector::to_jit().
|
inlineinherited |
WARNING: Only call these functions from jit.
Definition at line 843 of file Array.h.
References Array< T >::ArrayRep::count, Array< T >::rep, and octave::refcount< T >::value().
Referenced by octave::octave_jit_paren_subsasgn_matrix_range().
|
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 845 of file Array.h.
References Array< T >::slice_data.
Referenced by octave::octave_jit_paren_subsasgn_matrix_range().
|
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 281 of file Array.cc.
Referenced by octave_value_list::slice().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
inherited |
Ditto, but for an array of values, specializing on the case when values are sorted.
NaNs get the value N.
Definition at line 2166 of file Array.cc.
References ASCENDING, Array< T >::data(), DESCENDING, octave_sort< T >::descending_compare(), Array< T >::dims(), elem, Array< T >::fortran_vec(), Array< T >::issorted(), octave::math::log2(), octave_sort< T >::lookup(), octave_sort< T >::lookup_sorted(), n, numel(), Array< T >::numel(), octave_sort< T >::set_compare(), and UNSORTED.
|
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 2145 of file Array.cc.
References ASCENDING, DESCENDING, octave_sort< T >::descending_compare(), elem, octave_sort< T >::lookup(), n, numel(), octave_sort< T >::set_compare(), and UNSORTED.
Referenced by do_numeric_lookup(), Flookup(), and val_in_table().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
ComplexColumnVector ComplexMatrix::lssolve | ( | const ColumnVector & | b | ) | const |
Definition at line 2421 of file CMatrix.cc.
References lssolve().
ComplexColumnVector ComplexMatrix::lssolve | ( | const ColumnVector & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2430 of file CMatrix.cc.
References lssolve().
ComplexColumnVector ComplexMatrix::lssolve | ( | const ColumnVector & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank | ||
) | const |
Definition at line 2438 of file CMatrix.cc.
References lssolve().
ComplexColumnVector ComplexMatrix::lssolve | ( | const ColumnVector & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank, | ||
double & | rcon | ||
) | const |
Definition at line 2446 of file CMatrix.cc.
References lssolve().
ComplexColumnVector ComplexMatrix::lssolve | ( | const ComplexColumnVector & | b | ) | const |
Definition at line 2453 of file CMatrix.cc.
References lssolve().
ComplexColumnVector ComplexMatrix::lssolve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2462 of file CMatrix.cc.
References lssolve().
ComplexColumnVector ComplexMatrix::lssolve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank | ||
) | const |
Definition at line 2471 of file CMatrix.cc.
References lssolve().
ComplexColumnVector ComplexMatrix::lssolve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank, | ||
double & | rcon | ||
) | const |
Definition at line 2480 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), F77_DBLE_CMPLX_ARG, F77_FUNC(), F77_XFCN, Array< T >::fortran_vec(), octave::math::log2(), m, n, Array< T >::numel(), real(), Array< T >::resize(), retval, Array< T >::rows(), and xilaenv().
ComplexMatrix ComplexMatrix::lssolve | ( | const ComplexMatrix & | b | ) | const |
Definition at line 2228 of file CMatrix.cc.
References lssolve().
ComplexMatrix ComplexMatrix::lssolve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2237 of file CMatrix.cc.
References lssolve().
ComplexMatrix ComplexMatrix::lssolve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank | ||
) | const |
Definition at line 2245 of file CMatrix.cc.
References lssolve().
ComplexMatrix ComplexMatrix::lssolve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank, | ||
double & | rcon | ||
) | const |
Definition at line 2253 of file CMatrix.cc.
References ComplexMatrix(), Array< T >::cols(), Array< T >::elem(), F77_DBLE_CMPLX_ARG, F77_FUNC(), F77_XFCN, Array< T >::fortran_vec(), octave::math::isinf(), octave::math::isnan(), octave::math::log2(), m, max(), n, NaN, norm1(), real(), Array< T >::resize(), retval, Array< T >::rows(), and xilaenv().
ComplexMatrix ComplexMatrix::lssolve | ( | const Matrix & | b | ) | const |
Definition at line 2196 of file CMatrix.cc.
Referenced by Matrix::lssolve(), lssolve(), and solve().
ComplexMatrix ComplexMatrix::lssolve | ( | const Matrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2205 of file CMatrix.cc.
References lssolve().
ComplexMatrix ComplexMatrix::lssolve | ( | const Matrix & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank | ||
) | const |
Definition at line 2213 of file CMatrix.cc.
References lssolve().
ComplexMatrix ComplexMatrix::lssolve | ( | const Matrix & | b, |
octave_idx_type & | info, | ||
octave_idx_type & | rank, | ||
double & | rcon | ||
) | const |
Definition at line 2221 of file CMatrix.cc.
References lssolve().
|
private |
Definition at line 1598 of file CMatrix.cc.
References ComplexMatrix(), Array< T >::cols(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), get_blas_char(), octave::math::isnan(), MatrixType::Lower, norm(), MatrixType::Permuted_Lower, retval, Array< T >::rows(), MatrixType::type(), and octave::warn_singular_matrix().
Referenced by solve().
|
inlineinherited |
Definition at line 188 of file Array.h.
References r.
Referenced by dim_vector::chop_trailing_singletons(), dim_vector::elem(), ComplexColumnVector::fill(), fill(), ComplexRowVector::fill(), FloatComplexColumnVector::fill(), FloatComplexMatrix::fill(), FloatComplexRowVector::fill(), FloatMatrix::fill(), FloatRowVector::fill(), FloatColumnVector::fill(), imag(), ComplexColumnVector::insert(), FloatComplexColumnVector::insert(), FloatColumnVector::insert(), FloatComplexMatrix::insert(), FloatComplexRowVector::insert(), FloatRowVector::insert(), FloatMatrix::insert(), insert(), ComplexRowVector::insert(), octave::type_info::lookup_type(), octave_cell::subsasgn(), octave_struct::subsasgn(), and octave_class::subsasgn_common().
|
inlineinherited |
Apply function fcn to each element of the Array<T>.
This function is optimized with a manually unrolled loop.
Definition at line 759 of file Array.h.
References Array< T >::fortran_vec(), len, m, and numel().
Referenced by octave_base_sparse< T >::map(), octave_complex_diag_matrix::map(), octave_float_complex_diag_matrix::map(), octave_float_diag_matrix::map(), octave_diag_matrix::map(), ComplexDiagMatrix::rcond(), DiagMatrix::rcond(), FloatComplexDiagMatrix::rcond(), FloatDiagMatrix::rcond(), octave_class::reshape(), and octave_class::resize().
|
inherited |
Definition at line 436 of file CNDArray.cc.
References mx_inline_max().
|
inherited |
Definition at line 430 of file CNDArray.cc.
References mx_inline_max().
|
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 689 of file Array.h.
References Array< T >::ArrayRep::count, Array< T >::ArrayRep::data, and Array< T >::ArrayRep::len.
|
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 705 of file Array.h.
Referenced by octave_cell::mex_get_data().
|
inherited |
Definition at line 448 of file CNDArray.cc.
References mx_inline_min().
|
inherited |
Definition at line 442 of file CNDArray.cc.
References mx_inline_min().
|
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 589 of file Array.h.
References dim_vector::ndims().
Referenced by dim_vector::all_ones(), dim_vector::all_zero(), dim_vector::any_neg(), dim_vector::any_zero(), dim_vector::as_column(), dim_vector::as_row(), octave_char_matrix_str::cellstr_value(), dim_vector::chop_trailing_singletons(), dim_vector::clonerep(), dim_vector::compute_index(), convolve(), dim_vector::cum_compute_index(), dim_vector::cumulative(), octave_complex_matrix::diag(), octave_float_complex_matrix::diag(), octave_float_matrix::diag(), octave_matrix::diag(), do_bsxfun_op(), do_repelems(), dim_vector::empty_2d(), encode_bool_image(), Fcell2struct(), dim_vector::first_non_singleton(), Frepelems(), Funicode_idx(), MArray< T >::idx_add_nd(), dim_vector::increment_index(), Array< T >::insert(), dim_vector::is_nd_vector(), dim_vector::isvector(), kron(), dim_vector::length(), dim_vector::newrep(), dim_vector::numel(), octave_print_internal(), octave_cell::print_raw(), dim_vector::resize(), dim_vector::resizerep(), octave_char_matrix_str::short_disp(), octave_char_matrix_str::string_value(), octave_char_matrix_str::string_vector_value(), octave_bool_matrix::try_narrowing_conversion(), and dim_vector::zero_by_zero().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
inherited |
Count nonzero elements.
Definition at line 2210 of file Array.cc.
References numel(), and retval.
Referenced by idx_vector::idx_mask_rep::idx_mask_rep(), idx_vector::idx_vector(), idx_vector::idx_vector_rep::idx_vector_rep(), and F__magick_finfo__().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
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 2306 of file Array.cc.
References ASCENDING, idx_vector::class_range, idx_vector::class_scalar, idx_vector::class_vector, DESCENDING, m, max(), min(), n, nn, octave_sort< T >::nth_element(), numel(), OCTAVE_LOCAL_BUFFER, octave_sort< T >::set_compare(), and UNSORTED.
Referenced by Fnth_element().
|
inlineinherited |
Number of elements in the array.
Definition at line 377 of file Array.h.
Referenced by Array< T >::Array(), QtHandles::ButtonControl::ButtonControl(), Cell::Cell(), ComplexMatrix(), ComplexNDArray::ComplexNDArray(), DiagArray2< T >::DiagArray2(), FloatComplexMatrix::FloatComplexMatrix(), FloatComplexNDArray::FloatComplexNDArray(), FloatNDArray::FloatNDArray(), idx_vector::idx_vector(), idx_vector::idx_vector_rep::idx_vector_rep(), QtHandles::ListBoxControl::ListBoxControl(), NDArray::NDArray(), octave_value_list::octave_value_list(), rec_permute_helper::rec_permute_helper(), QtHandles::SliderControl::SliderControl(), Sparse< T >::Sparse(), octave::math::sparse_lu< lu_type >::sparse_lu(), string_array_property::string_array_property(), text_label_property::text_label_property(), ComplexNDArray::all_integers(), FloatComplexNDArray::all_integers(), FloatNDArray::all_integers(), all_ones(), any_ones(), FloatComplexMatrix::append(), FloatComplexRowVector::append(), FloatMatrix::append(), FloatRowVector::append(), append(), ComplexRowVector::append(), Matrix::append(), RowVector::append(), octave_value_list::array_value(), Array< T >::assign(), binmap(), bitopxx(), QtHandles::boundingBoxToRect(), calc_dimensions(), QtHandles::Canvas::canvasWheelEvent(), MArray< double >::changesign(), PermMatrix::checkelem(), gh_manager::close_all_figures(), boolNDArray::concat(), charNDArray::concat(), ComplexNDArray::concat(), FloatComplexNDArray::concat(), FloatNDArray::concat(), NDArray::concat(), concat(), conv_to_int_array(), convert_cdata(), convert_position(), octave::tree_evaluator::convert_return_list_to_const_vector(), convert_text_position(), daspk_user_function(), daspk_user_jacobian(), dasrt_user_f(), dasrt_user_j(), dassl_user_function(), dassl_user_jacobian(), octave::bp_table::dbstop_process_map_args(), decode_subscripts(), default_numeric_conversion_function(), octave::error_system::default_warning_state(), DEFMETHOD(), DEFMETHODX(), qr< T >::delete_col(), Array< T >::delete_elements(), delete_graphics_objects(), octave::cdef_class::cdef_class_rep::delete_object(), DiagArray2< T >::diag_length(), PermMatrix::dim1(), PermMatrix::dim2(), octave::error_system::display_warning_options(), octave::math::do_bessel(), do_bitpack(), do_bsxfun_op(), octave_map::do_cat(), do_cellslices_nda(), do_cleanup_waitfor_listener(), octave::rand::do_float_nd_array(), children_property::do_init_children(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DefQuad::do_integrate(), FloatDefQuad::do_integrate(), do_mat2cell(), do_mat2cell_nd(), do_merge(), do_minmax_bin_op< charNDArray >(), do_mx_check(), octave::rand::do_nd_array(), do_num2cell_helper(), do_permute(), do_rand(), do_rc_map(), text_label_property::do_set(), children_property::do_set(), octave_sparse_params::do_set_vals(), octave::do_simple_cellfun(), do_strcmp_fun(), octave::rand::do_vector(), chol< T >::downdate(), octave::opengl_renderer::draw(), octave::opengl_renderer::draw_all_lights(), octave::opengl_renderer::draw_line(), octave::opengl_renderer::draw_marker(), octave::opengl_renderer::draw_patch(), octave::opengl_selector::draw_text(), octave::opengl_renderer::draw_text(), EigsComplexNonSymmetricFunc(), EigsComplexNonSymmetricMatrix(), EigsComplexNonSymmetricMatrixShift(), EigsRealNonSymmetricFunc(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), EigsRealSymmetricFunc(), EigsRealSymmetricMatrix(), EigsRealSymmetricMatrixShift(), elem_xpow(), octave_fields::equal_up_to_order(), gh_manager::execute_callback(), F__contourc__(), F__delaunayn__(), F__event_manager_input_dialog__(), F__event_manager_list_dialog__(), F__expint__(), F__get__(), F__glpk__(), F__go_delete__(), F__go_execute_callback__(), F__go_post_callback__(), F__magick_read__(), F__native2unicode__(), F__ode15__(), F__pchip_deriv__(), F__unicode2native__(), F__voronoi__(), Faudioread(), Fbase64_decode(), Fbase64_encode(), Fccolamd(), Fcell2struct(), Fcellslices(), Fcolamd(), Fcomplex(), Fconvhulln(), Fcsymamd(), Fdbstop(), Fdrawnow(), Fellipj(), Ffilter(), Fget(), octave::load_path::files(), DiagMatrix::fill(), ComplexDiagMatrix::fill(), FloatComplexDiagMatrix::fill(), FloatDiagMatrix::fill(), ComplexColumnVector::fill(), ComplexRowVector::fill(), FloatComplexColumnVector::fill(), FloatComplexRowVector::fill(), FloatRowVector::fill(), FloatColumnVector::fill(), octave::cdef_object_array::fill_empty_values(), filter(), finalize_r(), Array< T >::find(), octave::cdef_class::cdef_class_rep::find_method(), octave::cdef_class::cdef_class_rep::find_methods(), octave::cdef_class::cdef_class_rep::find_names(), find_nonzero_elem_idx(), octave::cdef_class::cdef_class_rep::find_properties(), octave::cdef_class::cdef_class_rep::find_property(), Fis_same_file(), Fisa(), Fisargout(), Fiscolumn(), Fisfield(), Fismatrix(), Fisrow(), Fisscalar(), Fissquare(), Fisvector(), Flookup(), Flu(), Fmatrix_type(), Fndims(), Fnumel(), Fordschur(), octave::curl_transfer::form_data_post(), octave::curl_transfer::form_query_string(), ComplexNDArray::fourier(), FloatComplexNDArray::fourier(), FloatNDArray::fourier(), ComplexNDArray::fourier2d(), FloatComplexNDArray::fourier2d(), FloatNDArray::fourier2d(), Fquadcc(), Fregexprep(), Frepelems(), Freset(), Freshape(), Fresize(), Frmfield(), QtHandles::Utils::fromRgb(), Fset(), Fspparms(), Fstr2double(), Fstrfind(), Fstrrep(), Fsymamd(), Funicode_idx(), Furlread(), Furlwrite(), Fvec(), Fwarning(), octave::cdef_object_scalar::get(), get_children_limits(), base_properties::get_children_of_type(), get_dim_vector(), octave::get_dimensions(), get_region_range(), get_scalar_idx(), octave::get_size(), get_sort_mode(), hex2num(), MArray< T >::idx_add(), ComplexNDArray::ifourier(), FloatComplexNDArray::ifourier(), FloatNDArray::ifourier(), ComplexNDArray::ifourier2d(), FloatComplexNDArray::ifourier2d(), FloatNDArray::ifourier2d(), Array< T >::index(), octave::opengl_renderer::init_gl_context(), ODES::initialize(), base_diff_alg_eqn::initialize(), initialize_r(), ComplexColumnVector::insert(), ColumnVector::insert(), FloatComplexColumnVector::insert(), FloatColumnVector::insert(), FloatComplexRowVector::insert(), FloatRowVector::insert(), FloatComplexMatrix::insert(), FloatMatrix::insert(), intNDArray< octave_uint8 >::insert(), ComplexNDArray::insert(), FloatComplexNDArray::insert(), ComplexRowVector::insert(), RowVector::insert(), insert(), Matrix::insert(), qr< T >::insert_col(), qr< T >::insert_row(), chol< T >::insert_sym(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), inverse(), FloatComplexMatrix::inverse(), FloatMatrix::inverse(), octave::math::sparse_chol< chol_type >::inverse(), is_handle_visible(), octave::is_superclass(), PermMatrix::isempty(), ishghandle(), DiagArray2< T >::length(), linspace(), octave_bool_matrix::load_ascii(), octave::scoped_fcn_handle::load_ascii(), octave::scoped_fcn_handle::load_binary(), octave::textscan::lookahead(), Array< T >::lookup(), octave::lookup_classes(), Matrix::lssolve(), lssolve(), FloatMatrix::lssolve(), FloatComplexMatrix::lssolve(), LuAminusSigmaB(), octave::cdef_object::map_value(), ComplexColumnVector::max(), ComplexRowVector::max(), FloatComplexColumnVector::max(), FloatColumnVector::max(), FloatComplexRowVector::max(), FloatRowVector::max(), ComplexColumnVector::min(), ComplexRowVector::min(), FloatComplexColumnVector::min(), FloatColumnVector::min(), FloatComplexRowVector::min(), FloatRowVector::min(), norm1(), null(), num2hex(), numel(), octave_class::numeric_conv(), octave::octave_jit_paren_subsasgn_impl(), octave_print_internal(), octcellregexp(), operator*(), ComplexColumnVector::operator+=(), FloatComplexColumnVector::operator+=(), FloatComplexMatrix::operator+=(), FloatComplexRowVector::operator+=(), operator+=(), ComplexRowVector::operator+=(), ComplexColumnVector::operator-=(), FloatComplexColumnVector::operator-=(), FloatComplexMatrix::operator-=(), FloatComplexRowVector::operator-=(), operator-=(), ComplexRowVector::operator-=(), operator<<(), ColumnVector::operator==(), ComplexColumnVector::operator==(), operator==(), ComplexRowVector::operator==(), FloatColumnVector::operator==(), FloatComplexColumnVector::operator==(), FloatComplexMatrix::operator==(), FloatComplexRowVector::operator==(), FloatMatrix::operator==(), FloatRowVector::operator==(), RowVector::operator==(), operator>>(), octave::bp_table::parse_dbfunction_params(), octave::textscan::parse_options(), PermMatrix::perm_length(), octave_base_diag< DMT, MT >::permute(), Array< T >::permute(), Sparse< T >::permute(), print_DASPK_options(), print_DASRT_options(), print_DASSL_options(), print_LSODE_options(), pseudo_inverse(), Matrix::pseudo_inverse(), FloatComplexMatrix::pseudo_inverse(), FloatMatrix::pseudo_inverse(), qp(), qs_preprocess(), qs_replace(), qs_search(), read_images(), read_indexed_images(), read_mat5_binary_element(), read_mat5_binary_file_header(), octave::textscan::read_until(), octave::type_info::register_type(), figure::properties::remove_child(), octave::ft_text_renderer::render(), octave::opengl_renderer::render_grid(), octave::opengl_renderer::render_tickmarks(), octave::opengl_renderer::render_ticktexts(), safe_comparator(), octave_perm_matrix::save_ascii(), save_mat5_binary_element(), save_mat5_element_length(), octave::textscan::scan_complex(), octave::textscan::scan_string(), QtHandles::Canvas::select_object(), gnuplot_graphics_toolkit::send_quit(), graphics_object::set(), octave::ft_text_renderer::set_color(), annotation_dialog::set_gui_props(), octave::curl_transfer::set_header_fields(), octave::rand::set_internal_state(), octave::ft_text_renderer::set_mode(), octave::error_system::set_warning_option(), PermMatrix::setup(), show_DASPK_options(), show_DASRT_options(), show_DASSL_options(), show_LSODE_options(), sizes_cmp(), octave::textscan::skip_delim(), octave::textscan::skip_whitespace(), ComplexColumnVector::stack(), ColumnVector::stack(), FloatComplexColumnVector::stack(), FloatColumnVector::stack(), FloatComplexMatrix::stack(), FloatMatrix::stack(), stack(), Matrix::stack(), sub2ind(), octave::cdef_object_array::subsasgn(), octave_cell::subsasgn(), octave_struct::subsasgn(), octave_class::subsasgn_common(), octave_struct::subsref(), octave_cell::subsref(), octave_class::subsref(), QtHandles::ButtonControl::toggled(), PermMatrix::transpose(), try_cellfun_internal_ops(), octave_complex_matrix::try_narrowing_conversion(), octave_float_complex_matrix::try_narrowing_conversion(), octave_float_matrix::try_narrowing_conversion(), octave_matrix::try_narrowing_conversion(), chol< T >::update(), lu< T >::update(), qr< T >::update(), QtHandles::ButtonControl::update(), QtHandles::PopupMenuControl::update(), QtHandles::SliderControl::update(), hggroup::update_axis_limits(), base_properties::update_boundingbox(), octave::file_editor_tab::update_lexer_settings(), lu< T >::update_piv(), octave::workspace_model::update_table(), update_text_pos(), QtHandles::Table::updateColumnname(), QtHandles::Table::updateColumnwidth(), QtHandles::Canvas::updateCurrentPoint(), QtHandles::Table::updateRowname(), QtHandles::updateSelection(), array_property::validate(), QtHandles::SliderControl::valueChanged(), vector_norm(), octave::opengl_renderer::patch_tessellator::vertex(), octave::tree_evaluator::visit_complex_for_command(), octave::error_system::warning_query(), octave::stream::write(), write_mat5_cell_array(), x_el_div(), octave::xzip(), and zero_dims_inquire().
|
inherited |
Definition at line 254 of file CNDArray.cc.
References ComplexNDArray::any_element_is_nan(), octave::err_nan_to_logical_conversion(), and mx_inline_not().
bool ComplexMatrix::operator!= | ( | const ComplexMatrix & | a | ) | const |
Definition at line 168 of file CMatrix.cc.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
ComplexMatrix & ComplexMatrix::operator+= | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 2676 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::elem(), DiagArray2< T >::elem(), octave::err_nonconformant(), DiagArray2< T >::length(), Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix & ComplexMatrix::operator+= | ( | const DiagMatrix & | a | ) |
Definition at line 2640 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::elem(), DiagArray2< T >::elem(), octave::err_nonconformant(), DiagArray2< T >::length(), Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix & ComplexMatrix::operator+= | ( | const Matrix & | a | ) |
Definition at line 2714 of file CMatrix.cc.
References Array< T >::cols(), d, Array< T >::data(), octave::err_nonconformant(), Array< T >::fortran_vec(), mx_inline_add2(), Array< T >::numel(), and Array< T >::rows().
ComplexMatrix & ComplexMatrix::operator-= | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 2694 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::elem(), DiagArray2< T >::elem(), octave::err_nonconformant(), DiagArray2< T >::length(), Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix & ComplexMatrix::operator-= | ( | const DiagMatrix & | a | ) |
Definition at line 2658 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::elem(), DiagArray2< T >::elem(), octave::err_nonconformant(), DiagArray2< T >::length(), Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix & ComplexMatrix::operator-= | ( | const Matrix & | a | ) |
Definition at line 2735 of file CMatrix.cc.
References Array< T >::cols(), d, Array< T >::data(), octave::err_nonconformant(), Array< T >::fortran_vec(), mx_inline_sub2(), Array< T >::numel(), and Array< T >::rows().
|
default |
bool ComplexMatrix::operator== | ( | const ComplexMatrix & | a | ) | const |
Definition at line 159 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::data(), mx_inline_equal(), Array< T >::numel(), and Array< T >::rows().
|
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 retval.
Referenced by octave_map::cat(), octave_map::index(), octave_map::permute(), octave_map::reshape(), octave_map::squeeze(), and octave_map::transpose().
|
inherited |
|
inlineinherited |
|
inherited |
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 2734 of file Array.cc.
Referenced by DiagArray2< T >::print_info(), and PermMatrix::print_info().
ComplexMatrix ComplexMatrix::prod | ( | int | dim = -1 | ) | const |
Definition at line 2782 of file CMatrix.cc.
References ComplexNDArray::prod().
ComplexMatrix ComplexMatrix::pseudo_inverse | ( | double | tol = 0.0 | ) | const |
Definition at line 974 of file CMatrix.cc.
References ComplexMatrix(), Array< T >::cols(), Array< T >::elem(), extract(), ColumnVector::extract(), DiagMatrix::extract_diag(), hermitian(), DiagMatrix::inverse(), octave::math::svd< T >::left_singular_matrix(), max(), min(), Array< T >::numel(), r, retval, octave::math::svd< T >::right_singular_matrix(), Array< T >::rows(), octave::math::svd< T >::singular_values(), and V.
double ComplexMatrix::rcond | ( | MatrixType & | mattype | ) | const |
Definition at line 1331 of file CMatrix.cc.
References Array< T >::cols(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), MatrixType::Full, MatrixType::Hermitian, Inf, octave::math::isnan(), MatrixType::Lower, MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), NaN, norm(), norm1(), MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, Array< T >::rows(), MatrixType::type(), MatrixType::Unknown, and MatrixType::Upper.
double ComplexMatrix::rcond | ( | void | ) | const |
Definition at line 1324 of file CMatrix.cc.
|
inlineinherited |
|
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 560 of file Array.h.
Referenced by idx_vector::idx_mask_rep::as_array(), Array< T >::assign(), Fbase64_decode(), Freshape(), Fvec(), octave_map::reshape(), Cell::reshape(), octave_base_scalar< ST >::reshape(), octave_class::reshape(), octave_lazy_index::reshape(), octave_matrix::reshape(), and MArray< T >::reshape().
|
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 614 of file Array.h.
References Array< T >::resize().
Referenced by Array< T >::resize().
|
inherited |
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 1011 of file Array.cc.
References dim_vector::any_neg(), octave::err_invalid_resize(), Array< T >::fortran_vec(), dim_vector::ndims(), dim_vector::redim(), and rec_resize_helper::resize_fill().
Referenced by DiagArray2< T >::DiagArray2(), octave::math::sparse_lu< lu_type >::sparse_lu(), octave_value_list::array_value(), octave::base64_decode(), bitopxx(), SparseMatrix::bsolve(), call_mex(), Cell::column(), column_max(), Matrix::column_max(), FloatComplexMatrix::column_max(), FloatMatrix::column_max(), column_min(), Matrix::column_min(), FloatComplexMatrix::column_min(), FloatMatrix::column_min(), octave::regexp::compile_internal(), convert_label_position(), convert_text_position(), dmsolve(), dmsolve_permute(), octave::math::do_bessel(), do_cumminmax_red_op(), do_fft(), do_fft2(), do_fftn(), children_property::do_get_children(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), do_object2cell(), do_regexp_ptn_string_escapes(), do_regexp_rep_string_escapes(), octave::do_simple_cellfun(), octave::do_string_escapes(), SparseComplexMatrix::dsolve(), SparseMatrix::dsolve(), octave::tree_cell::evaluate(), extract_keyword(), F__glpk__(), F__magick_read__(), Farrayfun(), Fbsxfun(), Fcellfun(), Fdet(), Ffilter(), Fgcd(), Fget(), filter(), find_nonzero_elem_idx(), finverse(), Matrix::finverse(), FloatComplexMatrix::finverse(), FloatMatrix::finverse(), Flu(), Frandperm(), freeze(), Fresize(), Fsize(), SparseComplexMatrix::fsolve(), SparseMatrix::fsolve(), Fwarning(), get_object_dims(), get_ra_idx(), octave::sys::glob(), ichol_t(), MArray< T >::idx_add_nd(), octave::tree_evaluator::ignored_fcn_outputs(), ilu_crout(), ilu_tp(), Array< T >::index(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), intmap_to_ov(), linspace(), octave::curl_transfer::list(), octave_bool_matrix::load_hdf5(), octave_cell::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_float_complex_matrix::load_hdf5(), octave_float_matrix::load_hdf5(), octave_matrix::load_hdf5(), octave_char_matrix_str::load_hdf5(), lssolve(), FloatComplexMatrix::lssolve(), FloatMatrix::lssolve(), Matrix::lssolve(), SparseComplexMatrix::ltsolve(), SparseMatrix::ltsolve(), octave::make_indices(), octave_complex_diag_matrix::map(), octave_float_complex_diag_matrix::map(), octave_float_diag_matrix::map(), octave_diag_matrix::map(), SparseComplexMatrix::max(), SparseMatrix::max(), mexCallMATLAB(), SparseComplexMatrix::min(), SparseMatrix::min(), null(), octregexp(), octave::stream_list::open_file_numbers(), octave::base_stream::oscanf(), octave::textscan_format_list::parse_char_class(), octave::type_info::register_type(), octave_map::resize(), octave_base_diag< DMT, MT >::resize(), octave_base_matrix< MT >::resize(), octave_range::resize(), octave_char_matrix_str::resize(), octave_base_sparse< T >::resize(), octave_char_matrix_sq_str::resize(), ComplexColumnVector::resize(), ComplexRowVector::resize(), ColumnVector::resize(), RowVector::resize(), FloatColumnVector::resize(), FloatRowVector::resize(), FloatComplexColumnVector::resize(), FloatComplexRowVector::resize(), DiagArray2< T >::resize(), boolMatrix::resize(), charMatrix::resize(), resize(), FloatComplexMatrix::resize(), Matrix::resize(), FloatMatrix::resize(), charMatrix::row_as_string(), row_max(), Matrix::row_max(), FloatComplexMatrix::row_max(), FloatMatrix::row_max(), row_min(), Matrix::row_min(), FloatComplexMatrix::row_min(), FloatMatrix::row_min(), octave::error_system::set_warning_option(), octave_class::size(), octave_base_scalar< ST >::sort(), Range::sort_internal(), octave_value_list::splice(), octave_char_matrix_str::string_vector_value(), utsolve(), SparseComplexMatrix::utsolve(), SparseMatrix::utsolve(), and octave::sys::windows_glob().
|
inline |
Definition at line 190 of file CMatrix.h.
References Array< T >::resize().
Referenced by EigsComplexNonSymmetricFunc(), EigsComplexNonSymmetricMatrix(), EigsComplexNonSymmetricMatrixShift(), EigsRealNonSymmetricFunc(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), Fdlmread(), qr< T >::init(), qrp< T >::init(), and EIG::init().
|
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 611 of file Array.h.
References n, and Array< T >::resize1().
Referenced by Array< T >::resize1().
|
inherited |
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 898 of file Array.cc.
References octave::err_invalid_resize(), Array< T >::fortran_vec(), min(), n, nn, and numel().
Referenced by Array< T >::index(), and octave::octave_jit_paren_subsasgn_impl().
|
inlineinherited |
|
inherited |
Resizing (with fill).
Definition at line 969 of file Array.cc.
References octave::err_invalid_resize(), Array< T >::fortran_vec(), min(), and r.
Referenced by Array< T >::find(), and Array< T >::index().
|
virtualinherited |
ComplexRowVector ComplexMatrix::row | ( | octave_idx_type | i | ) | const |
Definition at line 702 of file CMatrix.cc.
References idx_vector::colon, and Array< T >::index().
bool ComplexMatrix::row_is_real_only | ( | octave_idx_type | i | ) | const |
Definition at line 2824 of file CMatrix.cc.
References Array< T >::columns(), Array< T >::elem(), imag(), and retval.
ComplexColumnVector ComplexMatrix::row_max | ( | Array< octave_idx_type > & | index | ) | const |
Definition at line 2944 of file CMatrix.cc.
References abs(), Array< T >::cols(), Complex_NaN_result(), Array< T >::elem(), octave::math::isnan(), NaN, Array< T >::resize(), ComplexColumnVector::resize(), row_is_real_only(), and Array< T >::rows().
ComplexColumnVector ComplexMatrix::row_max | ( | void | ) | const |
Definition at line 2937 of file CMatrix.cc.
ComplexColumnVector ComplexMatrix::row_min | ( | Array< octave_idx_type > & | index | ) | const |
Definition at line 2869 of file CMatrix.cc.
References abs(), Array< T >::cols(), Complex_NaN_result(), Array< T >::elem(), octave::math::isnan(), NaN, Array< T >::resize(), ComplexColumnVector::resize(), row_is_real_only(), and Array< T >::rows().
ComplexColumnVector ComplexMatrix::row_min | ( | void | ) | const |
Definition at line 2862 of file CMatrix.cc.
|
inlineinherited |
Definition at line 415 of file Array.h.
Referenced by aepbalance< T >::aepbalance(), ComplexMatrix(), FloatComplexMatrix::FloatComplexMatrix(), FloatMatrix::FloatMatrix(), lu< T >::lu(), Matrix::Matrix(), octave::math::airy(), FloatComplexMatrix::append(), FloatMatrix::append(), append(), Matrix::append(), octave::math::biry(), SparseComplexMatrix::bsolve(), SparseMatrix::bsolve(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::C(), octave_char_matrix_str::cellstr_value(), QtHandles::Table::checkBoxClicked(), column_is_real_only(), FloatComplexMatrix::column_is_real_only(), column_max(), FloatComplexMatrix::column_max(), FloatMatrix::column_max(), column_min(), FloatComplexMatrix::column_min(), FloatMatrix::column_min(), convert_cdata(), determinant(), FloatComplexMatrix::determinant(), FloatMatrix::determinant(), octave_complex_matrix::diag(), octave_float_complex_matrix::diag(), octave_float_matrix::diag(), octave_matrix::diag(), diag(), FloatComplexMatrix::diag(), FloatMatrix::diag(), dmsolve_insert(), dmsolve_permute(), octave::math::do_bessel(), do_fftn(), do_repelems(), string_array_property::do_set(), do_sparse_diff(), do_tril(), do_triu(), octave::opengl_renderer::draw_patch(), octave::opengl_renderer::draw_surface(), drawcn(), SparseComplexMatrix::dsolve(), SparseMatrix::dsolve(), elem_xpow(), encode_bool_image(), encode_indexed_images(), F__delaunayn__(), F__event_manager_file_dialog__(), F__event_manager_input_dialog__(), F__pchip_deriv__(), F__voronoi__(), Faudiowrite(), Fconvhulln(), fill(), FloatComplexMatrix::fill(), FloatMatrix::fill(), find_nonzero_elem_idx(), finverse(), FloatComplexMatrix::finverse(), FloatMatrix::finverse(), qr< T >::form(), fourier(), FloatComplexMatrix::fourier(), FloatMatrix::fourier(), fourier2d(), FloatComplexMatrix::fourier2d(), FloatMatrix::fourier2d(), Frepelems(), fsolve(), FloatComplexMatrix::fsolve(), FloatMatrix::fsolve(), Matrix::fsolve(), SparseComplexMatrix::fsolve(), SparseMatrix::fsolve(), EIG::hermitian_init(), FloatEIG::hermitian_init(), ifourier(), FloatComplexMatrix::ifourier(), FloatMatrix::ifourier(), ifourier2d(), FloatComplexMatrix::ifourier2d(), FloatMatrix::ifourier2d(), Sparse< T >::index(), Array< T >::index(), FloatEIG::init(), hess< T >::init(), EIG::init(), chol< T >::init(), gepbalance< T >::init(), schur< T >::init(), qr< T >::init(), qrp< T >::init(), Array< T >::insert(), FloatComplexMatrix::insert(), FloatMatrix::insert(), insert(), inverse(), FloatComplexMatrix::inverse(), FloatMatrix::inverse(), ishermitian(), FloatComplexMatrix::ishermitian(), FloatMatrix::issymmetric(), kron(), lssolve(), FloatComplexMatrix::lssolve(), FloatMatrix::lssolve(), Matrix::lssolve(), ltsolve(), FloatComplexMatrix::ltsolve(), FloatMatrix::ltsolve(), Matrix::ltsolve(), SparseComplexMatrix::ltsolve(), SparseMatrix::ltsolve(), LuAminusSigmaB(), mark_facets(), mark_upper_triangular(), matrix_real_probe(), max(), min(), octave_print_internal(), octave_print_internal_template(), operator*(), operator+=(), FloatComplexMatrix::operator+=(), FloatMatrix::operator+=(), operator-=(), FloatComplexMatrix::operator-=(), FloatMatrix::operator-=(), boolMatrix::operator==(), charMatrix::operator==(), operator==(), FloatComplexMatrix::operator==(), FloatMatrix::operator==(), Matrix::operator==(), QtHandles::pointer_to_qimage(), pseudo_inverse(), FloatComplexMatrix::pseudo_inverse(), FloatMatrix::pseudo_inverse(), rcond(), FloatComplexMatrix::rcond(), FloatMatrix::rcond(), octave::regexp::replace(), row_max(), FloatComplexMatrix::row_max(), FloatMatrix::row_max(), row_min(), FloatComplexMatrix::row_min(), FloatMatrix::row_min(), octave_cell::save_ascii(), octave_char_matrix_str::save_ascii(), save_mat_binary_data(), save_three_d(), sizes_cmp(), sqrtm_utri_inplace(), FloatComplexMatrix::stack(), FloatMatrix::stack(), stack(), Matrix::stack(), stack_complex_matrix(), streameuler2d_internal(), octave_char_matrix_str::string_vector_value(), octave::tree_evaluator::switch_case_label_matches(), Sylvester(), FloatEIG::symmetric_init(), EIG::symmetric_init(), tinverse(), FloatComplexMatrix::tinverse(), FloatMatrix::tinverse(), SparseComplexMatrix::trisolve(), SparseMatrix::trisolve(), octave_bool_matrix::try_narrowing_conversion(), unstack_complex_matrix(), lu< T >::update(), qr< T >::update(), lu< T >::update_piv(), QtHandles::Table::updateColumnname(), QtHandles::Table::updateRowname(), utsolve(), FloatComplexMatrix::utsolve(), FloatMatrix::utsolve(), Matrix::utsolve(), SparseComplexMatrix::utsolve(), SparseMatrix::utsolve(), x_el_div(), xgemm(), and xpow().
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 442 of file Array.h.
References d.
Referenced by Fdbstatus(), octave::textscan::parse_options(), octave::bp_table::remove_breakpoint(), and octave_value::size().
ComplexColumnVector ComplexMatrix::solve | ( | const ColumnVector & | b | ) | const |
Definition at line 2133 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | const ColumnVector & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2141 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | const ColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 2148 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | const ColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 2155 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | const ComplexColumnVector & | b | ) | const |
Definition at line 2164 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2172 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 2179 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 2186 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const ComplexMatrix & | b | ) | const |
Definition at line 2101 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2109 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 2116 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 2123 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const Matrix & | b | ) | const |
Definition at line 2070 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const Matrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 2078 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const Matrix & | b, |
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 2085 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | const Matrix & | b, |
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 2092 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ColumnVector & | b | ||
) | const |
Definition at line 2002 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ColumnVector & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 2010 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 2018 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 2025 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexColumnVector & | b | ||
) | const |
Definition at line 2035 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexColumnVector & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 2043 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 2051 of file CMatrix.cc.
References solve().
ComplexColumnVector ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 2058 of file CMatrix.cc.
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexMatrix & | b | ||
) | const |
Definition at line 1941 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 1949 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 1957 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
bool | singular_fallback = true , |
||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 1964 of file CMatrix.cc.
References blas_conj_trans, blas_trans, fsolve(), MatrixType::Full, hermitian(), MatrixType::Hermitian, MatrixType::Lower, lssolve(), ltsolve(), MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, MatrixType::Rectangular, retval, solve(), transpose(), MatrixType::type(), MatrixType::Unknown, MatrixType::Upper, and utsolve().
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const Matrix & | b | ||
) | const |
Definition at line 1907 of file CMatrix.cc.
Referenced by Matrix::solve(), solve(), xdiv(), and xleftdiv().
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const Matrix & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 1915 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const Matrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcon | ||
) | const |
Definition at line 1923 of file CMatrix.cc.
References solve().
ComplexMatrix ComplexMatrix::solve | ( | MatrixType & | mattype, |
const Matrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcon, | ||
solve_singularity_handler | sing_handler, | ||
bool | singular_fallback = true , |
||
blas_trans_type | transt = blas_no_trans |
||
) | const |
Definition at line 1930 of file CMatrix.cc.
References solve().
|
inherited |
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 1873 of file Array.cc.
References Array< octave_idx_type >, DESCENDING, Array< T >::fortran_vec(), m, dim_vector::numel(), OCTAVE_LOCAL_BUFFER, octave_sort< T >::set_compare(), octave_sort< T >::sort(), and UNSORTED.
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
inherited |
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 1757 of file Array.cc.
References DESCENDING, m, dim_vector::ndims(), dim_vector::numel(), OCTAVE_LOCAL_BUFFER, dim_vector::resize(), octave_sort< T >::set_compare(), octave_sort< T >::sort(), and UNSORTED.
Referenced by octave::symbol_table::built_in_function_names(), octave::symbol_table::cmdline_function_names(), qr< T >::delete_col(), children_property::do_set(), octave::sys::glob(), octave::call_stack::global_variable_names(), qr< T >::insert_col(), octave::load_path::package_info::methods(), octave_cell::sort(), octave_lazy_index::sort(), octave::symbol_table::user_function_names(), octave::stack_frame::variable_names(), and octave::sys::windows_glob().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
inherited |
Sort by rows returns only indices.
Definition at line 2066 of file Array.cc.
References Array< octave_idx_type >, Array< T >::fortran_vec(), r, safe_comparator(), and octave_sort< T >::sort_rows().
Referenced by octave_base_diag< DMT, MT >::sort_rows_idx(), octave_base_matrix< MT >::sort_rows_idx(), octave_cell::sort_rows_idx(), octave_lazy_index::sort_rows_idx(), octave_perm_matrix::sort_rows_idx(), and octave_value::sort_rows_idx().
|
inherited |
Definition at line 42 of file Array-idx-vec.cc.
|
inlineinherited |
Definition at line 126 of file CNDArray.h.
References MArray< T >::squeeze().
ComplexMatrix ComplexMatrix::stack | ( | const ColumnVector & | a | ) | const |
Definition at line 585 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::stack | ( | const ComplexColumnVector & | a | ) | const |
Definition at line 645 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::stack | ( | const ComplexDiagMatrix & | a | ) | const |
Definition at line 660 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::insert(), retval, Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix ComplexMatrix::stack | ( | const ComplexMatrix & | a | ) | const |
Definition at line 615 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::stack | ( | const ComplexRowVector & | a | ) | const |
Definition at line 630 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::stack | ( | const DiagMatrix & | a | ) | const |
Definition at line 600 of file CMatrix.cc.
References Array< T >::cols(), DiagArray2< T >::cols(), Array< T >::insert(), retval, Array< T >::rows(), and DiagArray2< T >::rows().
ComplexMatrix ComplexMatrix::stack | ( | const Matrix & | a | ) | const |
Definition at line 555 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::stack | ( | const RowVector & | a | ) | const |
Definition at line 570 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::insert(), Array< T >::numel(), retval, and Array< T >::rows().
ComplexMatrix ComplexMatrix::sum | ( | int | dim = -1 | ) | const |
Definition at line 2788 of file CMatrix.cc.
References ComplexNDArray::sum().
ComplexMatrix ComplexMatrix::sumsq | ( | int | dim = -1 | ) | const |
Definition at line 2794 of file CMatrix.cc.
References ComplexNDArray::sumsq().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
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 814 of file Array.h.
Referenced by FloatNDArray::all_elements_are_int_or_inf_or_nan(), FloatNDArray::all_elements_are_zero(), FloatNDArray::all_integers(), FloatNDArray::any_element_is_negative(), FloatNDArray::any_element_is_positive(), and FloatNDArray::any_element_not_one_or_zero().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Simpler calls.
Definition at line 810 of file Array.h.
Referenced by ComplexNDArray::too_large_for_float().
|
private |
Definition at line 777 of file CMatrix.cc.
References Array< T >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), MatrixType::Lower, OCTAVE_LOCAL_BUFFER, retval, Array< T >::rows(), and MatrixType::type().
Referenced by inverse().
|
inherited |
Definition at line 340 of file CNDArray.cc.
References Array< T >::test_any(), and xtoo_large_for_float().
|
inline |
Definition at line 171 of file CMatrix.h.
References MArray< T >::transpose().
Referenced by oct_unop_transpose(), read_mat_binary_data(), solve(), and xdiv().
|
private |
Definition at line 1500 of file CMatrix.cc.
References ComplexMatrix(), Array< T >::cols(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), get_blas_char(), octave::math::isnan(), norm(), MatrixType::Permuted_Upper, retval, Array< T >::rows(), MatrixType::type(), MatrixType::Upper, and octave::warn_singular_matrix().
Referenced by solve().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
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 469 of file Array.h.
References n.
Referenced by ComplexMatrix(), ComplexNDArray::ComplexNDArray(), FloatComplexMatrix::FloatComplexMatrix(), FloatComplexNDArray::FloatComplexNDArray(), FloatNDArray::FloatNDArray(), idx_vector::idx_vector_rep::idx_vector_rep(), intNDArray< T >::abs(), SparseBoolMatrix::any(), octave_value_list::array_value(), DiagArray2< T >::array_value(), Sparse< T >::array_value(), idx_vector::idx_range_rep::as_array(), idx_vector::idx_mask_rep::as_array(), octave::as_bool_nd_array(), dim_vector::as_column(), octave::as_nd_array(), dim_vector::as_row(), octave::type_info::assign_ops_map(), octave::type_info::assignany_ops_map(), octave::type_info::binary_ops_map(), Cell::cellstr_value(), octave_char_matrix_str::cellstr_value(), octave::chol2inv_internal(), Cell::column(), column_norms(), octave::type_info::compound_binary_ops_map(), DiagArray2< T >::dgxelem(), Array< T >::diag(), dmsolve_extract(), octave_map::do_cat(), do_cellslices_nda(), children_property::do_init_children(), do_mat2cell(), do_mat2cell_2d(), do_mat2cell_nd(), do_num2cell(), do_numeric_lookup(), do_object2cell(), do_rand(), do_rc_map(), children_property::do_set(), Array< T >::elem(), dim_vector::elem(), elem_xpow(), dim_vector::empty_2d(), octave_builtin::execute(), RowVector::extract(), FloatRowVector::extract(), ColumnVector::extract(), FloatColumnVector::extract(), RowVector::extract_n(), FloatRowVector::extract_n(), ColumnVector::extract_n(), FloatColumnVector::extract_n(), F__event_manager_file_dialog__(), F__event_manager_input_dialog__(), F__event_manager_list_dialog__(), F__native2unicode__(), F__unicode2native__(), Famd(), Faudiowrite(), Fcellindexmat(), Fcellslices(), Fcomplex(), octave_fields::fieldnames(), ComplexColumnVector::fill(), fill(), ComplexRowVector::fill(), FloatComplexColumnVector::fill(), FloatComplexMatrix::fill(), FloatComplexRowVector::fill(), FloatMatrix::fill(), FloatRowVector::fill(), FloatColumnVector::fill(), octave::cdef_object_array::fill_empty_values(), find_nonzero_elem_idx(), dim_vector::first_non_singleton(), Flookup(), Fordschur(), qr< T >::form(), SparseComplexMatrix::fsolve(), SparseMatrix::fsolve(), Fstruct2cell(), octave::math::lu< T >::getp(), Array< T >::hermitian(), hex2num(), imag(), Sparse< T >::index(), ComplexColumnVector::insert(), FloatComplexColumnVector::insert(), FloatColumnVector::insert(), FloatComplexMatrix::insert(), FloatComplexRowVector::insert(), FloatRowVector::insert(), FloatMatrix::insert(), insert(), ComplexRowVector::insert(), idx_vector::inverse_permutation(), is_handle_visible(), dim_vector::is_nd_vector(), ishghandle(), dim_vector::isvector(), kron(), linspace(), SparseComplexMatrix::ltsolve(), SparseMatrix::ltsolve(), LuAminusSigmaB(), map_2_xlog2(), Range::matrix_value(), octave::type_info::non_const_unary_ops_map(), norm1(), octave::octave_jit_paren_scalar(), octave::octave_jit_paren_scalar_subsasgn(), octave::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< DMT, MT >::permute(), octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >::Pinv(), octave::math::sparse_lu< lu_type >::Pr_vec(), put_int(), qp(), 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(), Cell::string_vector_value(), SparseBoolMatrix::sum(), Array< T >::transpose(), PermMatrix::transpose(), octave::type_info::unary_ops_map(), idx_vector::idx_vector_rep::unconvert(), idx_vector::idx_mask_rep::unconvert(), SparseComplexMatrix::utsolve(), SparseMatrix::utsolve(), DiagArray2< T >::xelem(), xgemm(), and dim_vector::zero_by_zero().
|
inlineinherited |
|
inherited |
|
friend |
Definition at line 675 of file CMatrix.cc.
Referenced by ishermitian().
|
friend |
Definition at line 3163 of file CMatrix.cc.
|
friend |
Definition at line 3179 of file CMatrix.cc.
|
protectedinherited |
Definition at line 217 of file Array.h.
Referenced by Array< T >::Array(), Array< T >::as_column(), Array< T >::as_matrix(), Array< T >::as_row(), octave_map::cat(), ComplexNDArray::compute_index(), FloatComplexNDArray::compute_index(), FloatNDArray::compute_index(), octave_map::do_cat(), Array< T >::find(), ComplexNDArray::increment_index(), FloatComplexNDArray::increment_index(), FloatNDArray::increment_index(), Array< T >::index(), octave_map::index(), Array< T >::insert(), ComplexNDArray::insert(), FloatComplexNDArray::insert(), Array< T >::jit_dimensions(), Array< T >::operator=(), octave_map::permute(), octave_map::reshape(), octave_map::squeeze(), and octave_map::transpose().
Definition at line 219 of file Array.h.
Referenced by Array< T >::Array(), dim_vector::dim_vector(), dim_vector::~dim_vector(), dim_vector::all_zero(), dim_vector::any_neg(), dim_vector::any_zero(), dim_vector::chop_trailing_singletons(), dim_vector::clonerep(), dim_vector::compute_index(), dim_vector::count(), dim_vector::cum_compute_index(), dim_vector::cumulative(), dim_vector::freerep(), dim_vector::increment_index(), Array< T >::jit_array_rep(), Array< T >::jit_ref_count(), dim_vector::make_unique(), dim_vector::ndims(), Array< T >::operator=(), dim_vector::operator=(), dim_vector::redim(), dim_vector::resize(), dim_vector::resizerep(), dim_vector::to_jit(), and dim_vector::xelem().
|
protectedinherited |
Definition at line 228 of file Array.h.
Referenced by Array< T >::Array(), Array< T >::jit_slice_data(), and Array< T >::operator=().
|
protectedinherited |
Definition at line 229 of file Array.h.
Referenced by Array< T >::operator=().