Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions | Friends

FloatComplexMatrix Class Reference

#include "fCMatrix.h"

Inheritance diagram for FloatComplexMatrix:
Inheritance graph
[legend]
Collaboration diagram for FloatComplexMatrix:
Collaboration graph
[legend]

List of all members.

Public Types

typedef FloatComplexColumnVector column_vector_type
typedef bool(* compare_fcn_type )(typename ref_param< FloatComplex >::type, typename ref_param< FloatComplex >::type)
typedef ref_param
< FloatComplex >::type 
crefT
typedef FloatComplex element_type
typedef FloatComplexRowVector row_vector_type
typedef void(* solve_singularity_handler )(float rcon)

Public Member Functions

 FloatComplexMatrix (void)
 FloatComplexMatrix (octave_idx_type r, octave_idx_type c)
 FloatComplexMatrix (const dim_vector &dv)
template<class U >
 FloatComplexMatrix (const Array< U > &a)
 FloatComplexMatrix (const boolMatrix &a)
 FloatComplexMatrix (const charMatrix &a)
 FloatComplexMatrix (const FloatMatrix &a)
 FloatComplexMatrix (const FloatMatrix &re, const FloatMatrix &im)
 FloatComplexMatrix (const dim_vector &dv, const FloatComplex &val)
 FloatComplexMatrix (const FloatRowVector &rv)
 FloatComplexMatrix (const FloatColumnVector &cv)
 FloatComplexMatrix (octave_idx_type r, octave_idx_type c, const FloatComplex &val)
 FloatComplexMatrix (const FloatComplexMatrix &a)
 FloatComplexMatrix (const FloatDiagMatrix &a)
 FloatComplexMatrix (const FloatComplexRowVector &rv)
template<class U >
 FloatComplexMatrix (const MArray< U > &a)
 FloatComplexMatrix (const FloatComplexColumnVector &cv)
 FloatComplexMatrix (const FloatComplexDiagMatrix &a)
FloatMatrix abs (void) const
boolMatrix all (int dim=-1) const
bool all_elements_are_real (void) const
bool all_integers (float &max_val, float &min_val) const
boolMatrix any (int dim=-1) const
bool any_element_is_inf_or_nan (void) const
bool any_element_is_nan (void) const
FloatComplexMatrix append (const FloatMatrix &a) const
FloatComplexMatrix append (const FloatRowVector &a) const
FloatComplexMatrix append (const FloatColumnVector &a) const
FloatComplexMatrix append (const FloatDiagMatrix &a) const
FloatComplexMatrix append (const FloatComplexMatrix &a) const
FloatComplexMatrix append (const FloatComplexRowVector &a) const
FloatComplexMatrix append (const FloatComplexColumnVector &a) const
FloatComplexMatrix append (const FloatComplexDiagMatrix &a) const
Array< FloatComplexas_column (void) const
Array< FloatComplexas_matrix (void) const
Array< FloatComplexas_row (void) const
void assign (const idx_vector &i, const Array< FloatComplex > &rhs, const FloatComplex &rfv=resize_fill_value())
void assign (const idx_vector &i, const idx_vector &j, const Array< FloatComplex > &rhs, const FloatComplex &rfv=resize_fill_value())
void assign (const Array< idx_vector > &ia, const Array< FloatComplex > &rhs, const FloatComplex &rfv=resize_fill_value())
size_t byte_size (void) const
octave_idx_type capacity (void) const
void changesign (void)
FloatComplexcheckelem (octave_idx_type n)
FloatComplexcheckelem (octave_idx_type i, octave_idx_type j)
FloatComplexcheckelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
FloatComplexcheckelem (const Array< octave_idx_type > &ra_idx)
crefT checkelem (octave_idx_type n) const
crefT checkelem (octave_idx_type i, octave_idx_type j) const
crefT checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
crefT checkelem (const Array< octave_idx_type > &ra_idx) const
void chop_trailing_singletons (void) GCC_ATTR_DEPRECATED
void clear (void)
void clear (octave_idx_type r, octave_idx_type c)
void clear (const dim_vector &dv)
octave_idx_type cols (void) const
FloatComplexColumnVector column (octave_idx_type i) const
bool column_is_real_only (octave_idx_type) const
FloatComplexRowVector column_max (void) const
FloatComplexRowVector column_max (Array< octave_idx_type > &index) const
FloatComplexRowVector column_min (void) const
FloatComplexRowVector column_min (Array< octave_idx_type > &index) const
octave_idx_type columns (void) const
octave_idx_type compute_index (octave_idx_type i, octave_idx_type j) const
octave_idx_type compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
octave_idx_type compute_index (const Array< octave_idx_type > &ra_idx) const
octave_idx_type compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const
FloatComplexMatrix cumprod (int dim=-1) const
FloatComplexMatrix cumsum (int dim=-1) const
const FloatComplexdata (void) const
void delete_elements (const idx_vector &i)
void delete_elements (int dim, const idx_vector &i)
void delete_elements (const Array< idx_vector > &ia)
FloatComplexDET determinant (void) const
FloatComplexDET determinant (octave_idx_type &info) const
FloatComplexDET determinant (octave_idx_type &info, float &rcon, int calc_cond=1) const
FloatComplexDET determinant (MatrixType &mattype, octave_idx_type &info, float &rcon, int calc_cond=1) const
FloatComplexMatrix diag (octave_idx_type k=0) const
octave_idx_type dim1 (void) const
octave_idx_type dim2 (void) const
octave_idx_type dim3 (void) const
const dim_vectordims (void) const
FloatComplexelem (octave_idx_type n)
FloatComplexelem (octave_idx_type i, octave_idx_type j)
FloatComplexelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
FloatComplexelem (const Array< octave_idx_type > &ra_idx)
crefT elem (octave_idx_type n) const
crefT elem (octave_idx_type i, octave_idx_type j) const
crefT elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
crefT elem (const Array< octave_idx_type > &ra_idx) const
FloatComplexMatrix extract (octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) const
FloatComplexMatrix extract_n (octave_idx_type r1, octave_idx_type c1, octave_idx_type nr, octave_idx_type nc) const
FloatComplexMatrixfill (const FloatComplex &val)
FloatComplexMatrixfill (float val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2)
FloatComplexMatrixfill (const FloatComplex &val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2)
FloatComplexMatrixfill (float val)
Array< octave_idx_typefind (octave_idx_type n=-1, bool backward=false) const
const FloatComplexfortran_vec (void) const
FloatComplexfortran_vec (void)
FloatComplexMatrix fourier (void) const
FloatComplexMatrix fourier2d (void) const
MArray< FloatComplexhermitian (FloatComplex(*fcn)(const FloatComplex &)=0) const
FloatComplexMatrix hermitian (void) const
void idx_add (const idx_vector &idx, FloatComplexval)
void idx_add (const idx_vector &idx, const MArray< FloatComplex > &vals)
void idx_add_nd (const idx_vector &idx, const MArray< FloatComplex > &vals, int dim=-1)
void idx_max (const idx_vector &idx, const MArray< FloatComplex > &vals)
void idx_min (const idx_vector &idx, const MArray< FloatComplex > &vals)
FloatComplexMatrix ifourier (void) const
FloatComplexMatrix ifourier2d (void) const
Array< FloatComplexindex (const idx_vector &i) const
Array< FloatComplexindex (const idx_vector &i, const idx_vector &j) const
Array< FloatComplexindex (const Array< idx_vector > &ia) const
Array< FloatComplexindex (const idx_vector &i, bool resize_ok, const FloatComplex &rfv=resize_fill_value()) const
Array< FloatComplexindex (const idx_vector &i, const idx_vector &j, bool resize_ok, const FloatComplex &rfv=resize_fill_value()) const
Array< FloatComplexindex (const Array< idx_vector > &ia, bool resize_ok, const FloatComplex &rfv=resize_fill_value()) const
FloatComplexMatrixinsert (const FloatComplexColumnVector &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrixinsert (const FloatMatrix &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrixinsert (const FloatDiagMatrix &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrixinsert (const FloatRowVector &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrixinsert (const FloatColumnVector &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrixinsert (const FloatComplexMatrix &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrixinsert (const FloatComplexRowVector &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrixinsert (const FloatComplexDiagMatrix &a, octave_idx_type r, octave_idx_type c)
Array< FloatComplex > & insert (const Array< FloatComplex > &a, const Array< octave_idx_type > &idx)
Array< FloatComplex > & insert (const Array< FloatComplex > &a, octave_idx_type r, octave_idx_type c)
FloatComplexMatrix inverse (MatrixType &mattype, octave_idx_type &info) const
FloatComplexMatrix inverse (octave_idx_type &info) const
FloatComplexMatrix inverse (void) const
FloatComplexMatrix inverse (octave_idx_type &info, float &rcon, int force=0, int calc_cond=1) const
FloatComplexMatrix inverse (MatrixType &mattype) const
FloatComplexMatrix inverse (MatrixType &mattype, octave_idx_type &info, float &rcon, int force=0, int calc_cond=1) const
MArray< FloatComplexipermute (const Array< octave_idx_type > &vec) const
bool is_empty (void) const
bool is_hermitian (void) const
bool is_shared (void)
sortmode is_sorted (sortmode mode=UNSORTED) const
sortmode is_sorted_rows (sortmode mode=UNSORTED) const
bool is_square (void) const
bool is_vector (void) const
octave_idx_type length (void) const
Array< FloatComplexlinear_slice (octave_idx_type lo, octave_idx_type up) const
octave_idx_type lookup (const FloatComplex &value, sortmode mode=UNSORTED) const
Array< octave_idx_typelookup (const Array< FloatComplex > &values, sortmode mode=UNSORTED) const
FloatComplexColumnVector lssolve (const FloatColumnVector &b, octave_idx_type &info) const
FloatComplexColumnVector lssolve (const FloatComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const
FloatComplexMatrix lssolve (const FloatComplexMatrix &b, octave_idx_type &info) const
FloatComplexColumnVector lssolve (const FloatColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const
FloatComplexColumnVector lssolve (const FloatComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const
FloatComplexMatrix lssolve (const FloatMatrix &b) const
FloatComplexMatrix lssolve (const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank) const
FloatComplexColumnVector lssolve (const FloatColumnVector &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const
FloatComplexColumnVector lssolve (const FloatColumnVector &b) const
FloatComplexMatrix lssolve (const FloatMatrix &b, octave_idx_type &info) const
FloatComplexMatrix lssolve (const FloatMatrix &b, octave_idx_type &info, octave_idx_type &rank) const
FloatComplexMatrix lssolve (const FloatMatrix &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const
FloatComplexMatrix lssolve (const FloatComplexMatrix &b) const
FloatComplexMatrix lssolve (const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const
FloatComplexColumnVector lssolve (const FloatComplexColumnVector &b, octave_idx_type &info) const
FloatComplexColumnVector lssolve (const FloatComplexColumnVector &b) const
void make_unique (void)
Array< U > map (U(&fcn)(FloatComplex)) const
Array< U > map (U(&fcn)(const FloatComplex &)) const
Array< U > map (F fcn) const
void maybe_economize (void)
void * mex_get_data (void) const
int ndims (void) const
octave_idx_type nelem (void) const
octave_idx_type nnz (void) const
Array< FloatComplexnth_element (const idx_vector &n, int dim=0) const
octave_idx_type numel (void) const
boolMatrix operator! (void) const
bool operator!= (const FloatComplexMatrix &a) const
FloatComplexoperator() (octave_idx_type n)
FloatComplexoperator() (octave_idx_type i, octave_idx_type j)
FloatComplexoperator() (const Array< octave_idx_type > &ra_idx)
FloatComplexoperator() (octave_idx_type i, octave_idx_type j, octave_idx_type k)
crefT operator() (const Array< octave_idx_type > &ra_idx) const
crefT operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
crefT operator() (octave_idx_type i, octave_idx_type j) const
crefT operator() (octave_idx_type n) const
FloatComplexMatrixoperator+= (const FloatMatrix &a)
FloatComplexMatrixoperator+= (const FloatComplexDiagMatrix &a)
FloatComplexMatrixoperator+= (const FloatDiagMatrix &a)
FloatComplexMatrixoperator-= (const FloatComplexDiagMatrix &a)
FloatComplexMatrixoperator-= (const FloatDiagMatrix &a)
FloatComplexMatrixoperator-= (const FloatMatrix &a)
FloatComplexMatrixoperator= (const FloatComplexMatrix &a)
bool operator== (const FloatComplexMatrix &a) const
bool optimize_dimensions (const dim_vector &dv)
Array< FloatComplexpage (octave_idx_type k) const
octave_idx_type pages (void) const
MArray< FloatComplexpermute (const Array< octave_idx_type > &vec, bool inv=false) const
void print_info (std::ostream &os, const std::string &prefix) const
FloatComplexMatrix prod (int dim=-1) const
FloatComplexMatrix pseudo_inverse (float tol=0.0) const
float rcond (void) const
float rcond (MatrixType &mattype) const
MArray< FloatComplexreshape (const dim_vector &new_dims) const
Array< FloatComplexreshape (octave_idx_type nr, octave_idx_type nc) const
void resize (octave_idx_type n) GCC_ATTR_DEPRECATED
void resize (const dim_vector &dv, const FloatComplex &rfv=resize_fill_value())
void resize (octave_idx_type nr, octave_idx_type nc, const FloatComplex &rfv=resize_fill_value())
void resize1 (octave_idx_type n, const FloatComplex &rfv=resize_fill_value())
FloatComplexRowVector row (octave_idx_type i) const
bool row_is_real_only (octave_idx_type) const
FloatComplexColumnVector row_max (Array< octave_idx_type > &index) const
FloatComplexColumnVector row_max (void) const
FloatComplexColumnVector row_min (void) const
FloatComplexColumnVector row_min (Array< octave_idx_type > &index) const
octave_idx_type rows (void) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const
FloatComplexColumnVector solve (const FloatComplexColumnVector &b, octave_idx_type &info) const
FloatComplexMatrix solve (MatrixType &typ, const FloatMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, bool singular_fallback=true, blas_trans_type transt=blas_no_trans) const
FloatComplexMatrix solve (MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, bool singular_fallback=true, blas_trans_type transt=blas_no_trans) const
FloatComplexMatrix solve (MatrixType &typ, const FloatComplexMatrix &b) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatColumnVector &b) const
FloatComplexColumnVector solve (const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const
FloatComplexMatrix solve (MatrixType &typ, const FloatMatrix &b, octave_idx_type &info) const
FloatComplexColumnVector solve (const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info, float &rcon) const
FloatComplexMatrix solve (const FloatMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const
FloatComplexMatrix solve (const FloatMatrix &b, octave_idx_type &info) const
FloatComplexMatrix solve (MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info) const
FloatComplexMatrix solve (const FloatMatrix &b) const
FloatComplexMatrix solve (const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const
FloatComplexColumnVector solve (const FloatColumnVector &b) const
FloatComplexMatrix solve (MatrixType &typ, const FloatMatrix &b, octave_idx_type &info, float &rcon) const
FloatComplexMatrix solve (const FloatComplexMatrix &b, octave_idx_type &info) const
FloatComplexMatrix solve (const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info) const
FloatComplexColumnVector solve (const FloatColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatComplexColumnVector &b) const
FloatComplexColumnVector solve (const FloatComplexColumnVector &b) const
FloatComplexMatrix solve (const FloatMatrix &b, octave_idx_type &info, float &rcon) const
FloatComplexColumnVector solve (const FloatColumnVector &b, octave_idx_type &info, float &rcon) const
FloatComplexMatrix solve (MatrixType &typ, const FloatMatrix &b) const
FloatComplexMatrix solve (MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) const
FloatComplexColumnVector solve (MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) const
FloatComplexMatrix solve (const FloatComplexMatrix &b) const
FloatComplexColumnVector solve (const FloatColumnVector &b, octave_idx_type &info) const
Array< FloatComplexsort (int dim=0, sortmode mode=ASCENDING) const
Array< FloatComplexsort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const
Array< octave_idx_typesort_rows_idx (sortmode mode=ASCENDING) const
MArray squeeze (void) const
FloatComplexMatrix stack (const FloatComplexMatrix &a) const
FloatComplexMatrix stack (const FloatColumnVector &a) const
FloatComplexMatrix stack (const FloatComplexColumnVector &a) const
FloatComplexMatrix stack (const FloatDiagMatrix &a) const
FloatComplexMatrix stack (const FloatComplexRowVector &a) const
FloatComplexMatrix stack (const FloatRowVector &a) const
FloatComplexMatrix stack (const FloatComplexDiagMatrix &a) const
FloatComplexMatrix stack (const FloatMatrix &a) const
FloatComplexMatrix sum (int dim=-1) const
FloatComplexMatrix sumsq (int dim=-1) const
bool test (F fcn) const
bool test_all (bool(&fcn)(const FloatComplex &)) const
bool test_all (F fcn) const
bool test_all (bool(&fcn)(FloatComplex)) const
bool test_any (bool(&fcn)(FloatComplex)) const
bool test_any (bool(&fcn)(const FloatComplex &)) const
bool test_any (F fcn) const
bool too_large_for_float (void) const
FloatComplexMatrix transpose (void) const
crefT xelem (const Array< octave_idx_type > &ra_idx) const
crefT xelem (octave_idx_type n) const
FloatComplexxelem (octave_idx_type n)
FloatComplexxelem (const Array< octave_idx_type > &ra_idx)
crefT xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
FloatComplexxelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
crefT xelem (octave_idx_type i, octave_idx_type j) const
FloatComplexxelem (octave_idx_type i, octave_idx_type j)

Static Public Member Functions

static Array< FloatComplexcat (int dim, octave_idx_type n, const Array< FloatComplex > *array_list)
static FloatComplex resize_fill_value (void)

Protected Attributes

dim_vector dimensions
Array< FloatComplex >::ArrayRep * rep
FloatComplexslice_data
octave_idx_type slice_len

Private Member Functions

FloatComplexMatrix finverse (MatrixType &mattype, octave_idx_type &info, float &rcon, int force, int calc_cond) const
FloatComplexMatrix fsolve (MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, bool calc_cond=false) const
FloatComplexMatrix ltsolve (MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, bool calc_cond=false, blas_trans_type transt=blas_no_trans) const
FloatComplexMatrix tinverse (MatrixType &mattype, octave_idx_type &info, float &rcon, int force, int calc_cond) const
FloatComplexMatrix utsolve (MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, bool calc_cond=false, blas_trans_type transt=blas_no_trans) const

Friends

OCTAVE_API FloatComplexMatrix conj (const FloatComplexMatrix &a)
OCTAVE_API std::ostream & operator<< (std::ostream &os, const FloatComplexMatrix &a)
OCTAVE_API std::istream & operator>> (std::istream &is, FloatComplexMatrix &a)

Detailed Description

Definition at line 35 of file fCMatrix.h.


Member Typedef Documentation

Definition at line 41 of file fCMatrix.h.

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

Definition at line 127 of file Array.h.

typedef ref_param<FloatComplex >::type Array< FloatComplex >::crefT [inherited]

Definition at line 125 of file Array.h.

typedef FloatComplex Array< FloatComplex >::element_type [inherited]

Definition at line 123 of file Array.h.

Definition at line 42 of file fCMatrix.h.

Definition at line 44 of file fCMatrix.h.


Constructor & Destructor Documentation

FloatComplexMatrix::FloatComplexMatrix ( void   )  [inline]

Definition at line 46 of file fCMatrix.h.

Referenced by inverse(), lssolve(), pseudo_inverse(), and solve().

FloatComplexMatrix::FloatComplexMatrix ( octave_idx_type  r,
octave_idx_type  c 
) [inline]

Definition at line 48 of file fCMatrix.h.

FloatComplexMatrix::FloatComplexMatrix ( octave_idx_type  r,
octave_idx_type  c,
const FloatComplex val 
) [inline]

Definition at line 51 of file fCMatrix.h.

FloatComplexMatrix::FloatComplexMatrix ( const dim_vector dv  )  [inline]

Definition at line 55 of file fCMatrix.h.

FloatComplexMatrix::FloatComplexMatrix ( const dim_vector dv,
const FloatComplex val 
) [inline]

Definition at line 58 of file fCMatrix.h.

FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexMatrix a  )  [inline]

Definition at line 61 of file fCMatrix.h.

template<class U >
FloatComplexMatrix::FloatComplexMatrix ( const MArray< U > &  a  )  [inline]

Definition at line 65 of file fCMatrix.h.

template<class U >
FloatComplexMatrix::FloatComplexMatrix ( const Array< U > &  a  )  [inline]

Definition at line 69 of file fCMatrix.h.

FloatComplexMatrix::FloatComplexMatrix ( const FloatMatrix a  )  [explicit]

Definition at line 265 of file fCMatrix.cc.

FloatComplexMatrix::FloatComplexMatrix ( const FloatRowVector rv  )  [explicit]

Definition at line 270 of file fCMatrix.cc.

FloatComplexMatrix::FloatComplexMatrix ( const FloatColumnVector cv  )  [explicit]

Definition at line 275 of file fCMatrix.cc.

FloatComplexMatrix::FloatComplexMatrix ( const FloatDiagMatrix a  )  [explicit]
FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexRowVector rv  )  [explicit]

Definition at line 287 of file fCMatrix.cc.

FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexColumnVector cv  )  [explicit]

Definition at line 292 of file fCMatrix.cc.

FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexDiagMatrix a  )  [explicit]
FloatComplexMatrix::FloatComplexMatrix ( const boolMatrix a  )  [explicit]

Definition at line 307 of file fCMatrix.cc.

FloatComplexMatrix::FloatComplexMatrix ( const charMatrix a  )  [explicit]
FloatComplexMatrix::FloatComplexMatrix ( const FloatMatrix re,
const FloatMatrix im 
)

Member Function Documentation

FloatMatrix FloatComplexMatrix::abs ( void   )  const

Definition at line 3234 of file fCMatrix.cc.

Referenced by column_max(), column_min(), finverse(), fsolve(), rcond(), row_max(), and row_min().

boolMatrix FloatComplexMatrix::all ( int  dim = -1  )  const

Definition at line 3193 of file fCMatrix.cc.

bool FloatComplexMatrix::all_elements_are_real ( void   )  const

Definition at line 3104 of file fCMatrix.cc.

bool FloatComplexMatrix::all_integers ( float max_val,
float min_val 
) const
boolMatrix FloatComplexMatrix::any ( int  dim = -1  )  const

Definition at line 3199 of file fCMatrix.cc.

bool FloatComplexMatrix::any_element_is_inf_or_nan ( void   )  const

Definition at line 3096 of file fCMatrix.cc.

Referenced by DEFUN_DLD(), and FloatEIG::init().

bool FloatComplexMatrix::any_element_is_nan ( void   )  const

Definition at line 3090 of file fCMatrix.cc.

Referenced by operator!().

FloatComplexMatrix FloatComplexMatrix::append ( const FloatRowVector a  )  const
FloatComplexMatrix FloatComplexMatrix::append ( const FloatColumnVector a  )  const
FloatComplexMatrix FloatComplexMatrix::append ( const FloatDiagMatrix a  )  const
FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexMatrix a  )  const
FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexRowVector a  )  const
FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexColumnVector a  )  const
FloatComplexMatrix FloatComplexMatrix::append ( const FloatMatrix a  )  const
FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexDiagMatrix a  )  const
Array<FloatComplex > Array< FloatComplex >::as_column ( void   )  const [inline, inherited]

Definition at line 274 of file Array.h.

Array<FloatComplex > Array< FloatComplex >::as_matrix ( void   )  const [inline, inherited]

Definition at line 294 of file Array.h.

Array<FloatComplex > Array< FloatComplex >::as_row ( void   )  const [inline, inherited]

Definition at line 284 of file Array.h.

void Array< FloatComplex >::assign ( const idx_vector i,
const Array< FloatComplex > &  rhs,
const FloatComplex rfv = resize_fill_value () 
) [inherited]
void Array< FloatComplex >::assign ( const idx_vector i,
const idx_vector j,
const Array< FloatComplex > &  rhs,
const FloatComplex rfv = resize_fill_value () 
) [inherited]
void Array< FloatComplex >::assign ( const Array< idx_vector > &  ia,
const Array< FloatComplex > &  rhs,
const FloatComplex rfv = resize_fill_value () 
) [inherited]
size_t Array< FloatComplex >::byte_size ( void   )  const [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 308 of file Array.h.

octave_idx_type Array< FloatComplex >::capacity ( void   )  const [inline, inherited]

Definition at line 264 of file Array.h.

static Array<FloatComplex > Array< FloatComplex >::cat ( int  dim,
octave_idx_type  n,
const Array< FloatComplex > *  array_list 
) [static, inherited]
void MArray< FloatComplex >::changesign ( void   )  [inherited]

Reimplemented in FloatComplexNDArray.

FloatComplex & Array< FloatComplex >::checkelem ( octave_idx_type  n  )  [inherited]
FloatComplex & Array< FloatComplex >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
) [inherited]

Reimplemented in DiagArray2< FloatComplex >.

FloatComplex & Array< FloatComplex >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inherited]
FloatComplex & Array< FloatComplex >::checkelem ( const Array< octave_idx_type > &  ra_idx  )  [inherited]
crefT Array< FloatComplex >::checkelem ( octave_idx_type  n  )  const [inherited]
crefT Array< FloatComplex >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
) const [inherited]

Reimplemented in DiagArray2< FloatComplex >.

crefT Array< FloatComplex >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inherited]
crefT Array< FloatComplex >::checkelem ( const Array< octave_idx_type > &  ra_idx  )  const [inherited]
void Array< FloatComplex >::chop_trailing_singletons ( void   )  [inline, inherited]

Definition at line 315 of file Array.h.

void Array< FloatComplex >::clear ( void   )  [inherited]
void Array< FloatComplex >::clear ( octave_idx_type  r,
octave_idx_type  c 
) [inline, inherited]

Definition at line 261 of file Array.h.

void Array< FloatComplex >::clear ( const dim_vector dv  )  [inherited]
octave_idx_type Array< FloatComplex >::cols ( void   )  const [inline, inherited]
FloatComplexColumnVector FloatComplexMatrix::column ( octave_idx_type  i  )  const

Reimplemented from Array< FloatComplex >.

Definition at line 955 of file fCMatrix.cc.

References idx_vector::colon, and Array< FloatComplex >::index().

Referenced by FloatComplexQR::insert_col(), and solve().

bool FloatComplexMatrix::column_is_real_only ( octave_idx_type  j  )  const

Definition at line 3265 of file fCMatrix.cc.

References Array< FloatComplex >::elem(), imag(), and Array< FloatComplex >::rows().

Referenced by column_max(), and column_min().

FloatComplexRowVector FloatComplexMatrix::column_max ( void   )  const

Definition at line 3506 of file fCMatrix.cc.

FloatComplexRowVector FloatComplexMatrix::column_max ( Array< octave_idx_type > &  index  )  const
FloatComplexRowVector FloatComplexMatrix::column_min ( void   )  const

Definition at line 3432 of file fCMatrix.cc.

FloatComplexRowVector FloatComplexMatrix::column_min ( Array< octave_idx_type > &  index  )  const
octave_idx_type Array< FloatComplex >::columns ( void   )  const [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 305 of file Array.h.

Referenced by inverse(), and row_is_real_only().

octave_idx_type Array< FloatComplex >::compute_index ( octave_idx_type  i,
octave_idx_type  j 
) const [inherited]
octave_idx_type Array< FloatComplex >::compute_index ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inherited]
octave_idx_type Array< FloatComplex >::compute_index ( const Array< octave_idx_type > &  ra_idx  )  const [inherited]
octave_idx_type Array< FloatComplex >::compute_index_unchecked ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 322 of file Array.h.

FloatComplexMatrix FloatComplexMatrix::cumprod ( int  dim = -1  )  const

Definition at line 3205 of file fCMatrix.cc.

FloatComplexMatrix FloatComplexMatrix::cumsum ( int  dim = -1  )  const

Definition at line 3211 of file fCMatrix.cc.

const FloatComplex * Array< FloatComplex >::data ( void   )  const [inline, inherited]
void Array< FloatComplex >::delete_elements ( const idx_vector i  )  [inherited]
void Array< FloatComplex >::delete_elements ( int  dim,
const idx_vector i 
) [inherited]
void Array< FloatComplex >::delete_elements ( const Array< idx_vector > &  ia  )  [inherited]
FloatComplexDET FloatComplexMatrix::determinant ( void   )  const

Definition at line 1543 of file fCMatrix.cc.

Referenced by DEFUN_DLD(), and determinant().

FloatComplexDET FloatComplexMatrix::determinant ( octave_idx_type info  )  const

Definition at line 1551 of file fCMatrix.cc.

References determinant().

FloatComplexDET FloatComplexMatrix::determinant ( octave_idx_type info,
float rcon,
int  calc_cond = 1 
) const

Definition at line 1558 of file fCMatrix.cc.

References determinant().

FloatComplexDET FloatComplexMatrix::determinant ( MatrixType mattype,
octave_idx_type info,
float rcon,
int  calc_cond = 1 
) const
FloatComplexMatrix FloatComplexMatrix::diag ( octave_idx_type  k = 0  )  const

Reimplemented from Array< FloatComplex >.

Definition at line 3240 of file fCMatrix.cc.

octave_idx_type Array< FloatComplex >::dim1 ( void   )  const [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 269 of file Array.h.

octave_idx_type Array< FloatComplex >::dim2 ( void   )  const [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 270 of file Array.h.

octave_idx_type Array< FloatComplex >::dim3 ( void   )  const [inline, inherited]

Definition at line 271 of file Array.h.

const dim_vector& Array< FloatComplex >::dims ( void   )  const [inline, inherited]
FloatComplex & Array< FloatComplex >::elem ( octave_idx_type  n  )  [inline, inherited]
FloatComplex & Array< FloatComplex >::elem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 359 of file Array.h.

FloatComplex & Array< FloatComplex >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 361 of file Array.h.

FloatComplex & Array< FloatComplex >::elem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 363 of file Array.h.

crefT Array< FloatComplex >::elem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 383 of file Array.h.

crefT Array< FloatComplex >::elem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 385 of file Array.h.

crefT Array< FloatComplex >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 387 of file Array.h.

crefT Array< FloatComplex >::elem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 389 of file Array.h.

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

Definition at line 932 of file fCMatrix.cc.

References Array< FloatComplex >::index().

Referenced by pseudo_inverse().

FloatComplexMatrix FloatComplexMatrix::extract_n ( octave_idx_type  r1,
octave_idx_type  c1,
octave_idx_type  nr,
octave_idx_type  nc 
) const

Definition at line 941 of file fCMatrix.cc.

References Array< FloatComplex >::index().

FloatComplexMatrix & FloatComplexMatrix::fill ( float  val  ) 
FloatComplexMatrix & FloatComplexMatrix::fill ( const FloatComplex val,
octave_idx_type  r1,
octave_idx_type  c1,
octave_idx_type  r2,
octave_idx_type  c2 
)
FloatComplexMatrix & FloatComplexMatrix::fill ( const FloatComplex val  ) 
FloatComplexMatrix & FloatComplexMatrix::fill ( float  val,
octave_idx_type  r1,
octave_idx_type  c1,
octave_idx_type  r2,
octave_idx_type  c2 
)
Array<octave_idx_type> Array< FloatComplex >::find ( octave_idx_type  n = -1,
bool  backward = false 
) const [inherited]
FloatComplexMatrix FloatComplexMatrix::finverse ( MatrixType mattype,
octave_idx_type info,
float rcon,
int  force,
int  calc_cond 
) const [private]
const FloatComplex * Array< FloatComplex >::fortran_vec ( void   )  const [inline, inherited]
FloatComplex * Array< FloatComplex >::fortran_vec ( void   )  [inherited]

Reimplemented in DiagArray2< FloatComplex >.

F77_RET_T FloatComplex *F77_RET_T FloatComplex FloatComplex *F77_RET_T FloatComplex FloatComplex *FloatComplexMatrix FloatComplexMatrix::fourier ( void   )  const
FloatComplexMatrix FloatComplexMatrix::fourier2d ( void   )  const
FloatComplexMatrix FloatComplexMatrix::fsolve ( MatrixType typ,
const FloatComplexMatrix b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
bool  calc_cond = false 
) const [private]
FloatComplexMatrix FloatComplexMatrix::hermitian ( void   )  const [inline]
MArray<FloatComplex > MArray< FloatComplex >::hermitian ( FloatComplex (*)(const FloatComplex &)  fcn = 0  )  const [inline, inherited]

Reimplemented from Array< FloatComplex >.

Definition at line 86 of file MArray.h.

void MArray< FloatComplex >::idx_add ( const idx_vector idx,
FloatComplex  val 
) [inherited]
void MArray< FloatComplex >::idx_add ( const idx_vector idx,
const MArray< FloatComplex > &  vals 
) [inherited]
void MArray< FloatComplex >::idx_add_nd ( const idx_vector idx,
const MArray< FloatComplex > &  vals,
int  dim = -1 
) [inherited]
void MArray< FloatComplex >::idx_max ( const idx_vector idx,
const MArray< FloatComplex > &  vals 
) [inherited]
void MArray< FloatComplex >::idx_min ( const idx_vector idx,
const MArray< FloatComplex > &  vals 
) [inherited]
FloatComplexMatrix FloatComplexMatrix::ifourier ( void   )  const
FloatComplexMatrix FloatComplexMatrix::ifourier2d ( void   )  const
Array<FloatComplex > Array< FloatComplex >::index ( const Array< idx_vector > &  ia  )  const [inherited]
Array<FloatComplex > Array< FloatComplex >::index ( const idx_vector i  )  const [inherited]

Referenced by column(), extract(), extract_n(), and row().

Array<FloatComplex > Array< FloatComplex >::index ( const idx_vector i,
const idx_vector j 
) const [inherited]
Array<FloatComplex > Array< FloatComplex >::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok,
const FloatComplex rfv = resize_fill_value () 
) const [inherited]
Array<FloatComplex > Array< FloatComplex >::index ( const Array< idx_vector > &  ia,
bool  resize_ok,
const FloatComplex rfv = resize_fill_value () 
) const [inherited]
Array<FloatComplex > Array< FloatComplex >::index ( const idx_vector i,
bool  resize_ok,
const FloatComplex rfv = resize_fill_value () 
) const [inherited]
FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatDiagMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)
FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatComplexMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 464 of file fCMatrix.cc.

References insert().

FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatComplexRowVector a,
octave_idx_type  r,
octave_idx_type  c 
)
FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatComplexColumnVector a,
octave_idx_type  r,
octave_idx_type  c 
)
Array<FloatComplex >& Array< FloatComplex >::insert ( const Array< FloatComplex > &  a,
octave_idx_type  r,
octave_idx_type  c 
) [inherited]
FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatRowVector a,
octave_idx_type  r,
octave_idx_type  c 
)
FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatComplexDiagMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)
FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatColumnVector a,
octave_idx_type  r,
octave_idx_type  c 
)
Array<FloatComplex >& Array< FloatComplex >::insert ( const Array< FloatComplex > &  a,
const Array< octave_idx_type > &  idx 
) [inherited]
FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)
FloatComplexMatrix FloatComplexMatrix::inverse ( void   )  const

Definition at line 961 of file fCMatrix.cc.

Referenced by DEFUN_DLD(), inverse(), pseudo_inverse(), and xpow().

FloatComplexMatrix FloatComplexMatrix::inverse ( octave_idx_type info  )  const

Definition at line 970 of file fCMatrix.cc.

References inverse().

FloatComplexMatrix FloatComplexMatrix::inverse ( octave_idx_type info,
float rcon,
int  force = 0,
int  calc_cond = 1 
) const

Definition at line 978 of file fCMatrix.cc.

References inverse().

FloatComplexMatrix FloatComplexMatrix::inverse ( MatrixType mattype  )  const

Definition at line 986 of file fCMatrix.cc.

References inverse().

FloatComplexMatrix FloatComplexMatrix::inverse ( MatrixType mattype,
octave_idx_type info 
) const

Definition at line 994 of file fCMatrix.cc.

References inverse().

FloatComplexMatrix FloatComplexMatrix::inverse ( MatrixType mattype,
octave_idx_type info,
float rcon,
int  force = 0,
int  calc_cond = 1 
) const
MArray<FloatComplex > MArray< FloatComplex >::ipermute ( const Array< octave_idx_type > &  vec  )  const [inline, inherited]

Reimplemented from Array< FloatComplex >.

Definition at line 78 of file MArray.h.

bool Array< FloatComplex >::is_empty ( void   )  const [inline, inherited]

Definition at line 428 of file Array.h.

bool FloatComplexMatrix::is_hermitian ( void   )  const
bool Array< FloatComplex >::is_shared ( void   )  [inline, inherited]

Definition at line 441 of file Array.h.

sortmode Array< FloatComplex >::is_sorted ( sortmode  mode = UNSORTED  )  const [inherited]
sortmode Array< FloatComplex >::is_sorted_rows ( sortmode  mode = UNSORTED  )  const [inherited]
bool Array< FloatComplex >::is_square ( void   )  const [inline, inherited]

Definition at line 426 of file Array.h.

Referenced by is_hermitian().

bool Array< FloatComplex >::is_vector ( void   )  const [inline, inherited]

Definition at line 430 of file Array.h.

octave_idx_type Array< FloatComplex >::length ( void   )  const [inline, inherited]
Array<FloatComplex > Array< FloatComplex >::linear_slice ( octave_idx_type  lo,
octave_idx_type  up 
) const [inherited]
Array<octave_idx_type> Array< FloatComplex >::lookup ( const Array< FloatComplex > &  values,
sortmode  mode = UNSORTED 
) const [inherited]
octave_idx_type Array< FloatComplex >::lookup ( const FloatComplex value,
sortmode  mode = UNSORTED 
) const [inherited]
FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatComplexMatrix b,
octave_idx_type info,
octave_idx_type rank,
float rcon 
) const
FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatComplexMatrix b,
octave_idx_type info,
octave_idx_type rank 
) const

Definition at line 2588 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatComplexColumnVector b,
octave_idx_type info,
octave_idx_type rank,
float rcon 
) const
FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatMatrix b  )  const

Definition at line 2539 of file fCMatrix.cc.

Referenced by FloatMatrix::lssolve(), lssolve(), and solve().

FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatMatrix b,
octave_idx_type info 
) const

Definition at line 2548 of file fCMatrix.cc.

References lssolve().

FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatMatrix b,
octave_idx_type info,
octave_idx_type rank 
) const

Definition at line 2556 of file fCMatrix.cc.

References lssolve().

FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatMatrix b,
octave_idx_type info,
octave_idx_type rank,
float rcon 
) const

Definition at line 2564 of file fCMatrix.cc.

References lssolve().

FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatComplexMatrix b  )  const

Definition at line 2571 of file fCMatrix.cc.

References lssolve().

FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatComplexMatrix b,
octave_idx_type info 
) const

Definition at line 2580 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatColumnVector b  )  const

Definition at line 2736 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatColumnVector b,
octave_idx_type info 
) const

Definition at line 2745 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatColumnVector b,
octave_idx_type info,
octave_idx_type rank 
) const

Definition at line 2753 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatColumnVector b,
octave_idx_type info,
octave_idx_type rank,
float rcon 
) const

Definition at line 2761 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatComplexColumnVector b,
octave_idx_type info,
octave_idx_type rank 
) const

Definition at line 2785 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatComplexColumnVector b,
octave_idx_type info 
) const

Definition at line 2777 of file fCMatrix.cc.

References lssolve().

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatComplexColumnVector b  )  const

Definition at line 2768 of file fCMatrix.cc.

References lssolve().

FloatComplexMatrix FloatComplexMatrix::ltsolve ( MatrixType typ,
const FloatComplexMatrix b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
bool  calc_cond = false,
blas_trans_type  transt = blas_no_trans 
) const [private]
void Array< FloatComplex >::make_unique ( void   )  [inline, inherited]
Array<U> Array< FloatComplex >::map ( U(&)(const FloatComplex &)  fcn  )  const [inline, inherited]

Definition at line 609 of file Array.h.

Array<U> Array< FloatComplex >::map ( fcn  )  const [inline, inherited]

Definition at line 573 of file Array.h.

Array<U> Array< FloatComplex >::map ( U(&)(FloatComplex fcn  )  const [inline, inherited]

Definition at line 604 of file Array.h.

void Array< FloatComplex >::maybe_economize ( void   )  [inline, inherited]

Definition at line 514 of file Array.h.

void* Array< FloatComplex >::mex_get_data ( void   )  const [inline, inherited]

Definition at line 529 of file Array.h.

int Array< FloatComplex >::ndims ( void   )  const [inline, inherited]

Definition at line 443 of file Array.h.

Referenced by FloatComplexNDArray::matrix_value().

octave_idx_type Array< FloatComplex >::nelem ( void   )  const [inline, inherited]
octave_idx_type Array< FloatComplex >::nnz ( void   )  const [inherited]

Reimplemented in MDiagArray2< FloatComplex >.

Array<FloatComplex > Array< FloatComplex >::nth_element ( const idx_vector n,
int  dim = 0 
) const [inherited]
octave_idx_type Array< FloatComplex >::numel ( void   )  const [inline, inherited]
boolMatrix FloatComplexMatrix::operator! ( void   )  const

Definition at line 3079 of file fCMatrix.cc.

References any_element_is_nan(), and gripe_nan_to_logical_conversion().

bool FloatComplexMatrix::operator!= ( const FloatComplexMatrix a  )  const

Definition at line 342 of file fCMatrix.cc.

FloatComplex & Array< FloatComplex >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 373 of file Array.h.

FloatComplex & Array< FloatComplex >::operator() ( octave_idx_type  n  )  [inline, inherited]

Definition at line 372 of file Array.h.

FloatComplex & Array< FloatComplex >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 374 of file Array.h.

crefT Array< FloatComplex >::operator() ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 398 of file Array.h.

crefT Array< FloatComplex >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 399 of file Array.h.

crefT Array< FloatComplex >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 400 of file Array.h.

FloatComplex & Array< FloatComplex >::operator() ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 375 of file Array.h.

crefT Array< FloatComplex >::operator() ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 401 of file Array.h.

FloatComplexMatrix & FloatComplexMatrix::operator+= ( const FloatComplexDiagMatrix a  ) 
FloatComplexMatrix & FloatComplexMatrix::operator+= ( const FloatDiagMatrix a  ) 
FloatComplexMatrix & FloatComplexMatrix::operator+= ( const FloatMatrix a  ) 
FloatComplexMatrix & FloatComplexMatrix::operator-= ( const FloatDiagMatrix a  ) 
FloatComplexMatrix & FloatComplexMatrix::operator-= ( const FloatMatrix a  ) 
FloatComplexMatrix & FloatComplexMatrix::operator-= ( const FloatComplexDiagMatrix a  ) 
FloatComplexMatrix& FloatComplexMatrix::operator= ( const FloatComplexMatrix a  )  [inline]

Definition at line 92 of file fCMatrix.h.

References MArray< T >::operator=().

bool FloatComplexMatrix::operator== ( const FloatComplexMatrix a  )  const
bool Array< FloatComplex >::optimize_dimensions ( const dim_vector dv  )  [inherited]
Array<FloatComplex > Array< FloatComplex >::page ( octave_idx_type  k  )  const [inherited]
octave_idx_type Array< FloatComplex >::pages ( void   )  const [inline, inherited]

Definition at line 306 of file Array.h.

MArray<FloatComplex > MArray< FloatComplex >::permute ( const Array< octave_idx_type > &  vec,
bool  inv = false 
) const [inline, inherited]

Reimplemented from Array< FloatComplex >.

Definition at line 74 of file MArray.h.

void Array< FloatComplex >::print_info ( std::ostream &  os,
const std::string &  prefix 
) const [inherited]

Reimplemented in DiagArray2< FloatComplex >.

FloatComplexMatrix FloatComplexMatrix::prod ( int  dim = -1  )  const

Definition at line 3217 of file fCMatrix.cc.

FloatComplexMatrix FloatComplexMatrix::pseudo_inverse ( float  tol = 0.0  )  const
float FloatComplexMatrix::rcond ( void   )  const

Definition at line 1701 of file fCMatrix.cc.

Referenced by DEFUN_DLD().

float FloatComplexMatrix::rcond ( MatrixType mattype  )  const
MArray<FloatComplex > MArray< FloatComplex >::reshape ( const dim_vector new_dims  )  const [inline, inherited]

Reimplemented from Array< FloatComplex >.

Definition at line 71 of file MArray.h.

Array<FloatComplex > Array< FloatComplex >::reshape ( octave_idx_type  nr,
octave_idx_type  nc 
) const [inline, inherited]

Definition at line 416 of file Array.h.

void Array< FloatComplex >::resize ( octave_idx_type  n  )  [inline, inherited]

Definition at line 459 of file Array.h.

void FloatComplexMatrix::resize ( octave_idx_type  nr,
octave_idx_type  nc,
const FloatComplex rfv = resize_fill_value () 
) [inline]
void Array< FloatComplex >::resize ( const dim_vector dv,
const FloatComplex rfv = resize_fill_value () 
) [inherited]
void Array< FloatComplex >::resize1 ( octave_idx_type  n,
const FloatComplex rfv = resize_fill_value () 
) [inherited]
static FloatComplex FloatComplexMatrix::resize_fill_value ( void   )  [inline, static]

Reimplemented from Array< FloatComplex >.

Definition at line 385 of file fCMatrix.h.

FloatComplexRowVector FloatComplexMatrix::row ( octave_idx_type  i  )  const
bool FloatComplexMatrix::row_is_real_only ( octave_idx_type  i  )  const

Definition at line 3246 of file fCMatrix.cc.

References Array< FloatComplex >::columns(), Array< FloatComplex >::elem(), and imag().

Referenced by row_max(), and row_min().

FloatComplexColumnVector FloatComplexMatrix::row_max ( void   )  const

Definition at line 3358 of file fCMatrix.cc.

FloatComplexColumnVector FloatComplexMatrix::row_max ( Array< octave_idx_type > &  index  )  const
FloatComplexColumnVector FloatComplexMatrix::row_min ( void   )  const

Definition at line 3284 of file fCMatrix.cc.

FloatComplexColumnVector FloatComplexMatrix::row_min ( Array< octave_idx_type > &  index  )  const
octave_idx_type Array< FloatComplex >::rows ( void   )  const [inline, inherited]
FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatMatrix b,
octave_idx_type info,
float rcon 
) const

Definition at line 2277 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexColumnVector b,
octave_idx_type info,
float rcon 
) const

Definition at line 2402 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatColumnVector b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
blas_trans_type  transt = blas_no_trans 
) const

Definition at line 2378 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatColumnVector b  )  const

Definition at line 2478 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatComplexColumnVector b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
blas_trans_type  transt = blas_no_trans 
) const

Definition at line 2530 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexColumnVector b,
octave_idx_type info 
) const

Definition at line 2394 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatColumnVector b 
) const

Definition at line 2355 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatColumnVector b,
octave_idx_type info 
) const

Definition at line 2486 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatComplexColumnVector b  )  const

Definition at line 2508 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatColumnVector b,
octave_idx_type info,
float rcon 
) const

Definition at line 2371 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexColumnVector b 
) const

Definition at line 2386 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatMatrix b  )  const

Definition at line 2420 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexMatrix b 
) const

Definition at line 2293 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatComplexMatrix b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
blas_trans_type  transt = blas_no_trans 
) const

Definition at line 2470 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatComplexMatrix b  )  const

Definition at line 2449 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatMatrix b,
octave_idx_type info 
) const

Definition at line 2269 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatColumnVector b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
blas_trans_type  transt = blas_no_trans 
) const

Definition at line 2500 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatMatrix b 
) const

Definition at line 2261 of file fCMatrix.cc.

Referenced by FloatMatrix::solve(), solve(), xdiv(), and xleftdiv().

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatComplexMatrix b,
octave_idx_type info,
float rcon 
) const

Definition at line 2464 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexMatrix b,
octave_idx_type info 
) const

Definition at line 2301 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexMatrix b,
octave_idx_type info,
float rcon 
) const

Definition at line 2309 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatColumnVector b,
octave_idx_type info,
float rcon 
) const

Definition at line 2493 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatMatrix b,
octave_idx_type info,
float rcon 
) const

Definition at line 2435 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatMatrix b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
blas_trans_type  transt = blas_no_trans 
) const

Definition at line 2441 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatMatrix b,
octave_idx_type info 
) const

Definition at line 2428 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatComplexColumnVector b,
octave_idx_type info 
) const

Definition at line 2516 of file fCMatrix.cc.

References solve().

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatMatrix b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
bool  singular_fallback = true,
blas_trans_type  transt = blas_no_trans 
) const

Definition at line 2284 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatColumnVector b,
octave_idx_type info 
) const

Definition at line 2363 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatComplexColumnVector b,
octave_idx_type info,
float rcon 
) const

Definition at line 2523 of file fCMatrix.cc.

References solve().

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexColumnVector b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
blas_trans_type  transt = blas_no_trans 
) const

Definition at line 2409 of file fCMatrix.cc.

References column(), and solve().

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType typ,
const FloatComplexMatrix b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
bool  singular_fallback = true,
blas_trans_type  transt = blas_no_trans 
) const
FloatComplexMatrix FloatComplexMatrix::solve ( const FloatComplexMatrix b,
octave_idx_type info 
) const

Definition at line 2457 of file fCMatrix.cc.

References solve().

Array<FloatComplex > Array< FloatComplex >::sort ( int  dim = 0,
sortmode  mode = ASCENDING 
) const [inherited]

Referenced by FloatComplexSCHUR::init().

Array<FloatComplex > Array< FloatComplex >::sort ( Array< octave_idx_type > &  sidx,
int  dim = 0,
sortmode  mode = ASCENDING 
) const [inherited]
Array<octave_idx_type> Array< FloatComplex >::sort_rows_idx ( sortmode  mode = ASCENDING  )  const [inherited]
MArray MArray< FloatComplex >::squeeze ( void   )  const [inline, inherited]

Reimplemented from Array< FloatComplex >.

Reimplemented in FloatComplexNDArray.

Definition at line 81 of file MArray.h.

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatComplexMatrix a  )  const
FloatComplexMatrix FloatComplexMatrix::stack ( const FloatDiagMatrix a  )  const
FloatComplexMatrix FloatComplexMatrix::stack ( const FloatMatrix a  )  const
FloatComplexMatrix FloatComplexMatrix::stack ( const FloatColumnVector a  )  const
FloatComplexMatrix FloatComplexMatrix::stack ( const FloatComplexDiagMatrix a  )  const
FloatComplexMatrix FloatComplexMatrix::stack ( const FloatComplexColumnVector a  )  const
FloatComplexMatrix FloatComplexMatrix::stack ( const FloatComplexRowVector a  )  const
FloatComplexMatrix FloatComplexMatrix::stack ( const FloatRowVector a  )  const
FloatComplexMatrix FloatComplexMatrix::sum ( int  dim = -1  )  const

Definition at line 3223 of file fCMatrix.cc.

FloatComplexMatrix FloatComplexMatrix::sumsq ( int  dim = -1  )  const

Definition at line 3229 of file fCMatrix.cc.

bool Array< FloatComplex >::test ( fcn  )  const [inline, inherited]

Definition at line 614 of file Array.h.

bool Array< FloatComplex >::test_all ( bool(&)(const FloatComplex &)  fcn  )  const [inline, inherited]

Definition at line 661 of file Array.h.

bool Array< FloatComplex >::test_all ( fcn  )  const [inline, inherited]

Definition at line 648 of file Array.h.

bool Array< FloatComplex >::test_all ( bool(&)(FloatComplex fcn  )  const [inline, inherited]

Definition at line 658 of file Array.h.

bool Array< FloatComplex >::test_any ( fcn  )  const [inline, inherited]

Definition at line 644 of file Array.h.

bool Array< FloatComplex >::test_any ( bool(&)(const FloatComplex &)  fcn  )  const [inline, inherited]

Definition at line 655 of file Array.h.

bool Array< FloatComplex >::test_any ( bool(&)(FloatComplex fcn  )  const [inline, inherited]

Definition at line 652 of file Array.h.

FloatComplexMatrix FloatComplexMatrix::tinverse ( MatrixType mattype,
octave_idx_type info,
float rcon,
int  force,
int  calc_cond 
) const [private]
bool FloatComplexMatrix::too_large_for_float ( void   )  const
FloatComplexMatrix FloatComplexMatrix::transpose ( void   )  const [inline]

Reimplemented from MArray< FloatComplex >.

Definition at line 142 of file fCMatrix.h.

References MArray< T >::transpose().

Referenced by DEFUN_DLD(), solve(), and xdiv().

FloatComplexMatrix FloatComplexMatrix::utsolve ( MatrixType typ,
const FloatComplexMatrix b,
octave_idx_type info,
float rcon,
solve_singularity_handler  sing_handler,
bool  calc_cond = false,
blas_trans_type  transt = blas_no_trans 
) const [private]
crefT Array< FloatComplex >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Reimplemented in DiagArray2< FloatComplex >.

Definition at line 331 of file Array.h.

crefT Array< FloatComplex >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 335 of file Array.h.

crefT Array< FloatComplex >::xelem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 341 of file Array.h.

FloatComplex & Array< FloatComplex >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 333 of file Array.h.

FloatComplex & Array< FloatComplex >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 330 of file Array.h.

FloatComplex & Array< FloatComplex >::xelem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 338 of file Array.h.

crefT Array< FloatComplex >::xelem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 328 of file Array.h.

FloatComplex & Array< FloatComplex >::xelem ( octave_idx_type  n  )  [inline, inherited]

Friends And Related Function Documentation

OCTAVE_API FloatComplexMatrix conj ( const FloatComplexMatrix a  )  [friend]

Definition at line 924 of file fCMatrix.cc.

Referenced by is_hermitian().

OCTAVE_API std::ostream& operator<< ( std::ostream &  os,
const FloatComplexMatrix a 
) [friend]

Definition at line 3582 of file fCMatrix.cc.

OCTAVE_API std::istream& operator>> ( std::istream &  is,
FloatComplexMatrix a 
) [friend]

Definition at line 3597 of file fCMatrix.cc.


Member Data Documentation

dim_vector Array< FloatComplex >::dimensions [protected, inherited]

Definition at line 132 of file Array.h.

Referenced by FloatComplexNDArray::insert().

Array<FloatComplex >::ArrayRep* Array< FloatComplex >::rep [protected, inherited]

Definition at line 134 of file Array.h.

FloatComplex * Array< FloatComplex >::slice_data [protected, inherited]

Definition at line 143 of file Array.h.

octave_idx_type Array< FloatComplex >::slice_len [protected, inherited]

Definition at line 144 of file Array.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines