GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
FloatComplexDiagMatrix Class Reference

#include "fCDiagMatrix.h"

Inheritance diagram for FloatComplexDiagMatrix:
Collaboration diagram for FloatComplexDiagMatrix:

Public Types

typedef FloatComplex complex_elt_type
 
typedef FloatComplex element_type
 
typedef FloatComplexMatrix full_matrix_type
 
typedef float real_elt_type
 

Public Member Functions

 FloatComplexDiagMatrix (const Array< float > &a)
 
 FloatComplexDiagMatrix (const Array< FloatComplex > &a)
 
 FloatComplexDiagMatrix (const Array< FloatComplex > &a, octave_idx_type r, octave_idx_type c)
 
template<typename U >
 FloatComplexDiagMatrix (const DiagArray2< U > &a)
 
 FloatComplexDiagMatrix (const FloatComplexDiagMatrix &a)=default
 
OCTAVE_API FloatComplexDiagMatrix (const FloatDiagMatrix &a)
 
 FloatComplexDiagMatrix (const MDiagArray2< FloatComplex > &a)
 
 FloatComplexDiagMatrix (octave_idx_type r, octave_idx_type c)
 
 FloatComplexDiagMatrix (octave_idx_type r, octave_idx_type c, const FloatComplex &val)
 
 FloatComplexDiagMatrix (void)=default
 
 ~FloatComplexDiagMatrix (void)=default
 
OCTAVE_API FloatDiagMatrix abs (void) const
 
OCTAVE_API bool all_elements_are_real (void) const
 
MArray< FloatComplexarray_value () const
 
DiagArray2< FloatComplexbuild_diag_matrix () const
 
std::size_t byte_size (void) const
 
FloatComplexcheckelem (octave_idx_type r, octave_idx_type c)
 
FloatComplex checkelem (octave_idx_type r, octave_idx_type c) const
 
octave_idx_type cols (void) const
 
OCTAVE_API FloatComplexColumnVector column (char *s) const
 
OCTAVE_API FloatComplexColumnVector column (octave_idx_type i) const
 
octave_idx_type columns (void) const
 
const FloatComplexdata (void) const
 
OCTAVE_API FloatComplexDET determinant (void) const
 
FloatComplexdgelem (octave_idx_type i)
 
FloatComplex dgelem (octave_idx_type i) const
 
FloatComplexdgxelem (octave_idx_type i)
 
FloatComplex dgxelem (octave_idx_type i) const
 
MArray< FloatComplexdiag (octave_idx_type k=0) const
 
octave_idx_type diag_length (void) const
 
octave_idx_type dim1 (void) const
 
octave_idx_type dim2 (void) const
 
dim_vector dims (void) const
 
OCTAVE_API FloatComplexelem (octave_idx_type r, octave_idx_type c)
 
FloatComplex elem (octave_idx_type r, octave_idx_type c) const
 
OCTAVE_API FloatComplexMatrix extract (octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) const
 
FloatComplexColumnVector extract_diag (octave_idx_type k=0) const
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatColumnVector &a)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatColumnVector &a, octave_idx_type beg)
 
OCTARRAY_API void fill (const FloatComplex &val)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatComplex &val)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatComplex &val, octave_idx_type beg, octave_idx_type end)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatComplexColumnVector &a)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatComplexColumnVector &a, octave_idx_type beg)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatComplexRowVector &a)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatComplexRowVector &a, octave_idx_type beg)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatRowVector &a)
 
OCTAVE_API FloatComplexDiagMatrixfill (const FloatRowVector &a, octave_idx_type beg)
 
OCTAVE_API FloatComplexDiagMatrixfill (float val)
 
OCTAVE_API FloatComplexDiagMatrixfill (float val, octave_idx_type beg, octave_idx_type end)
 
FloatComplexfortran_vec (void)
 
MDiagArray2< FloatComplexhermitian (FloatComplex(*fcn)(const FloatComplex &)=nullptr) const
 
FloatComplexDiagMatrix hermitian (void) const
 
OCTAVE_API FloatComplexDiagMatrix inverse (octave_idx_type &info) const
 
OCTAVE_API FloatComplexDiagMatrix inverse (void) const
 
OCTAVE_API bool is_multiple_of_identity (FloatComplex val) const
 
bool isempty (void) const
 
octave_idx_type length (void) const
 
int ndims (void) const
 
octave_idx_type nelem (void) const
 
octave_idx_type nnz (void) const
 
octave_idx_type numel (void) const
 
OCTAVE_API bool operator!= (const FloatComplexDiagMatrix &a) const
 
FloatComplexoperator() (octave_idx_type r, octave_idx_type c)
 
FloatComplex operator() (octave_idx_type r, octave_idx_type c) const
 
OCTAVE_API FloatComplexDiagMatrixoperator+= (const FloatDiagMatrix &a)
 
OCTAVE_API FloatComplexDiagMatrixoperator-= (const FloatDiagMatrix &a)
 
FloatComplexDiagMatrixoperator= (const FloatComplexDiagMatrix &a)=default
 
OCTAVE_API bool operator== (const FloatComplexDiagMatrix &a) const
 
void print_info (std::ostream &os, const std::string &prefix) const
 
OCTAVE_API FloatComplexDiagMatrix pseudo_inverse (float tol=0.0f) const
 
OCTAVE_API float rcond (void) const
 
void resize (octave_idx_type n, octave_idx_type m)
 
OCTAVE_API void resize (octave_idx_type n, octave_idx_type m, const FloatComplex &rfv)
 
OCTAVE_API FloatComplexRowVector row (char *s) const
 
OCTAVE_API FloatComplexRowVector row (octave_idx_type i) const
 
octave_idx_type rows (void) const
 
FloatComplexDiagMatrix transpose (void) const
 
FloatComplex xelem (octave_idx_type r, octave_idx_type c) const
 

Protected Types

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

Protected Member Functions

Array< FloatComplex, Allocas_column (void) const
 Return the array as a column vector. More...
 
Array< FloatComplex, Allocas_matrix (void) const
 Return the array as a matrix. More...
 
Array< FloatComplex, Allocas_row (void) const
 Return the array as a row vector. More...
 
OCTARRAY_API void clear (const dim_vector &dv)
 
void clear (octave_idx_type r, octave_idx_type c)
 
OCTARRAY_API void clear (void)
 
OCTAVE_API Array< octave_idx_typefind (octave_idx_type, bool) const
 
OCTAVE_API sortmode is_sorted_rows (sortmode) const
 
OCTAVE_API sortmode issorted (sortmode) const
 
OCTAVE_API Array< octave_idx_typelookup (const Array< octave::idx_vector > &, sortmode) const
 
OCTAVE_API octave_idx_type lookup (octave::idx_vector const &, sortmode) const
 
void make_unique (void)
 
OCTAVE_API Array< octave::idx_vectornth_element (const octave::idx_vector &, int) const
 
OCTAVE_API Array< octave::idx_vectorsort (Array< octave_idx_type > &sidx, int, sortmode) const
 
OCTAVE_API Array< octave::idx_vectorsort (int, sortmode) const
 
OCTAVE_API Array< octave_idx_typesort_rows_idx (sortmode) const
 

Protected Attributes

octave_idx_type m_d1
 
octave_idx_type m_d2
 
dim_vector m_dimensions
 
Array< FloatComplex, Alloc >::ArrayRep * m_rep
 
FloatComplexm_slice_data
 
octave_idx_type m_slice_len
 

Private Member Functions

bool check_idx (octave_idx_type r, octave_idx_type c) const
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 
OCTAVE_API void instantiation_guard ()
 

Static Private Member Functions

static OCTARRAY_API Array< FloatComplex, Alloc >::ArrayRep * nil_rep (void)
 

Friends

OCTAVE_API FloatComplexDiagMatrix conj (const FloatComplexDiagMatrix &a)
 
OCTAVE_API std::ostream & operator<< (std::ostream &os, const FloatComplexDiagMatrix &a)
 

Third dimension

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

OCTARRAY_API Array< FloatComplex, Allocdiag (octave_idx_type m, octave_idx_type n) const
 Size of the specified dimension. More...
 
FloatComplexelem (octave_idx_type n)
 Size of the specified dimension. More...
 
FloatComplexelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 Size of the specified dimension. More...
 
FloatComplexelem (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, 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...
 
OCTARRAY_API FloatComplexcheckelem (octave_idx_type n)
 Size of the specified dimension. More...
 
OCTARRAY_API FloatComplexcheckelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 Size of the specified dimension. More...
 
OCTARRAY_API FloatComplexcheckelem (const Array< octave_idx_type > &ra_idx)
 Size of the specified dimension. More...
 
OCTARRAY_API crefT checkelem (octave_idx_type n) const
 Size of the specified dimension. More...
 
OCTARRAY_API crefT checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
 Size of the specified dimension. More...
 
OCTARRAY_API crefT checkelem (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
FloatComplexoperator() (octave_idx_type n)
 Size of the specified dimension. More...
 
FloatComplexoperator() (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 Size of the specified dimension. More...
 
FloatComplexoperator() (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, 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...
 
FloatComplexxelem (octave_idx_type n)
 Size of the specified dimension. More...
 
crefT xelem (octave_idx_type n) const
 Size of the specified dimension. More...
 
FloatComplexxelem (octave_idx_type i, octave_idx_type j)
 Size of the specified dimension. More...
 
FloatComplexxelem (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...
 
FloatComplexxelem (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...
 
OCTARRAY_API void resize (const dim_vector &dv, const FloatComplex &rfv)
 Size of the specified dimension. More...
 
void resize (const dim_vector &dv)
 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...
 
OCTARRAY_API Array< FloatComplex, Allocsqueeze (void) const
 Chop off leading singleton dimensions. More...
 
OCTARRAY_API octave_idx_type compute_index (octave_idx_type i, octave_idx_type j) const
 Size of the specified dimension. More...
 
OCTARRAY_API octave_idx_type compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
 Size of the specified dimension. More...
 
OCTARRAY_API octave_idx_type compute_index (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
octave_idx_type compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocpage (octave_idx_type k) const
 Extract page: A(:,:,k+1). More...
 
OCTARRAY_API Array< FloatComplex, Alloclinear_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...
 
Array< FloatComplex, Allocreshape (octave_idx_type nr, octave_idx_type nc) const
 Size of the specified dimension. More...
 
Array< FloatComplex, Allocreshape (const dim_vector &new_dims) const
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocpermute (const Array< octave_idx_type > &vec, bool inv=false) const
 Size of the specified dimension. More...
 
Array< FloatComplex, Allocipermute (const Array< octave_idx_type > &vec) const
 Size of the specified dimension. More...
 
bool issquare (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...
 
bool is_shared (void)
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocindex (const octave::idx_vector &i) const
 Indexing without resizing. More...
 
OCTARRAY_API Array< FloatComplex, Allocindex (const octave::idx_vector &i, const octave::idx_vector &j) const
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocindex (const Array< octave::idx_vector > &ia) const
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocindex (const octave::idx_vector &i, bool resize_ok, const FloatComplex &rfv) const
 Indexing with possible resizing and fill. More...
 
Array< FloatComplex, Allocindex (const octave::idx_vector &i, bool resize_ok) const
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocindex (const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok, const FloatComplex &rfv) const
 Size of the specified dimension. More...
 
Array< FloatComplex, Allocindex (const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok) const
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocindex (const Array< octave::idx_vector > &ia, bool resize_ok, const FloatComplex &rfv) const
 Size of the specified dimension. More...
 
Array< FloatComplex, Allocindex (const Array< octave::idx_vector > &ia, bool resize_ok) const
 Size of the specified dimension. More...
 
virtual OCTARRAY_API FloatComplex resize_fill_value (void) const
 Size of the specified dimension. More...
 
OCTARRAY_API void resize2 (octave_idx_type nr, octave_idx_type nc, const FloatComplex &rfv)
 Resizing (with fill). More...
 
void resize2 (octave_idx_type nr, octave_idx_type nc)
 Size of the specified dimension. More...
 
OCTARRAY_API void resize1 (octave_idx_type n, const FloatComplex &rfv)
 Size of the specified dimension. More...
 
void resize1 (octave_idx_type n)
 Size of the specified dimension. More...
 
OCTARRAY_API void assign (const octave::idx_vector &i, const Array< FloatComplex, Alloc > &rhs, const FloatComplex &rfv)
 Indexed assignment (always with resize & fill). More...
 
void assign (const octave::idx_vector &i, const Array< FloatComplex, Alloc > &rhs)
 Size of the specified dimension. More...
 
OCTARRAY_API void assign (const octave::idx_vector &i, const octave::idx_vector &j, const Array< FloatComplex, Alloc > &rhs, const FloatComplex &rfv)
 Size of the specified dimension. More...
 
void assign (const octave::idx_vector &i, const octave::idx_vector &j, const Array< FloatComplex, Alloc > &rhs)
 Size of the specified dimension. More...
 
OCTARRAY_API void assign (const Array< octave::idx_vector > &ia, const Array< FloatComplex, Alloc > &rhs, const FloatComplex &rfv)
 Size of the specified dimension. More...
 
void assign (const Array< octave::idx_vector > &ia, const Array< FloatComplex, Alloc > &rhs)
 Size of the specified dimension. More...
 
OCTARRAY_API void delete_elements (const octave::idx_vector &i)
 Deleting elements. More...
 
OCTARRAY_API void delete_elements (int dim, const octave::idx_vector &i)
 A(:,...,I,...,:) = [] (>= 2 subscripts, one of them is non-colon) More...
 
OCTARRAY_API void delete_elements (const Array< octave::idx_vector > &ia)
 Dispatcher to the above two. More...
 
OCTARRAY_API Array< FloatComplex, Alloc > & insert (const Array< FloatComplex, Alloc > &a, const Array< octave_idx_type > &idx)
 Insert an array into another at a specified position. More...
 
OCTARRAY_API Array< FloatComplex, Alloc > & insert (const Array< FloatComplex, Alloc > &a, octave_idx_type r, octave_idx_type c)
 This is just a special case for idx = [r c 0 ...]. More...
 
void maybe_economize (void)
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocsort (int dim=0, sortmode mode=ASCENDING) const
 Size of the specified dimension. More...
 
OCTARRAY_API Array< FloatComplex, Allocsort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const
 Size of the specified dimension. More...
 
OCTARRAY_API sortmode issorted (sortmode mode=UNSORTED) const
 Ordering is auto-detected or can be specified. More...
 
OCTARRAY_API Array< octave_idx_typesort_rows_idx (sortmode mode=ASCENDING) const
 Sort by rows returns only indices. More...
 
OCTARRAY_API sortmode is_sorted_rows (sortmode mode=UNSORTED) const
 Ordering is auto-detected or can be specified. More...
 
OCTARRAY_API octave_idx_type lookup (const FloatComplex &value, sortmode mode=UNSORTED) const
 Do a binary lookup in a sorted array. More...
 
OCTARRAY_API Array< octave_idx_typelookup (const Array< FloatComplex, Alloc > &values, sortmode mode=UNSORTED) const
 Ditto, but for an array of values, specializing on the case when values are sorted. More...
 
OCTARRAY_API Array< octave_idx_typefind (octave_idx_type n=-1, bool backward=false) const
 Find indices of (at most n) nonzero elements. More...
 
OCTARRAY_API Array< FloatComplex, Allocnth_element (const octave::idx_vector &n, int dim=0) const
 Returns the n-th element in increasing order, using the same ordering as used for sort. More...
 
Array< U, Amap (F fcn) const
 Apply function fcn to each element of the Array<T, Alloc>. More...
 
Array< U, Amap (U(&fcn)(FloatComplex)) const
 Overloads for function references. More...
 
Array< U, Amap (U(&fcn)(const FloatComplex &)) const
 Size of the specified dimension. More...
 
bool test (F fcn) const
 Generic any/all test functionality with arbitrary predicate. More...
 
bool test_any (F fcn) const
 Simpler calls. More...
 
bool test_any (bool(&fcn)(FloatComplex)) const
 Overloads for function references. More...
 
bool test_any (bool(&fcn)(const FloatComplex &)) const
 Size of the specified dimension. More...
 
bool test_all (F fcn) const
 Size of the specified dimension. More...
 
bool test_all (bool(&fcn)(FloatComplex)) const
 Size of the specified dimension. More...
 
bool test_all (bool(&fcn)(const FloatComplex &)) const
 Size of the specified dimension. More...
 
OCTARRAY_API bool optimize_dimensions (const dim_vector &dv)
 Returns true if this->dims () == dv, and if so, replaces this->m_dimensions by a shallow copy of dv. More...
 
static OCTARRAY_API void instantiation_guard ()
 Size of the specified dimension. More...
 
static OCTARRAY_API Array< FloatComplex, Alloccat (int dim, octave_idx_type n, const Array< FloatComplex, Alloc > *array_list)
 Concatenation along a specified (0-based) dimension, equivalent to cat(). More...
 

Detailed Description

Definition at line 39 of file fCDiagMatrix.h.

Member Typedef Documentation

◆ compare_fcn_type

typedef bool(* Array< FloatComplex , Alloc >::compare_fcn_type) (typename ref_param< FloatComplex >::type, typename ref_param< FloatComplex >::type)
inherited

Definition at line 239 of file Array.h.

◆ complex_elt_type

◆ crefT

typedef ref_param<FloatComplex >::type Array< FloatComplex , Alloc >::crefT
inherited

Definition at line 237 of file Array.h.

◆ element_type

◆ full_matrix_type

◆ real_elt_type

Definition at line 47 of file fCDiagMatrix.h.

◆ size_type

typedef octave_idx_type Array< FloatComplex , Alloc >::size_type
inherited

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

Definition at line 235 of file Array.h.

◆ value_type

typedef FloatComplex Array< FloatComplex , Alloc >::value_type
inherited

Definition at line 231 of file Array.h.

Constructor & Destructor Documentation

◆ FloatComplexDiagMatrix() [1/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( void  )
default

◆ FloatComplexDiagMatrix() [2/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( const FloatComplexDiagMatrix a)
default

◆ ~FloatComplexDiagMatrix()

FloatComplexDiagMatrix::~FloatComplexDiagMatrix ( void  )
default

◆ FloatComplexDiagMatrix() [3/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( octave_idx_type  r,
octave_idx_type  c 
)
inline

Definition at line 59 of file fCDiagMatrix.h.

◆ FloatComplexDiagMatrix() [4/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( octave_idx_type  r,
octave_idx_type  c,
const FloatComplex val 
)
inline

Definition at line 63 of file fCDiagMatrix.h.

◆ FloatComplexDiagMatrix() [5/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( const Array< FloatComplex > &  a)
inlineexplicit

Definition at line 67 of file fCDiagMatrix.h.

◆ FloatComplexDiagMatrix() [6/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( const Array< FloatComplex > &  a,
octave_idx_type  r,
octave_idx_type  c 
)
inline

Definition at line 70 of file fCDiagMatrix.h.

◆ FloatComplexDiagMatrix() [7/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( const Array< float > &  a)
inlineexplicit

Definition at line 74 of file fCDiagMatrix.h.

◆ FloatComplexDiagMatrix() [8/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( const FloatDiagMatrix a)
explicit

◆ FloatComplexDiagMatrix() [9/10]

FloatComplexDiagMatrix::FloatComplexDiagMatrix ( const MDiagArray2< FloatComplex > &  a)
inline

Definition at line 79 of file fCDiagMatrix.h.

◆ FloatComplexDiagMatrix() [10/10]

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

Definition at line 83 of file fCDiagMatrix.h.

Member Function Documentation

◆ abs()

FloatDiagMatrix FloatComplexDiagMatrix::abs ( void  ) const

◆ all_elements_are_real()

bool FloatComplexDiagMatrix::all_elements_are_real ( void  ) const

◆ array_value()

MArray< FloatComplex > MDiagArray2< FloatComplex >::array_value ( void  ) const
inlineinherited

Definition at line 86 of file MDiagArray2.h.

◆ as_column()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::as_column ( void  ) const
inlineinherited

Return the array as a column vector.

Definition at line 415 of file Array.h.

◆ as_matrix()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::as_matrix ( void  ) const
inlineinherited

Return the array as a matrix.

Definition at line 435 of file Array.h.

◆ as_row()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::as_row ( void  ) const
inlineinherited

Return the array as a row vector.

Definition at line 425 of file Array.h.

◆ assign() [1/6]

void Array< FloatComplex , Alloc >::assign ( const Array< octave::idx_vector > &  ia,
const Array< FloatComplex , Alloc > &  rhs 
)
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 701 of file Array.h.

◆ assign() [2/6]

void Array< FloatComplex , Alloc >::assign ( const Array< octave::idx_vector > &  ia,
const Array< FloatComplex , Alloc > &  rhs,
const FloatComplex rfv 
)
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 700 of file Array.cc.

◆ assign() [3/6]

void Array< FloatComplex , Alloc >::assign ( const octave::idx_vector i,
const Array< FloatComplex , Alloc > &  rhs 
)
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 687 of file Array.h.

◆ assign() [4/6]

void Array< FloatComplex , Alloc >::assign ( const octave::idx_vector i,
const Array< FloatComplex , Alloc > &  rhs,
const FloatComplex rfv 
)
inherited

Indexed assignment (always with resize & fill).

Definition at line 686 of file Array.cc.

◆ assign() [5/6]

void Array< FloatComplex , Alloc >::assign ( const octave::idx_vector i,
const octave::idx_vector j,
const Array< FloatComplex , Alloc > &  rhs 
)
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 695 of file Array.h.

◆ assign() [6/6]

void Array< FloatComplex , Alloc >::assign ( const octave::idx_vector i,
const octave::idx_vector j,
const Array< FloatComplex , Alloc > &  rhs,
const FloatComplex rfv 
)
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 692 of file Array.cc.

◆ build_diag_matrix()

DiagArray2< FloatComplex > DiagArray2< FloatComplex >::build_diag_matrix ( ) const
inlineinherited

Definition at line 109 of file DiagArray2.h.

◆ byte_size()

std::size_t DiagArray2< FloatComplex >::byte_size ( void  ) const
inlineinherited

Definition at line 99 of file DiagArray2.h.

◆ cat()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::cat ( int  dim,
octave_idx_type  n,
const Array< FloatComplex , Alloc > *  array_list 
)
staticinherited

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

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

Definition at line 788 of file Array.cc.

◆ check_idx()

bool DiagArray2< FloatComplex >::check_idx ( octave_idx_type  r,
octave_idx_type  c 
) const
privateinherited

Definition at line 183 of file DiagArray2.cc.

◆ checkelem() [1/8]

FloatComplex & Array< FloatComplex , Alloc >::checkelem ( const Array< octave_idx_type > &  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 532 of file Array.cc.

◆ checkelem() [2/8]

Array< FloatComplex , Alloc >::crefT Array< FloatComplex , Alloc >::checkelem ( const Array< octave_idx_type > &  ra_idx) const
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 562 of file Array.cc.

◆ checkelem() [3/8]

FloatComplex & Array< FloatComplex , Alloc >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
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 530 of file Array.cc.

◆ checkelem() [4/8]

Array< FloatComplex , Alloc >::crefT Array< FloatComplex , Alloc >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
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 559 of file Array.cc.

◆ checkelem() [5/8]

FloatComplex & Array< FloatComplex , Alloc >::checkelem ( octave_idx_type  n)
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 526 of file Array.cc.

◆ checkelem() [6/8]

Array< FloatComplex , Alloc >::crefT Array< FloatComplex , Alloc >::checkelem ( octave_idx_type  n) const
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 555 of file Array.cc.

◆ checkelem() [7/8]

FloatComplex & DiagArray2< FloatComplex >::checkelem ( octave_idx_type  r,
octave_idx_type  c 
)
inherited

Definition at line 138 of file DiagArray2.cc.

◆ checkelem() [8/8]

FloatComplex DiagArray2< FloatComplex >::checkelem ( octave_idx_type  r,
octave_idx_type  c 
) const
inlineinherited

Definition at line 130 of file DiagArray2.h.

◆ clear() [1/3]

void Array< FloatComplex , Alloc >::clear ( const dim_vector dv)
inherited

Definition at line 405 of file Array.cc.

◆ clear() [2/3]

void Array< FloatComplex , Alloc >::clear ( octave_idx_type  r,
octave_idx_type  c 
)
inlineinherited

Definition at line 407 of file Array.h.

◆ clear() [3/3]

void Array< FloatComplex , Alloc >::clear ( void  )
inherited

Definition at line 404 of file Array.cc.

◆ cols()

octave_idx_type DiagArray2< FloatComplex >::cols ( void  ) const
inlineinherited

Definition at line 90 of file DiagArray2.h.

◆ column() [1/2]

FloatComplexColumnVector FloatComplexDiagMatrix::column ( char *  s) const

◆ column() [2/2]

FloatComplexColumnVector FloatComplexDiagMatrix::column ( octave_idx_type  i) const

◆ columns()

octave_idx_type DiagArray2< FloatComplex >::columns ( void  ) const
inlineinherited

Definition at line 91 of file DiagArray2.h.

◆ compute_index() [1/3]

octave_idx_type Array< FloatComplex , Alloc >::compute_index ( const Array< octave_idx_type > &  ra_idx) const
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 495 of file Array.cc.

◆ compute_index() [2/3]

octave_idx_type Array< FloatComplex , Alloc >::compute_index ( octave_idx_type  i,
octave_idx_type  j 
) const
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 492 of file Array.cc.

◆ compute_index() [3/3]

octave_idx_type Array< FloatComplex , Alloc >::compute_index ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
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 493 of file Array.cc.

◆ compute_index_unchecked()

octave_idx_type Array< FloatComplex , Alloc >::compute_index_unchecked ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 497 of file Array.h.

◆ data()

const FloatComplex * DiagArray2< FloatComplex >::data ( void  ) const
inlineinherited

Definition at line 169 of file DiagArray2.h.

◆ delete_elements() [1/3]

void Array< FloatComplex , Alloc >::delete_elements ( const Array< octave::idx_vector > &  ia)
inherited

Dispatcher to the above two.

Definition at line 717 of file Array.cc.

◆ delete_elements() [2/3]

void Array< FloatComplex , Alloc >::delete_elements ( const octave::idx_vector i)
inherited

Deleting elements.

A(I) = [] (with a single subscript)

Definition at line 711 of file Array.cc.

◆ delete_elements() [3/3]

void Array< FloatComplex , Alloc >::delete_elements ( int  dim,
const octave::idx_vector i 
)
inherited

A(:,...,I,...,:) = [] (>= 2 subscripts, one of them is non-colon)

Definition at line 714 of file Array.cc.

◆ determinant()

FloatComplexDET FloatComplexDiagMatrix::determinant ( void  ) const

◆ dgelem() [1/2]

FloatComplex & DiagArray2< FloatComplex >::dgelem ( octave_idx_type  i)
inlineinherited

Definition at line 127 of file DiagArray2.h.

◆ dgelem() [2/2]

FloatComplex DiagArray2< FloatComplex >::dgelem ( octave_idx_type  i) const
inlineinherited

Definition at line 124 of file DiagArray2.h.

◆ dgxelem() [1/2]

FloatComplex & DiagArray2< FloatComplex >::dgxelem ( octave_idx_type  i)
inlineinherited

Definition at line 152 of file DiagArray2.h.

◆ dgxelem() [2/2]

FloatComplex DiagArray2< FloatComplex >::dgxelem ( octave_idx_type  i) const
inlineinherited

Definition at line 155 of file DiagArray2.h.

◆ diag() [1/2]

MArray< FloatComplex > MDiagArray2< FloatComplex >::diag ( octave_idx_type  k = 0) const
inlineinherited

Definition at line 103 of file MDiagArray2.h.

◆ diag() [2/2]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::diag ( octave_idx_type  m,
octave_idx_type  n 
) const
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 781 of file Array.cc.

◆ diag_length()

octave_idx_type DiagArray2< FloatComplex >::diag_length ( void  ) const
inlineinherited

Definition at line 93 of file DiagArray2.h.

◆ dim1()

octave_idx_type DiagArray2< FloatComplex >::dim1 ( void  ) const
inlineinherited

Definition at line 86 of file DiagArray2.h.

◆ dim2()

octave_idx_type DiagArray2< FloatComplex >::dim2 ( void  ) const
inlineinherited

Definition at line 87 of file DiagArray2.h.

◆ dim3()

octave_idx_type Array< FloatComplex , Alloc >::dim3 ( void  ) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 465 of file Array.h.

◆ dims()

dim_vector DiagArray2< FloatComplex >::dims ( void  ) const
inlineinherited

Definition at line 101 of file DiagArray2.h.

◆ elem() [1/8]

FloatComplex & Array< FloatComplex , Alloc >::elem ( const Array< octave_idx_type > &  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 545 of file Array.h.

◆ elem() [2/8]

crefT Array< FloatComplex , Alloc >::elem ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 572 of file Array.h.

◆ elem() [3/8]

FloatComplex & Array< FloatComplex , Alloc >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
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 542 of file Array.h.

◆ elem() [4/8]

crefT Array< FloatComplex , Alloc >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 569 of file Array.h.

◆ elem() [5/8]

FloatComplex & Array< FloatComplex , Alloc >::elem ( octave_idx_type  n)
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 534 of file Array.h.

◆ elem() [6/8]

crefT Array< FloatComplex , Alloc >::elem ( octave_idx_type  n) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 564 of file Array.h.

◆ elem() [7/8]

Definition at line 122 of file DiagArray2.cc.

◆ elem() [8/8]

FloatComplex DiagArray2< FloatComplex >::elem ( octave_idx_type  r,
octave_idx_type  c 
) const
inlineinherited

Definition at line 117 of file DiagArray2.h.

◆ extract()

FloatComplexMatrix FloatComplexDiagMatrix::extract ( octave_idx_type  r1,
octave_idx_type  c1,
octave_idx_type  r2,
octave_idx_type  c2 
) const

◆ extract_diag()

FloatComplexColumnVector FloatComplexDiagMatrix::extract_diag ( octave_idx_type  k = 0) const
inline

◆ fill() [1/13]

◆ fill() [2/13]

◆ fill() [3/13]

void Array< FloatComplex , Alloc >::fill ( const FloatComplex val)
inherited

Definition at line 402 of file Array.cc.

◆ fill() [4/13]

FloatComplexDiagMatrix & FloatComplexDiagMatrix::fill ( const FloatComplex val)

◆ fill() [5/13]

FloatComplexDiagMatrix & FloatComplexDiagMatrix::fill ( const FloatComplex val,
octave_idx_type  beg,
octave_idx_type  end 
)

◆ fill() [6/13]

◆ fill() [7/13]

◆ fill() [8/13]

◆ fill() [9/13]

◆ fill() [10/13]

◆ fill() [11/13]

◆ fill() [12/13]

FloatComplexDiagMatrix & FloatComplexDiagMatrix::fill ( float  val)

◆ fill() [13/13]

FloatComplexDiagMatrix & FloatComplexDiagMatrix::fill ( float  val,
octave_idx_type  beg,
octave_idx_type  end 
)

◆ find() [1/2]

Array< octave_idx_type > Array< FloatComplex , Alloc >::find ( octave_idx_type  n = -1,
bool  backward = false 
) const
inherited

Find indices of (at most n) nonzero elements.

If n is specified, backward specifies search from backward.

Definition at line 769 of file Array.cc.

◆ find() [2/2]

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

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

◆ fortran_vec()

FloatComplex * DiagArray2< FloatComplex >::fortran_vec ( void  )
inlineinherited

Definition at line 176 of file DiagArray2.h.

◆ hermitian() [1/2]

MDiagArray2< FloatComplex > MDiagArray2< FloatComplex >::hermitian ( FloatComplex (*)(const FloatComplex &)  fcn = nullptr) const
inlineinherited

Definition at line 107 of file MDiagArray2.h.

◆ hermitian() [2/2]

FloatComplexDiagMatrix FloatComplexDiagMatrix::hermitian ( void  ) const
inline

Definition at line 108 of file fCDiagMatrix.h.

References conj(), and MDiagArray2< T >::hermitian().

Referenced by oct_unop_hermitian().

◆ index() [1/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const Array< octave::idx_vector > &  ia) const
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 635 of file Array.cc.

◆ index() [2/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const Array< octave::idx_vector > &  ia,
bool  resize_ok 
) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 678 of file Array.h.

◆ index() [3/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const Array< octave::idx_vector > &  ia,
bool  resize_ok,
const FloatComplex rfv 
) const
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 676 of file Array.cc.

◆ index() [4/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const octave::idx_vector i) const
inherited

Indexing without resizing.

Definition at line 631 of file Array.cc.

◆ index() [5/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const octave::idx_vector i,
bool  resize_ok 
) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 662 of file Array.h.

◆ index() [6/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const octave::idx_vector i,
bool  resize_ok,
const FloatComplex rfv 
) const
inherited

Indexing with possible resizing and fill.

Definition at line 661 of file Array.cc.

◆ index() [7/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const octave::idx_vector i,
const octave::idx_vector j 
) const
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 633 of file Array.cc.

◆ index() [8/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const octave::idx_vector i,
const octave::idx_vector j,
bool  resize_ok 
) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 670 of file Array.h.

◆ index() [9/9]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::index ( const octave::idx_vector i,
const octave::idx_vector j,
bool  resize_ok,
const FloatComplex rfv 
) const
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 667 of file Array.cc.

◆ insert() [1/2]

Array< FloatComplex , Alloc > & Array< FloatComplex , Alloc >::insert ( const Array< FloatComplex , Alloc > &  a,
const Array< octave_idx_type > &  idx 
)
inherited

Insert an array into another at a specified position.

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

Definition at line 724 of file Array.cc.

◆ insert() [2/2]

Array< FloatComplex , Alloc > & Array< FloatComplex , Alloc >::insert ( const Array< FloatComplex , Alloc > &  a,
octave_idx_type  r,
octave_idx_type  c 
)
inherited

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

Definition at line 727 of file Array.cc.

◆ instantiation_guard() [1/14]

OCTAVE_API void Array< signedchar >::instantiation_guard ( )
privateinherited

Definition at line 54 of file Array-i.cc.

◆ instantiation_guard() [2/14]

OCTAVE_API void Array< long >::instantiation_guard ( )
privateinherited

Definition at line 57 of file Array-i.cc.

◆ instantiation_guard() [3/14]

OCTAVE_API void Array< unsignedchar >::instantiation_guard ( )
privateinherited

Definition at line 70 of file Array-i.cc.

◆ instantiation_guard() [4/14]

OCTAVE_API void Array< unsignedshort >::instantiation_guard ( )
privateinherited

Definition at line 71 of file Array-i.cc.

◆ instantiation_guard() [5/14]

OCTAVE_API void Array< unsignedint >::instantiation_guard ( )
privateinherited

Definition at line 72 of file Array-i.cc.

◆ instantiation_guard() [6/14]

OCTAVE_API void Array< octave_int8 >::instantiation_guard ( )
privateinherited

Definition at line 82 of file Array-i.cc.

◆ instantiation_guard() [7/14]

OCTAVE_API void Array< octave_int16 >::instantiation_guard ( )
privateinherited

Definition at line 83 of file Array-i.cc.

◆ instantiation_guard() [8/14]

OCTAVE_API void Array< octave_int32 >::instantiation_guard ( )
privateinherited

Definition at line 84 of file Array-i.cc.

◆ instantiation_guard() [9/14]

OCTAVE_API void Array< octave_int64 >::instantiation_guard ( )
privateinherited

Definition at line 85 of file Array-i.cc.

◆ instantiation_guard() [10/14]

OCTAVE_API void Array< octave_uint16 >::instantiation_guard ( )
privateinherited

Definition at line 93 of file Array-i.cc.

◆ instantiation_guard() [11/14]

OCTAVE_API void Array< octave_uint32 >::instantiation_guard ( )
privateinherited

Definition at line 94 of file Array-i.cc.

◆ instantiation_guard() [12/14]

OCTAVE_API void Array< octave::idx_vector >::instantiation_guard ( )
privateinherited

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

◆ instantiation_guard() [13/14]

OCTAVE_API void Array< short >::instantiation_guard ( )
privateinherited

Definition at line 47 of file Array-s.cc.

◆ instantiation_guard() [14/14]

void Array< FloatComplex , Alloc >::instantiation_guard
staticprivateinherited

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 889 of file Array.cc.

◆ inverse() [1/2]

◆ inverse() [2/2]

FloatComplexDiagMatrix FloatComplexDiagMatrix::inverse ( void  ) const

Definition at line 308 of file fCDiagMatrix.cc.

References inverse().

Referenced by inverse().

◆ ipermute()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::ipermute ( const Array< octave_idx_type > &  vec) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 602 of file Array.h.

◆ is_multiple_of_identity()

bool MDiagArray2< FloatComplex >::is_multiple_of_identity ( FloatComplex  val) const
inherited

Definition at line 110 of file MDiagArray2.cc.

◆ is_nd_vector()

bool Array< FloatComplex , Alloc >::is_nd_vector ( void  ) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 611 of file Array.h.

◆ is_shared()

bool Array< FloatComplex , Alloc >::is_shared ( void  )
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 625 of file Array.h.

◆ is_sorted_rows() [1/2]

sortmode Array< FloatComplex , Alloc >::is_sorted_rows ( sortmode  mode = UNSORTED) const
inherited

Ordering is auto-detected or can be specified.

Definition at line 753 of file Array.cc.

◆ is_sorted_rows() [2/2]

OCTAVE_API sortmode Array< octave::idx_vector >::is_sorted_rows ( sortmode  ) const
inherited

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

◆ isempty()

bool DiagArray2< FloatComplex >::isempty ( void  ) const
inlineinherited

Definition at line 103 of file DiagArray2.h.

◆ issorted() [1/2]

sortmode Array< FloatComplex , Alloc >::issorted ( sortmode  mode = UNSORTED) const
inherited

Ordering is auto-detected or can be specified.

Definition at line 747 of file Array.cc.

◆ issorted() [2/2]

OCTAVE_API sortmode Array< octave::idx_vector >::issorted ( sortmode  ) const
inherited

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

◆ issquare()

bool Array< FloatComplex , Alloc >::issquare ( void  ) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 605 of file Array.h.

◆ isvector()

bool Array< FloatComplex , Alloc >::isvector ( void  ) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 609 of file Array.h.

◆ length()

octave_idx_type DiagArray2< FloatComplex >::length ( void  ) const
inlineinherited

Definition at line 95 of file DiagArray2.h.

◆ linear_slice()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::linear_slice ( octave_idx_type  lo,
octave_idx_type  up 
) const
inherited

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

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

Definition at line 593 of file Array.cc.

◆ lookup() [1/4]

Array< octave_idx_type > Array< FloatComplex , Alloc >::lookup ( const Array< FloatComplex , Alloc > &  values,
sortmode  mode = UNSORTED 
) const
inherited

Ditto, but for an array of values, specializing on the case when values are sorted.

NaNs get the value N.

Definition at line 761 of file Array.cc.

◆ lookup() [2/4]

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

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

◆ lookup() [3/4]

octave_idx_type Array< FloatComplex , Alloc >::lookup ( const FloatComplex value,
sortmode  mode = UNSORTED 
) const
inherited

Do a binary lookup in a sorted array.

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

Definition at line 757 of file Array.cc.

◆ lookup() [4/4]

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

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

◆ make_unique()

void Array< FloatComplex , Alloc >::make_unique ( void  )
inlineinherited

Definition at line 215 of file Array.h.

◆ map() [1/3]

Array< U, A > Array< FloatComplex , Alloc >::map ( F  fcn) const
inlineinherited

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

This function is optimized with a manually unrolled loop.

Definition at line 799 of file Array.h.

◆ map() [2/3]

Array< U, A > Array< FloatComplex , Alloc >::map ( U(&)(const FloatComplex &)  fcn) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 844 of file Array.h.

◆ map() [3/3]

Array< U, A > Array< FloatComplex , Alloc >::map ( U(&)(FloatComplex fcn) const
inlineinherited

Overloads for function references.

Definition at line 835 of file Array.h.

◆ maybe_economize()

void Array< FloatComplex , Alloc >::maybe_economize ( void  )
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 729 of file Array.h.

◆ ndims()

int DiagArray2< FloatComplex >::ndims ( void  ) const
inlineinherited

Definition at line 105 of file DiagArray2.h.

◆ nelem()

octave_idx_type DiagArray2< FloatComplex >::nelem ( void  ) const
inlineinherited

Definition at line 96 of file DiagArray2.h.

◆ nil_rep()

Array< FloatComplex , Alloc >::ArrayRep * Array< FloatComplex , Alloc >::nil_rep ( void  )
staticprivateinherited

Definition at line 269 of file Array.cc.

◆ nnz()

octave_idx_type MDiagArray2< FloatComplex >::nnz ( void  ) const
inlineinherited

Definition at line 91 of file MDiagArray2.h.

◆ nth_element() [1/2]

OCTAVE_API Array< octave::idx_vector > Array< octave::idx_vector >::nth_element ( const octave::idx_vector ,
int   
) const
inherited

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

◆ nth_element() [2/2]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::nth_element ( const octave::idx_vector n,
int  dim = 0 
) const
inherited

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

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

Definition at line 775 of file Array.cc.

◆ numel()

octave_idx_type DiagArray2< FloatComplex >::numel ( void  ) const
inlineinherited

Definition at line 97 of file DiagArray2.h.

◆ operator!=()

Definition at line 58 of file fCDiagMatrix.cc.

◆ operator()() [1/8]

FloatComplex & Array< FloatComplex , Alloc >::operator() ( const Array< octave_idx_type > &  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 552 of file Array.h.

◆ operator()() [2/8]

crefT Array< FloatComplex , Alloc >::operator() ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 581 of file Array.h.

◆ operator()() [3/8]

FloatComplex & Array< FloatComplex , Alloc >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
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 550 of file Array.h.

◆ operator()() [4/8]

crefT Array< FloatComplex , Alloc >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 578 of file Array.h.

◆ operator()() [5/8]

FloatComplex & Array< FloatComplex , Alloc >::operator() ( octave_idx_type  n)
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 548 of file Array.h.

◆ operator()() [6/8]

crefT Array< FloatComplex , Alloc >::operator() ( octave_idx_type  n) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 575 of file Array.h.

◆ operator()() [7/8]

FloatComplex & DiagArray2< FloatComplex >::operator() ( octave_idx_type  r,
octave_idx_type  c 
)
inlineinherited

Definition at line 140 of file DiagArray2.h.

◆ operator()() [8/8]

FloatComplex DiagArray2< FloatComplex >::operator() ( octave_idx_type  r,
octave_idx_type  c 
) const
inlineinherited

Definition at line 133 of file DiagArray2.h.

◆ operator+=()

◆ operator-=()

OCTAVE_API FloatComplexDiagMatrix & FloatComplexDiagMatrix::operator-= ( const FloatDiagMatrix a)

◆ operator=()

FloatComplexDiagMatrix & FloatComplexDiagMatrix::operator= ( const FloatComplexDiagMatrix a)
default

◆ operator==()

◆ optimize_dimensions()

bool Array< FloatComplex , Alloc >::optimize_dimensions ( const dim_vector dv)
inherited

Returns true if this->dims () == dv, and if so, replaces this->m_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 886 of file Array.cc.

◆ page()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::page ( octave_idx_type  k) const
inherited

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

Definition at line 589 of file Array.cc.

◆ pages()

octave_idx_type Array< FloatComplex , Alloc >::pages ( void  ) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 466 of file Array.h.

◆ permute()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::permute ( const Array< octave_idx_type > &  vec,
bool  inv = false 
) const
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 601 of file Array.cc.

◆ print_info()

void DiagArray2< FloatComplex >::print_info ( std::ostream &  os,
const std::string &  prefix 
) const
inlineinherited

Definition at line 178 of file DiagArray2.h.

◆ pseudo_inverse()

◆ rcond()

float FloatComplexDiagMatrix::rcond ( void  ) const

◆ reshape() [1/2]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::reshape ( const dim_vector new_dims) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 598 of file Array.h.

◆ reshape() [2/2]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::reshape ( octave_idx_type  nr,
octave_idx_type  nc 
) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 595 of file Array.h.

◆ resize() [1/4]

void Array< FloatComplex , Alloc >::resize ( const dim_vector dv)
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 652 of file Array.h.

◆ resize() [2/4]

void Array< FloatComplex , Alloc >::resize ( const dim_vector dv,
const FloatComplex rfv 
)
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 651 of file Array.cc.

◆ resize() [3/4]

void DiagArray2< FloatComplex >::resize ( octave_idx_type  n,
octave_idx_type  m 
)
inlineinherited

Definition at line 159 of file DiagArray2.h.

◆ resize() [4/4]

void DiagArray2< FloatComplex >::resize ( octave_idx_type  n,
octave_idx_type  m,
const FloatComplex rfv 
)
inherited

Definition at line 158 of file DiagArray2.cc.

◆ resize1() [1/2]

void Array< FloatComplex , Alloc >::resize1 ( octave_idx_type  n)
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 649 of file Array.h.

◆ resize1() [2/2]

void Array< FloatComplex , Alloc >::resize1 ( octave_idx_type  n,
const FloatComplex rfv 
)
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 648 of file Array.cc.

◆ resize2() [1/2]

void Array< FloatComplex , Alloc >::resize2 ( octave_idx_type  nr,
octave_idx_type  nc 
)
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 643 of file Array.h.

◆ resize2() [2/2]

void Array< FloatComplex , Alloc >::resize2 ( octave_idx_type  nr,
octave_idx_type  nc,
const FloatComplex rfv 
)
inherited

Resizing (with fill).

Definition at line 642 of file Array.cc.

◆ resize_fill_value()

FloatComplex Array< FloatComplex , Alloc >::resize_fill_value ( void  ) const
virtualinherited

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 638 of file Array.cc.

◆ row() [1/2]

FloatComplexRowVector FloatComplexDiagMatrix::row ( char *  s) const

◆ row() [2/2]

FloatComplexRowVector FloatComplexDiagMatrix::row ( octave_idx_type  i) const

◆ rows()

octave_idx_type DiagArray2< FloatComplex >::rows ( void  ) const
inlineinherited

Definition at line 89 of file DiagArray2.h.

◆ size()

size_type Array< FloatComplex , Alloc >::size ( const size_type  d) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 476 of file Array.h.

◆ sort() [1/4]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::sort ( Array< octave_idx_type > &  sidx,
int  dim = 0,
sortmode  mode = ASCENDING 
) const
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 743 of file Array.cc.

◆ sort() [2/4]

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

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

◆ sort() [3/4]

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::sort ( int  dim = 0,
sortmode  mode = ASCENDING 
) const
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 742 of file Array.cc.

◆ sort() [4/4]

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

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

◆ sort_rows_idx() [1/2]

Array< octave_idx_type > Array< FloatComplex , Alloc >::sort_rows_idx ( sortmode  mode = ASCENDING) const
inherited

Sort by rows returns only indices.

Definition at line 750 of file Array.cc.

◆ sort_rows_idx() [2/2]

OCTAVE_API Array< octave_idx_type > Array< octave::idx_vector >::sort_rows_idx ( sortmode  ) const
inherited

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

◆ squeeze()

Array< FloatComplex , Alloc > Array< FloatComplex , Alloc >::squeeze ( void  ) const
inherited

Chop off leading singleton dimensions.

Definition at line 490 of file Array.cc.

◆ test()

bool Array< FloatComplex , Alloc >::test ( F  fcn) const
inlineinherited

Generic any/all test functionality with arbitrary predicate.

Definition at line 850 of file Array.h.

◆ test_all() [1/3]

bool Array< FloatComplex , Alloc >::test_all ( bool(&)(const FloatComplex &)  fcn) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 877 of file Array.h.

◆ test_all() [2/3]

bool Array< FloatComplex , Alloc >::test_all ( bool(&)(FloatComplex fcn) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 874 of file Array.h.

◆ test_all() [3/3]

bool Array< FloatComplex , Alloc >::test_all ( F  fcn) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 862 of file Array.h.

◆ test_any() [1/3]

bool Array< FloatComplex , Alloc >::test_any ( bool(&)(const FloatComplex &)  fcn) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 871 of file Array.h.

◆ test_any() [2/3]

bool Array< FloatComplex , Alloc >::test_any ( bool(&)(FloatComplex fcn) const
inlineinherited

Overloads for function references.

Definition at line 868 of file Array.h.

◆ test_any() [3/3]

bool Array< FloatComplex , Alloc >::test_any ( F  fcn) const
inlineinherited

Simpler calls.

Definition at line 858 of file Array.h.

◆ transpose()

FloatComplexDiagMatrix FloatComplexDiagMatrix::transpose ( void  ) const
inline

Definition at line 110 of file fCDiagMatrix.h.

References MDiagArray2< T >::transpose().

Referenced by oct_unop_transpose().

◆ xelem() [1/8]

FloatComplex & Array< FloatComplex , Alloc >::xelem ( const Array< octave_idx_type > &  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 517 of file Array.h.

◆ xelem() [2/8]

crefT Array< FloatComplex , Alloc >::xelem ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 520 of file Array.h.

◆ xelem() [3/8]

FloatComplex & Array< FloatComplex , Alloc >::xelem ( octave_idx_type  i,
octave_idx_type  j 
)
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 507 of file Array.h.

◆ xelem() [4/8]

FloatComplex & Array< FloatComplex , Alloc >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
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 512 of file Array.h.

◆ xelem() [5/8]

crefT Array< FloatComplex , Alloc >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 514 of file Array.h.

◆ xelem() [6/8]

FloatComplex & Array< FloatComplex , Alloc >::xelem ( octave_idx_type  n)
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 504 of file Array.h.

◆ xelem() [7/8]

crefT Array< FloatComplex , Alloc >::xelem ( octave_idx_type  n) const
inlineinherited

Size of the specified dimension.

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

Equivalent to Octave's 'size (A, DIM)'

Definition at line 505 of file Array.h.

◆ xelem() [8/8]

FloatComplex DiagArray2< FloatComplex >::xelem ( octave_idx_type  r,
octave_idx_type  c 
) const
inlineinherited

Definition at line 147 of file DiagArray2.h.

Friends And Related Function Documentation

◆ conj

Definition at line 218 of file fCDiagMatrix.cc.

◆ operator<<

OCTAVE_API std::ostream & operator<< ( std::ostream &  os,
const FloatComplexDiagMatrix a 
)
friend

Definition at line 501 of file fCDiagMatrix.cc.

Member Data Documentation

◆ m_d1

octave_idx_type DiagArray2< FloatComplex >::m_d1
protectedinherited

Definition at line 45 of file DiagArray2.h.

◆ m_d2

octave_idx_type DiagArray2< FloatComplex >::m_d2
protectedinherited

Definition at line 45 of file DiagArray2.h.

◆ m_dimensions

dim_vector Array< FloatComplex , Alloc >::m_dimensions
protectedinherited

Definition at line 244 of file Array.h.

◆ m_rep

Array<FloatComplex ,Alloc>::ArrayRep* Array< FloatComplex , Alloc >::m_rep
protectedinherited

Definition at line 246 of file Array.h.

◆ m_slice_data

FloatComplex * Array< FloatComplex , Alloc >::m_slice_data
protectedinherited

Definition at line 255 of file Array.h.

◆ m_slice_len

octave_idx_type Array< FloatComplex , Alloc >::m_slice_len
protectedinherited

Definition at line 256 of file Array.h.


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