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

#include "fCMatrix.h"

Inheritance diagram for FloatComplexMatrix:
FloatComplexNDArray MArray< FloatComplex > Array< T, Alloc >

Public Types

typedef FloatComplexColumnVector column_vector_type
 
typedef FloatComplexDiagMatrix complex_diag_matrix_type
 
typedef FloatComplex complex_elt_type
 
typedef FloatComplexMatrix complex_matrix_type
 
typedef FloatColumnVector real_column_vector_type
 
typedef FloatDiagMatrix real_diag_matrix_type
 
typedef float real_elt_type
 
typedef FloatMatrix real_matrix_type
 
typedef FloatRowVector real_row_vector_type
 
typedef FloatComplexRowVector row_vector_type
 
typedef void(* solve_singularity_handler) (float rcon)
 
- Public Types inherited from Array< T, Alloc >
typedef bool(* compare_fcn_type) (typename ref_param< T >::type, typename ref_param< T >::type)
 
typedef ref_param< T >::type crefT
 
typedef T element_type
 
typedef octave_idx_type size_type
 Used for operator(), and returned by numel() and size() (beware: signed integer) More...
 
typedef T value_type
 

Public Member Functions

 FloatComplexMatrix ()=default
 
template<typename U >
 FloatComplexMatrix (const Array< U > &a)
 
 FloatComplexMatrix (const boolMatrix &a)
 
 FloatComplexMatrix (const charMatrix &a)
 
 FloatComplexMatrix (const DiagArray2< float > &a)
 
 FloatComplexMatrix (const DiagArray2< FloatComplex > &a)
 
 FloatComplexMatrix (const dim_vector &dv)
 
 FloatComplexMatrix (const dim_vector &dv, const FloatComplex &val)
 
 FloatComplexMatrix (const FloatColumnVector &cv)
 
 FloatComplexMatrix (const FloatComplexColumnVector &cv)
 
 FloatComplexMatrix (const FloatComplexDiagMatrix &a)
 
 FloatComplexMatrix (const FloatComplexMatrix &a)=default
 
 FloatComplexMatrix (const FloatComplexRowVector &rv)
 
 FloatComplexMatrix (const FloatDiagMatrix &a)
 
 FloatComplexMatrix (const FloatMatrix &a)
 
 FloatComplexMatrix (const FloatMatrix &re, const FloatMatrix &im)
 
 FloatComplexMatrix (const FloatRowVector &rv)
 
template<typename U >
 FloatComplexMatrix (const MArray< U > &a)
 
 FloatComplexMatrix (const MDiagArray2< float > &a)
 
 FloatComplexMatrix (const MDiagArray2< FloatComplex > &a)
 
 FloatComplexMatrix (octave_idx_type r, octave_idx_type c)
 
 FloatComplexMatrix (octave_idx_type r, octave_idx_type c, const FloatComplex &val)
 
 ~FloatComplexMatrix ()=default
 
FloatMatrix abs () const
 
boolMatrix all (int dim=-1) const
 
boolMatrix any (int dim=-1) const
 
FloatComplexMatrix append (const FloatColumnVector &a) const
 
FloatComplexMatrix append (const FloatComplexColumnVector &a) const
 
FloatComplexMatrix append (const FloatComplexDiagMatrix &a) const
 
FloatComplexMatrix append (const FloatComplexMatrix &a) const
 
FloatComplexMatrix append (const FloatComplexRowVector &a) const
 
FloatComplexMatrix append (const FloatDiagMatrix &a) const
 
FloatComplexMatrix append (const FloatMatrix &a) const
 
FloatComplexMatrix append (const FloatRowVector &a) const
 
FloatComplexColumnVector column (octave_idx_type i) const
 
bool column_is_real_only (octave_idx_type) const
 
FloatComplexRowVector column_max () const
 
FloatComplexRowVector column_max (Array< octave_idx_type > &index) const
 
FloatComplexRowVector column_min () const
 
FloatComplexRowVector column_min (Array< octave_idx_type > &index) const
 
FloatComplexMatrix cumprod (int dim=-1) const
 
FloatComplexMatrix cumsum (int dim=-1) const
 
FloatComplexDET determinant () const
 
FloatComplexDET determinant (MatrixType &mattype, octave_idx_type &info, float &rcon, bool calc_cond=true) const
 
FloatComplexDET determinant (octave_idx_type &info) const
 
FloatComplexDET determinant (octave_idx_type &info, float &rcon, bool calc_cond=true) const
 
FloatComplexMatrix diag (octave_idx_type k=0) const
 
FloatComplexDiagMatrix diag (octave_idx_type m, octave_idx_type n) 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 (const FloatComplex &val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2)
 
FloatComplexMatrixfill (float val)
 
FloatComplexMatrixfill (float val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2)
 
FloatComplexMatrix fourier () const
 
FloatComplexMatrix fourier2d () const
 
FloatComplexMatrix hermitian () const
 
FloatComplexMatrix ifourier () const
 
FloatComplexMatrix ifourier2d () const
 
FloatComplexMatrixinsert (const FloatColumnVector &a, octave_idx_type r, octave_idx_type c)
 
FloatComplexMatrixinsert (const FloatComplexColumnVector &a, octave_idx_type r, octave_idx_type c)
 
FloatComplexMatrixinsert (const FloatComplexDiagMatrix &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 FloatDiagMatrix &a, octave_idx_type r, octave_idx_type c)
 
FloatComplexMatrixinsert (const FloatMatrix &a, octave_idx_type r, octave_idx_type c)
 
FloatComplexMatrixinsert (const FloatRowVector &a, octave_idx_type r, octave_idx_type c)
 
FloatComplexMatrix inverse () const
 
FloatComplexMatrix inverse (MatrixType &mattype) const
 
FloatComplexMatrix inverse (MatrixType &mattype, octave_idx_type &info) const
 
FloatComplexMatrix inverse (MatrixType &mattype, octave_idx_type &info, float &rcon, bool force=false, bool calc_cond=true) const
 
FloatComplexMatrix inverse (octave_idx_type &info) const
 
FloatComplexMatrix inverse (octave_idx_type &info, float &rcon, bool force=false, bool calc_cond=true) const
 
bool ishermitian () const
 
FloatComplexColumnVector lssolve (const FloatColumnVector &b) const
 
FloatComplexColumnVector lssolve (const FloatColumnVector &b, octave_idx_type &info) const
 
FloatComplexColumnVector lssolve (const FloatColumnVector &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 FloatComplexColumnVector &b) const
 
FloatComplexColumnVector lssolve (const FloatComplexColumnVector &b, octave_idx_type &info) const
 
FloatComplexColumnVector lssolve (const FloatComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const
 
FloatComplexColumnVector lssolve (const FloatComplexColumnVector &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) const
 
FloatComplexMatrix lssolve (const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank) const
 
FloatComplexMatrix lssolve (const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const
 
FloatComplexMatrix lssolve (const FloatMatrix &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
 
boolMatrix operator! () const
 
bool operator!= (const FloatComplexMatrix &a) const
 
FloatComplexMatrixoperator+= (const FloatComplexDiagMatrix &a)
 
FloatComplexMatrixoperator+= (const FloatDiagMatrix &a)
 
FloatComplexMatrixoperator+= (const FloatMatrix &a)
 
FloatComplexMatrixoperator-= (const FloatComplexDiagMatrix &a)
 
FloatComplexMatrixoperator-= (const FloatDiagMatrix &a)
 
FloatComplexMatrixoperator-= (const FloatMatrix &a)
 
FloatComplexMatrixoperator= (const FloatComplexMatrix &a)=default
 
bool operator== (const FloatComplexMatrix &a) const
 
FloatComplexMatrix prod (int dim=-1) const
 
FloatComplexMatrix pseudo_inverse (float tol=0.0) const
 
float rcond () const
 
float rcond (MatrixType &mattype) const
 
void resize (octave_idx_type nr, octave_idx_type nc, const FloatComplex &rfv=FloatComplex(0))
 
FloatComplexRowVector row (octave_idx_type i) const
 
bool row_is_real_only (octave_idx_type) const
 
FloatComplexColumnVector row_max () const
 
FloatComplexColumnVector row_max (Array< octave_idx_type > &index) const
 
FloatComplexColumnVector row_min () const
 
FloatComplexColumnVector row_min (Array< octave_idx_type > &index) const
 
FloatComplexColumnVector solve (const FloatColumnVector &b) const
 
FloatComplexColumnVector solve (const FloatColumnVector &b, octave_idx_type &info) const
 
FloatComplexColumnVector solve (const FloatColumnVector &b, octave_idx_type &info, float &rcon) 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 (const FloatComplexColumnVector &b) const
 
FloatComplexColumnVector solve (const FloatComplexColumnVector &b, octave_idx_type &info) const
 
FloatComplexColumnVector solve (const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) 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 (const FloatComplexMatrix &b) const
 
FloatComplexMatrix solve (const FloatComplexMatrix &b, octave_idx_type &info) const
 
FloatComplexMatrix solve (const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) 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
 
FloatComplexMatrix solve (const FloatMatrix &b) const
 
FloatComplexMatrix solve (const FloatMatrix &b, octave_idx_type &info) const
 
FloatComplexMatrix solve (const FloatMatrix &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
 
FloatComplexColumnVector solve (MatrixType &mattype, const FloatColumnVector &b) const
 
FloatComplexColumnVector solve (MatrixType &mattype, const FloatColumnVector &b, octave_idx_type &info) const
 
FloatComplexColumnVector solve (MatrixType &mattype, const FloatColumnVector &b, octave_idx_type &info, float &rcon) const
 
FloatComplexColumnVector solve (MatrixType &mattype, 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 &mattype, const FloatComplexColumnVector &b) const
 
FloatComplexColumnVector solve (MatrixType &mattype, const FloatComplexColumnVector &b, octave_idx_type &info) const
 
FloatComplexColumnVector solve (MatrixType &mattype, const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) const
 
FloatComplexColumnVector solve (MatrixType &mattype, 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 &mattype, const FloatComplexMatrix &b) const
 
FloatComplexMatrix solve (MatrixType &mattype, const FloatComplexMatrix &b, octave_idx_type &info) const
 
FloatComplexMatrix solve (MatrixType &mattype, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) const
 
FloatComplexMatrix solve (MatrixType &mattype, 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 &mattype, const FloatMatrix &b) const
 
FloatComplexMatrix solve (MatrixType &mattype, const FloatMatrix &b, octave_idx_type &info) const
 
FloatComplexMatrix solve (MatrixType &mattype, const FloatMatrix &b, octave_idx_type &info, float &rcon) const
 
FloatComplexMatrix solve (MatrixType &mattype, 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 stack (const FloatColumnVector &a) const
 
FloatComplexMatrix stack (const FloatComplexColumnVector &a) const
 
FloatComplexMatrix stack (const FloatComplexDiagMatrix &a) const
 
FloatComplexMatrix stack (const FloatComplexMatrix &a) const
 
FloatComplexMatrix stack (const FloatComplexRowVector &a) const
 
FloatComplexMatrix stack (const FloatDiagMatrix &a) const
 
FloatComplexMatrix stack (const FloatMatrix &a) const
 
FloatComplexMatrix stack (const FloatRowVector &a) const
 
FloatComplexMatrix sum (int dim=-1) const
 
FloatComplexMatrix sumsq (int dim=-1) const
 
FloatComplexMatrix transpose () const
 
- Public Member Functions inherited from FloatComplexNDArray
 FloatComplexNDArray ()
 
template<typename U >
 FloatComplexNDArray (const Array< U > &a)
 
 FloatComplexNDArray (const charNDArray &)
 
 FloatComplexNDArray (const dim_vector &dv)
 
 FloatComplexNDArray (const dim_vector &dv, const FloatComplex &val)
 
 FloatComplexNDArray (const FloatComplexNDArray &a)
 
template<typename U >
 FloatComplexNDArray (const MArray< U > &a)
 
 ~FloatComplexNDArray ()=default
 
FloatNDArray abs () const
 
boolNDArray all (int dim=-1) const
 
bool all_elements_are_real () const
 
bool all_integers (float &max_val, float &min_val) const
 
boolNDArray any (int dim=-1) const
 
bool any_element_is_inf_or_nan () const
 
bool any_element_is_nan () const
 
FloatComplexNDArraychangesign ()
 
FloatComplexNDArray concat (const FloatComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
 
FloatComplexNDArray concat (const FloatNDArray &rb, const Array< octave_idx_type > &ra_idx)
 
FloatComplexNDArray cummax (Array< octave_idx_type > &index, int dim=-1) const
 
FloatComplexNDArray cummax (int dim=-1) const
 
FloatComplexNDArray cummin (Array< octave_idx_type > &index, int dim=-1) const
 
FloatComplexNDArray cummin (int dim=-1) const
 
FloatComplexNDArray cumprod (int dim=-1) const
 
FloatComplexNDArray cumsum (int dim=-1) const
 
FloatComplexNDArray diag (octave_idx_type k=0) const
 
FloatComplexNDArray diag (octave_idx_type m, octave_idx_type n) const
 
FloatComplexNDArray diff (octave_idx_type order=1, int dim=-1) const
 
ComplexNDArray dprod (int dim=-1) const
 
ComplexNDArray dsum (int dim=-1) const
 
FloatComplexNDArray fourier (int dim=1) const
 
FloatComplexNDArray fourier2d () const
 
FloatComplexNDArray fourierNd () const
 
FloatComplexNDArray ifourier (int dim=1) const
 
FloatComplexNDArray ifourier2d () const
 
FloatComplexNDArray ifourierNd () const
 
FloatComplexNDArrayinsert (const FloatComplexNDArray &a, const Array< octave_idx_type > &ra_idx)
 
FloatComplexNDArrayinsert (const FloatComplexNDArray &a, octave_idx_type r, octave_idx_type c)
 
FloatComplexNDArrayinsert (const NDArray &a, octave_idx_type r, octave_idx_type c)
 
boolNDArray isfinite () const
 
boolNDArray isinf () const
 
boolNDArray isnan () const
 
FloatComplexNDArray max (Array< octave_idx_type > &index, int dim=-1) const
 
FloatComplexNDArray max (int dim=-1) const
 
FloatComplexNDArray min (Array< octave_idx_type > &index, int dim=-1) const
 
FloatComplexNDArray min (int dim=-1) const
 
boolNDArray operator! () const
 
FloatComplexNDArrayoperator= (const FloatComplexNDArray &a)
 
FloatComplexNDArray prod (int dim=-1) const
 
FloatComplexNDArray squeeze () const
 
FloatComplexNDArray sum (int dim=-1) const
 
FloatComplexNDArray sumsq (int dim=-1) const
 
bool too_large_for_float () const
 
- Public Member Functions inherited from MArray< FloatComplex >
 MArray ()
 
 MArray (const Array< U > &a)
 
 MArray (const dim_vector &dv)
 
 MArray (const dim_vector &dv, const FloatComplex &val)
 
 MArray (const MArray< FloatComplex > &a)
 
 ~MArray ()=default
 
void changesign ()
 
MArray< FloatComplexhermitian (FloatComplex(*fcn)(const FloatComplex &)=nullptr) const
 
void idx_add (const octave::idx_vector &idx, const MArray< FloatComplex > &vals)
 
void idx_add (const octave::idx_vector &idx, FloatComplex val)
 Performs indexed accumulative addition. More...
 
void idx_add_nd (const octave::idx_vector &idx, const MArray< FloatComplex > &vals, int dim=-1)
 
void idx_max (const octave::idx_vector &idx, const MArray< FloatComplex > &vals)
 
void idx_min (const octave::idx_vector &idx, const MArray< FloatComplex > &vals)
 
MArray< FloatComplexipermute (const Array< octave_idx_type > &vec) const
 
MArray< FloatComplex > & operator= (const MArray< FloatComplex > &a)
 
MArray< FloatComplexpermute (const Array< octave_idx_type > &vec, bool inv=false) const
 
MArray< FloatComplexreshape (const dim_vector &new_dims) const
 
MArray squeeze () const
 
MArray< FloatComplextranspose () const
 
- Public Member Functions inherited from Array< T, Alloc >
 Array ()
 Empty ctor (0 by 0). More...
 
 Array (Array< T, Alloc > &&a)
 
 Array (const Array< T, Alloc > &a)
 No type conversion case. More...
 
 Array (const Array< T, Alloc > &a, const dim_vector &dv)
 Reshape constructor. More...
 
template<typename U , typename A = Alloc>
 Array (const Array< U, A > &a)
 Type conversion case. More...
 
template<template< typename... > class Container>
 Array (const Container< T > &a, const dim_vector &dv)
 Constructor from standard library sequence containers. More...
 
 Array (const dim_vector &dv)
 nD uninitialized ctor. More...
 
 Array (const dim_vector &dv, const T &val)
 nD initialized ctor. More...
 
 Array (T *ptr, const dim_vector &dv, const Alloc &xallocator=Alloc())
 
virtual ~Array ()
 
Array< T, Allocas_column () const
 Return the array as a column vector. More...
 
Array< T, Allocas_matrix () const
 Return the array as a matrix. More...
 
Array< T, Allocas_row () const
 Return the array as a row vector. More...
 
void clear ()
 
void clear (const dim_vector &dv)
 
void clear (octave_idx_type r, octave_idx_type c)
 
void fill (const T &val)
 
Array< octave_idx_typefind (octave_idx_type, bool) const
 
Array< octave_idx_typefind (octave_idx_type, bool) const
 
sortmode is_sorted_rows (sortmode) const
 
sortmode is_sorted_rows (sortmode) const
 
sortmode issorted (sortmode mode) const
 
sortmode issorted (sortmode) const
 
sortmode issorted (sortmode) const
 
Array< octave_idx_typelookup (const Array< octave::cdef_object > &, sortmode) const
 
Array< octave_idx_typelookup (const Array< octave::idx_vector > &, sortmode) const
 
octave_idx_type lookup (octave::cdef_object const &, sortmode) const
 
octave_idx_type lookup (octave::idx_vector const &, sortmode) const
 
void make_unique ()
 
octave_idx_type nnz () const
 
octave_idx_type nnz () const
 
Array< octave::cdef_object > nth_element (const octave::idx_vector &, int) const
 
Array< octave::idx_vectornth_element (const octave::idx_vector &, int) const
 
octave_idx_type numel () const
 Number of elements in the array. More...
 
Array< T, Alloc > & operator= (Array< T, Alloc > &&a)
 
Array< T, Alloc > & operator= (const Array< T, Alloc > &a)
 
Array< octave::cdef_object > sort (Array< octave_idx_type > &sidx, int, sortmode) const
 
Array< octave::idx_vectorsort (Array< octave_idx_type > &sidx, int, sortmode) const
 
Array< octave::cdef_object > sort (int, sortmode) const
 
Array< octave::idx_vectorsort (int, sortmode) const
 
Array< octave_idx_typesort_rows_idx (sortmode) const
 
Array< octave_idx_typesort_rows_idx (sortmode) const
 
octave_idx_type dim1 () const
 
octave_idx_type rows () const
 
octave_idx_type dim2 () const
 
octave_idx_type cols () const
 
octave_idx_type columns () const
 
octave_idx_type dim3 () const
 Size of the specified dimension. More...
 
octave_idx_type pages () const
 Size of the specified dimension. More...
 
size_type size (const size_type d) const
 Size of the specified dimension. More...
 
std::size_t byte_size () const
 Size of the specified dimension. More...
 
const dim_vectordims () const
 Return a const-reference so that dims ()(i) works efficiently. More...
 
Array< T, Allocsqueeze () const
 Chop off leading singleton dimensions. More...
 
octave_idx_type compute_index (octave_idx_type i, octave_idx_type j) const
 Size of the specified dimension. More...
 
octave_idx_type compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
 Size of the specified dimension. More...
 
octave_idx_type compute_index (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
octave_idx_type compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
T & xelem (octave_idx_type n)
 Size of the specified dimension. More...
 
crefT xelem (octave_idx_type n) const
 Size of the specified dimension. More...
 
T & xelem (octave_idx_type i, octave_idx_type j)
 Size of the specified dimension. More...
 
crefT xelem (octave_idx_type i, octave_idx_type j) const
 Size of the specified dimension. More...
 
T & xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 Size of the specified dimension. More...
 
crefT xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
 Size of the specified dimension. More...
 
T & xelem (const Array< octave_idx_type > &ra_idx)
 Size of the specified dimension. More...
 
crefT xelem (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
T & checkelem (octave_idx_type n)
 Size of the specified dimension. More...
 
T & checkelem (octave_idx_type i, octave_idx_type j)
 Size of the specified dimension. More...
 
T & checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 Size of the specified dimension. More...
 
T & checkelem (const Array< octave_idx_type > &ra_idx)
 Size of the specified dimension. More...
 
T & elem (octave_idx_type n)
 Size of the specified dimension. More...
 
T & elem (octave_idx_type i, octave_idx_type j)
 Size of the specified dimension. More...
 
T & elem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 Size of the specified dimension. More...
 
T & elem (const Array< octave_idx_type > &ra_idx)
 Size of the specified dimension. More...
 
T & operator() (octave_idx_type n)
 Size of the specified dimension. More...
 
T & operator() (octave_idx_type i, octave_idx_type j)
 Size of the specified dimension. More...
 
T & operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k)
 Size of the specified dimension. More...
 
T & operator() (const Array< octave_idx_type > &ra_idx)
 Size of the specified dimension. More...
 
crefT checkelem (octave_idx_type n) const
 Size of the specified dimension. More...
 
crefT checkelem (octave_idx_type i, octave_idx_type j) const
 Size of the specified dimension. More...
 
crefT checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
 Size of the specified dimension. More...
 
crefT checkelem (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
crefT elem (octave_idx_type n) const
 Size of the specified dimension. More...
 
crefT elem (octave_idx_type i, octave_idx_type j) const
 Size of the specified dimension. More...
 
crefT elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
 Size of the specified dimension. More...
 
crefT elem (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
crefT operator() (octave_idx_type n) const
 Size of the specified dimension. More...
 
crefT operator() (octave_idx_type i, octave_idx_type j) const
 Size of the specified dimension. More...
 
crefT operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
 Size of the specified dimension. More...
 
crefT operator() (const Array< octave_idx_type > &ra_idx) const
 Size of the specified dimension. More...
 
Array< T, Alloccolumn (octave_idx_type k) const
 Extract column: A(:,k+1). More...
 
Array< T, Allocpage (octave_idx_type k) const
 Extract page: A(:,:,k+1). More...
 
Array< T, 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< T, Allocreshape (octave_idx_type nr, octave_idx_type nc) const
 Size of the specified dimension. More...
 
Array< T, Allocreshape (const dim_vector &new_dims) const
 Size of the specified dimension. More...
 
Array< T, Allocpermute (const Array< octave_idx_type > &vec, bool inv=false) const
 Size of the specified dimension. More...
 
Array< T, Allocipermute (const Array< octave_idx_type > &vec) const
 Size of the specified dimension. More...
 
bool issquare () const
 Size of the specified dimension. More...
 
bool isempty () const
 Size of the specified dimension. More...
 
bool isvector () const
 Size of the specified dimension. More...
 
bool is_nd_vector () const
 Size of the specified dimension. More...
 
Array< T, Alloctranspose () const
 Size of the specified dimension. More...
 
Array< T, Allochermitian (T(*fcn)(const T &)=nullptr) const
 Size of the specified dimension. More...
 
const T * data () const
 Size of the specified dimension. More...
 
T * fortran_vec ()
 Size of the specified dimension. More...
 
bool is_shared () const
 Size of the specified dimension. More...
 
int ndims () const
 Size of the specified dimension. More...
 
Array< T, Allocindex (const octave::idx_vector &i) const
 Indexing without resizing. More...
 
Array< T, Allocindex (const octave::idx_vector &i, const octave::idx_vector &j) const
 Size of the specified dimension. More...
 
Array< T, Allocindex (const Array< octave::idx_vector > &ia) const
 Size of the specified dimension. More...
 
virtual T resize_fill_value () const
 Size of the specified dimension. More...
 
void resize2 (octave_idx_type nr, octave_idx_type nc, const T &rfv)
 Resizing (with fill). More...
 
void resize2 (octave_idx_type nr, octave_idx_type nc)
 Size of the specified dimension. More...
 
void resize1 (octave_idx_type n, const T &rfv)
 Size of the specified dimension. More...
 
void resize1 (octave_idx_type n)
 Size of the specified dimension. More...
 
void resize (const dim_vector &dv, const T &rfv)
 Size of the specified dimension. More...
 
void resize (const dim_vector &dv)
 Size of the specified dimension. More...
 
Array< T, Allocindex (const octave::idx_vector &i, bool resize_ok, const T &rfv) const
 Indexing with possible resizing and fill. More...
 
Array< T, Allocindex (const octave::idx_vector &i, bool resize_ok) const
 Size of the specified dimension. More...
 
Array< T, Allocindex (const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok, const T &rfv) const
 Size of the specified dimension. More...
 
Array< T, Allocindex (const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok) const
 Size of the specified dimension. More...
 
Array< T, Allocindex (const Array< octave::idx_vector > &ia, bool resize_ok, const T &rfv) const
 Size of the specified dimension. More...
 
Array< T, Allocindex (const Array< octave::idx_vector > &ia, bool resize_ok) const
 Size of the specified dimension. More...
 
void assign (const octave::idx_vector &i, const Array< T, Alloc > &rhs, const T &rfv)
 Indexed assignment (always with resize & fill). More...
 
void assign (const octave::idx_vector &i, const Array< T, Alloc > &rhs)
 Size of the specified dimension. More...
 
void assign (const octave::idx_vector &i, const octave::idx_vector &j, const Array< T, Alloc > &rhs, const T &rfv)
 Size of the specified dimension. More...
 
void assign (const octave::idx_vector &i, const octave::idx_vector &j, const Array< T, Alloc > &rhs)
 Size of the specified dimension. More...
 
void assign (const Array< octave::idx_vector > &ia, const Array< T, Alloc > &rhs, const T &rfv)
 Size of the specified dimension. More...
 
void assign (const Array< octave::idx_vector > &ia, const Array< T, Alloc > &rhs)
 Size of the specified dimension. More...
 
void delete_elements (const octave::idx_vector &i)
 Deleting elements. More...
 
void delete_elements (int dim, const octave::idx_vector &i)
 A(:,...,I,...,:) = [] (>= 2 subscripts, one of them is non-colon) More...
 
void delete_elements (const Array< octave::idx_vector > &ia)
 Dispatcher to the above two. More...
 
Array< T, Alloc > & insert (const Array< T, Alloc > &a, const Array< octave_idx_type > &idx)
 Insert an array into another at a specified position. More...
 
Array< T, Alloc > & insert (const Array< T, 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 ()
 Size of the specified dimension. More...
 
void print_info (std::ostream &os, const std::string &prefix) const
 Size of the specified dimension. More...
 
Array< T, Allocsort (int dim=0, sortmode mode=ASCENDING) const
 Size of the specified dimension. More...
 
Array< T, Allocsort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const
 Size of the specified dimension. More...
 
sortmode issorted (sortmode mode=UNSORTED) const
 Ordering is auto-detected or can be specified. More...
 
Array< octave_idx_typesort_rows_idx (sortmode mode=ASCENDING) const
 Sort by rows returns only indices. More...
 
sortmode is_sorted_rows (sortmode mode=UNSORTED) const
 Ordering is auto-detected or can be specified. More...
 
octave_idx_type lookup (const T &value, sortmode mode=UNSORTED) const
 Do a binary lookup in a sorted array. More...
 
Array< octave_idx_typelookup (const Array< T, Alloc > &values, sortmode mode=UNSORTED) const
 Ditto, but for an array of values, specializing on the case when values are sorted. More...
 
octave_idx_type nnz () const
 Count nonzero elements. More...
 
Array< octave_idx_typefind (octave_idx_type n=-1, bool backward=false) const
 Find indices of (at most n) nonzero elements. More...
 
Array< T, 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< T, Allocdiag (octave_idx_type k=0) const
 Get the kth super or subdiagonal. More...
 
Array< T, Allocdiag (octave_idx_type m, octave_idx_type n) const
 Size of the specified dimension. More...
 
template<typename U , typename F , typename A = std::allocator<U>>
Array< U, Amap (F fcn) const
 Apply function fcn to each element of the Array<T, Alloc>. More...
 
template<typename U , typename A = std::allocator<U>>
Array< U, Amap (U(&fcn)(T)) const
 Overloads for function references. More...
 
template<typename U , typename A = std::allocator<U>>
Array< U, Amap (U(&fcn)(const T &)) const
 Size of the specified dimension. More...
 
template<typename F , bool zero>
bool test (F fcn) const
 Generic any/all test functionality with arbitrary predicate. More...
 
template<typename F >
bool test_any (F fcn) const
 Simpler calls. More...
 
template<typename F >
bool test_all (F fcn) const
 Size of the specified dimension. More...
 
bool test_any (bool(&fcn)(T)) const
 Overloads for function references. More...
 
bool test_any (bool(&fcn)(const T &)) const
 Size of the specified dimension. More...
 
bool test_all (bool(&fcn)(T)) const
 Size of the specified dimension. More...
 
bool test_all (bool(&fcn)(const T &)) const
 Size of the specified dimension. More...
 
bool optimize_dimensions (const dim_vector &dv)
 Returns true if this->dims () == dv, and if so, replaces this->m_dimensions by a shallow copy of dv. More...
 

Friends

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

Additional Inherited Members

- Static Public Member Functions inherited from FloatComplexNDArray
static octave_idx_type compute_index (Array< octave_idx_type > &ra_idx, const dim_vector &dimensions)
 
static void increment_index (Array< octave_idx_type > &ra_idx, const dim_vector &dimensions, int start_dimension=0)
 
- Static Public Member Functions inherited from Array< T, Alloc >
static Array< T, Alloccat (int dim, octave_idx_type n, const Array< T, Alloc > *array_list)
 Concatenation along a specified (0-based) dimension, equivalent to cat(). More...
 
- Protected Member Functions inherited from Array< T, Alloc >
 Array (const Array< T, Alloc > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u)
 slice constructor More...
 
- Protected Attributes inherited from Array< T, Alloc >
dim_vector m_dimensions
 
Array< T, Alloc >::ArrayRepm_rep
 
T * m_slice_data
 
octave_idx_type m_slice_len
 

Detailed Description

Definition at line 40 of file fCMatrix.h.

Member Typedef Documentation

◆ column_vector_type

◆ complex_diag_matrix_type

◆ complex_elt_type

Definition at line 59 of file fCMatrix.h.

◆ complex_matrix_type

◆ real_column_vector_type

◆ real_diag_matrix_type

◆ real_elt_type

Definition at line 58 of file fCMatrix.h.

◆ real_matrix_type

Definition at line 52 of file fCMatrix.h.

◆ real_row_vector_type

◆ row_vector_type

◆ solve_singularity_handler

typedef void(* FloatComplexMatrix::solve_singularity_handler) (float rcon)

Definition at line 61 of file fCMatrix.h.

Constructor & Destructor Documentation

◆ FloatComplexMatrix() [1/22]

FloatComplexMatrix::FloatComplexMatrix ( )
default

Referenced by lssolve(), and pseudo_inverse().

◆ FloatComplexMatrix() [2/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexMatrix a)
default

◆ ~FloatComplexMatrix()

FloatComplexMatrix::~FloatComplexMatrix ( )
default

◆ FloatComplexMatrix() [3/22]

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

Definition at line 71 of file fCMatrix.h.

◆ FloatComplexMatrix() [4/22]

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

Definition at line 74 of file fCMatrix.h.

◆ FloatComplexMatrix() [5/22]

FloatComplexMatrix::FloatComplexMatrix ( const dim_vector dv)
inline

Definition at line 78 of file fCMatrix.h.

◆ FloatComplexMatrix() [6/22]

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

Definition at line 81 of file fCMatrix.h.

◆ FloatComplexMatrix() [7/22]

template<typename U >
FloatComplexMatrix::FloatComplexMatrix ( const MArray< U > &  a)
inline

Definition at line 85 of file fCMatrix.h.

◆ FloatComplexMatrix() [8/22]

template<typename U >
FloatComplexMatrix::FloatComplexMatrix ( const Array< U > &  a)
inline

Definition at line 89 of file fCMatrix.h.

◆ FloatComplexMatrix() [9/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatMatrix a)
explicit

Definition at line 69 of file fCMatrix.cc.

◆ FloatComplexMatrix() [10/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatRowVector rv)
explicit

Definition at line 73 of file fCMatrix.cc.

◆ FloatComplexMatrix() [11/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatColumnVector cv)
explicit

Definition at line 77 of file fCMatrix.cc.

◆ FloatComplexMatrix() [12/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatDiagMatrix a)
explicit

◆ FloatComplexMatrix() [13/22]

FloatComplexMatrix::FloatComplexMatrix ( const MDiagArray2< float > &  a)
explicit

◆ FloatComplexMatrix() [14/22]

FloatComplexMatrix::FloatComplexMatrix ( const DiagArray2< float > &  a)
explicit

◆ FloatComplexMatrix() [15/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexRowVector rv)
explicit

Definition at line 102 of file fCMatrix.cc.

◆ FloatComplexMatrix() [16/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexColumnVector cv)
explicit

Definition at line 106 of file fCMatrix.cc.

◆ FloatComplexMatrix() [17/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatComplexDiagMatrix a)
explicit

◆ FloatComplexMatrix() [18/22]

FloatComplexMatrix::FloatComplexMatrix ( const MDiagArray2< FloatComplex > &  a)
explicit

◆ FloatComplexMatrix() [19/22]

FloatComplexMatrix::FloatComplexMatrix ( const DiagArray2< FloatComplex > &  a)
explicit

◆ FloatComplexMatrix() [20/22]

FloatComplexMatrix::FloatComplexMatrix ( const boolMatrix a)
explicit

Definition at line 134 of file fCMatrix.cc.

◆ FloatComplexMatrix() [21/22]

FloatComplexMatrix::FloatComplexMatrix ( const charMatrix a)
explicit

◆ FloatComplexMatrix() [22/22]

FloatComplexMatrix::FloatComplexMatrix ( const FloatMatrix re,
const FloatMatrix im 
)

Member Function Documentation

◆ abs()

FloatMatrix FloatComplexMatrix::abs ( ) const

Definition at line 2853 of file fCMatrix.cc.

References FloatComplexNDArray::abs().

◆ all()

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

Definition at line 2811 of file fCMatrix.cc.

References FloatComplexNDArray::all().

◆ any()

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

Definition at line 2817 of file fCMatrix.cc.

References FloatComplexNDArray::any().

◆ append() [1/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatColumnVector a) const

◆ append() [2/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexColumnVector a) const

◆ append() [3/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexDiagMatrix a) const

◆ append() [4/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexMatrix a) const

Definition at line 498 of file fCMatrix.cc.

References Array< T, Alloc >::cols(), insert(), and Array< T, Alloc >::rows().

◆ append() [5/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatComplexRowVector a) const

◆ append() [6/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatDiagMatrix a) const

◆ append() [7/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatMatrix a) const

Definition at line 438 of file fCMatrix.cc.

References Array< T, Alloc >::cols(), insert(), and Array< T, Alloc >::rows().

◆ append() [8/8]

FloatComplexMatrix FloatComplexMatrix::append ( const FloatRowVector a) const

◆ column()

FloatComplexColumnVector FloatComplexMatrix::column ( octave_idx_type  i) const

◆ column_is_real_only()

bool FloatComplexMatrix::column_is_real_only ( octave_idx_type  j) const

Definition at line 2900 of file fCMatrix.cc.

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

Referenced by column_max(), and column_min().

◆ column_max() [1/2]

FloatComplexRowVector FloatComplexMatrix::column_max ( ) const

Definition at line 3144 of file fCMatrix.cc.

◆ column_max() [2/2]

◆ column_min() [1/2]

FloatComplexRowVector FloatComplexMatrix::column_min ( ) const

Definition at line 3069 of file fCMatrix.cc.

◆ column_min() [2/2]

◆ cumprod()

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

Definition at line 2823 of file fCMatrix.cc.

References FloatComplexNDArray::cumprod().

◆ cumsum()

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

Definition at line 2829 of file fCMatrix.cc.

References FloatComplexNDArray::cumsum().

◆ determinant() [1/4]

FloatComplexDET FloatComplexMatrix::determinant ( ) const

Definition at line 1174 of file fCMatrix.cc.

Referenced by determinant().

◆ determinant() [2/4]

◆ determinant() [3/4]

FloatComplexDET FloatComplexMatrix::determinant ( octave_idx_type info) const

Definition at line 1182 of file fCMatrix.cc.

References determinant().

◆ determinant() [4/4]

FloatComplexDET FloatComplexMatrix::determinant ( octave_idx_type info,
float &  rcon,
bool  calc_cond = true 
) const

Definition at line 1189 of file fCMatrix.cc.

References determinant().

◆ diag() [1/2]

FloatComplexMatrix FloatComplexMatrix::diag ( octave_idx_type  k = 0) const

Definition at line 2859 of file fCMatrix.cc.

References FloatComplexNDArray::diag().

Referenced by octave_float_complex_matrix::diag().

◆ diag() [2/2]

FloatComplexDiagMatrix FloatComplexMatrix::diag ( octave_idx_type  m,
octave_idx_type  n 
) const

◆ extract()

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

Definition at line 686 of file fCMatrix.cc.

References Array< T, Alloc >::index().

Referenced by pseudo_inverse().

◆ extract_n()

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

Definition at line 696 of file fCMatrix.cc.

References Array< T, Alloc >::index().

◆ fill() [1/4]

◆ fill() [2/4]

◆ fill() [3/4]

FloatComplexMatrix & FloatComplexMatrix::fill ( float  val)

◆ fill() [4/4]

◆ fourier()

◆ fourier2d()

FloatComplexMatrix FloatComplexMatrix::fourier2d ( ) const

◆ hermitian()

FloatComplexMatrix FloatComplexMatrix::hermitian ( ) const
inline

Definition at line 178 of file fCMatrix.h.

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

Referenced by pseudo_inverse(), solve(), and Sylvester().

◆ ifourier()

FloatComplexMatrix FloatComplexMatrix::ifourier ( ) const

◆ ifourier2d()

FloatComplexMatrix FloatComplexMatrix::ifourier2d ( ) const

◆ insert() [1/8]

◆ insert() [2/8]

◆ insert() [3/8]

◆ insert() [4/8]

FloatComplexMatrix & FloatComplexMatrix::insert ( const FloatComplexMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 282 of file fCMatrix.cc.

References Array< T, Alloc >::insert(), and r.

◆ insert() [5/8]

◆ insert() [6/8]

◆ insert() [7/8]

◆ insert() [8/8]

◆ inverse() [1/6]

FloatComplexMatrix FloatComplexMatrix::inverse ( ) const

Definition at line 740 of file fCMatrix.cc.

Referenced by inverse().

◆ inverse() [2/6]

FloatComplexMatrix FloatComplexMatrix::inverse ( MatrixType mattype) const

Definition at line 765 of file fCMatrix.cc.

References inverse().

◆ inverse() [3/6]

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

Definition at line 773 of file fCMatrix.cc.

References inverse().

◆ inverse() [4/6]

FloatComplexMatrix FloatComplexMatrix::inverse ( MatrixType mattype,
octave_idx_type info,
float &  rcon,
bool  force = false,
bool  calc_cond = true 
) const

Definition at line 937 of file fCMatrix.cc.

References MatrixType::Diagonal, MatrixType::type(), and MatrixType::Unknown.

◆ inverse() [5/6]

FloatComplexMatrix FloatComplexMatrix::inverse ( octave_idx_type info) const

Definition at line 749 of file fCMatrix.cc.

References inverse().

◆ inverse() [6/6]

FloatComplexMatrix FloatComplexMatrix::inverse ( octave_idx_type info,
float &  rcon,
bool  force = false,
bool  calc_cond = true 
) const

Definition at line 757 of file fCMatrix.cc.

References inverse().

◆ ishermitian()

bool FloatComplexMatrix::ishermitian ( ) const

◆ lssolve() [1/16]

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatColumnVector b) const

Definition at line 2471 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [2/16]

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

Definition at line 2480 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [3/16]

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

Definition at line 2489 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [4/16]

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

Definition at line 2497 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [5/16]

FloatComplexColumnVector FloatComplexMatrix::lssolve ( const FloatComplexColumnVector b) const

Definition at line 2504 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [6/16]

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

Definition at line 2513 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [7/16]

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

Definition at line 2522 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [8/16]

◆ lssolve() [9/16]

FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatComplexMatrix b) const

Definition at line 2277 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [10/16]

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

Definition at line 2286 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [11/16]

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

Definition at line 2295 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [12/16]

◆ lssolve() [13/16]

FloatComplexMatrix FloatComplexMatrix::lssolve ( const FloatMatrix b) const

Definition at line 2245 of file fCMatrix.cc.

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

◆ lssolve() [14/16]

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

Definition at line 2254 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [15/16]

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

Definition at line 2262 of file fCMatrix.cc.

References lssolve().

◆ lssolve() [16/16]

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

Definition at line 2270 of file fCMatrix.cc.

References lssolve().

◆ operator!()

boolMatrix FloatComplexMatrix::operator! ( ) const

◆ operator!=()

Definition at line 168 of file fCMatrix.cc.

◆ operator+=() [1/3]

◆ operator+=() [2/3]

◆ operator+=() [3/3]

◆ operator-=() [1/3]

◆ operator-=() [2/3]

◆ operator-=() [3/3]

◆ operator=()

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

◆ operator==()

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

◆ prod()

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

Definition at line 2835 of file fCMatrix.cc.

References FloatComplexNDArray::prod().

◆ pseudo_inverse()

◆ rcond() [1/2]

float FloatComplexMatrix::rcond ( ) const

Definition at line 1353 of file fCMatrix.cc.

◆ rcond() [2/2]

◆ resize()

void FloatComplexMatrix::resize ( octave_idx_type  nr,
octave_idx_type  nc,
const FloatComplex rfv = FloatComplex (0) 
)
inline

Definition at line 201 of file fCMatrix.h.

References Array< T >::resize().

◆ row()

FloatComplexRowVector FloatComplexMatrix::row ( octave_idx_type  i) const

Definition at line 705 of file fCMatrix.cc.

References Array< T, Alloc >::index().

◆ row_is_real_only()

bool FloatComplexMatrix::row_is_real_only ( octave_idx_type  i) const

Definition at line 2881 of file fCMatrix.cc.

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

Referenced by row_max(), and row_min().

◆ row_max() [1/2]

FloatComplexColumnVector FloatComplexMatrix::row_max ( ) const

Definition at line 2994 of file fCMatrix.cc.

◆ row_max() [2/2]

◆ row_min() [1/2]

FloatComplexColumnVector FloatComplexMatrix::row_min ( ) const

Definition at line 2919 of file fCMatrix.cc.

◆ row_min() [2/2]

◆ solve() [1/32]

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatColumnVector b) const

Definition at line 2178 of file fCMatrix.cc.

References solve().

◆ solve() [2/32]

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

Definition at line 2186 of file fCMatrix.cc.

References solve().

◆ solve() [3/32]

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

Definition at line 2194 of file fCMatrix.cc.

References solve().

◆ solve() [4/32]

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 2201 of file fCMatrix.cc.

References solve().

◆ solve() [5/32]

FloatComplexColumnVector FloatComplexMatrix::solve ( const FloatComplexColumnVector b) const

Definition at line 2210 of file fCMatrix.cc.

References solve().

◆ solve() [6/32]

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

Definition at line 2218 of file fCMatrix.cc.

References solve().

◆ solve() [7/32]

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

Definition at line 2226 of file fCMatrix.cc.

References solve().

◆ solve() [8/32]

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 2234 of file fCMatrix.cc.

References solve().

◆ solve() [9/32]

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatComplexMatrix b) const

Definition at line 2145 of file fCMatrix.cc.

References solve().

◆ solve() [10/32]

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

Definition at line 2153 of file fCMatrix.cc.

References solve().

◆ solve() [11/32]

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

Definition at line 2161 of file fCMatrix.cc.

References solve().

◆ solve() [12/32]

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 2168 of file fCMatrix.cc.

References solve().

◆ solve() [13/32]

FloatComplexMatrix FloatComplexMatrix::solve ( const FloatMatrix b) const

Definition at line 2113 of file fCMatrix.cc.

References solve().

◆ solve() [14/32]

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

Definition at line 2121 of file fCMatrix.cc.

References solve().

◆ solve() [15/32]

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

Definition at line 2128 of file fCMatrix.cc.

References solve().

◆ solve() [16/32]

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 2135 of file fCMatrix.cc.

References solve().

◆ solve() [17/32]

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

Definition at line 2040 of file fCMatrix.cc.

References solve().

◆ solve() [18/32]

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

Definition at line 2049 of file fCMatrix.cc.

References solve().

◆ solve() [19/32]

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

Definition at line 2057 of file fCMatrix.cc.

References solve().

◆ solve() [20/32]

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType mattype,
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 2064 of file fCMatrix.cc.

References solve().

◆ solve() [21/32]

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

Definition at line 2074 of file fCMatrix.cc.

References solve().

◆ solve() [22/32]

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

Definition at line 2083 of file fCMatrix.cc.

References solve().

◆ solve() [23/32]

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

Definition at line 2092 of file fCMatrix.cc.

References solve().

◆ solve() [24/32]

FloatComplexColumnVector FloatComplexMatrix::solve ( MatrixType mattype,
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 2100 of file fCMatrix.cc.

References column(), and solve().

◆ solve() [25/32]

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

Definition at line 1976 of file fCMatrix.cc.

References solve().

◆ solve() [26/32]

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

Definition at line 1985 of file fCMatrix.cc.

References solve().

◆ solve() [27/32]

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

Definition at line 1993 of file fCMatrix.cc.

References solve().

◆ solve() [28/32]

◆ solve() [29/32]

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

Definition at line 1942 of file fCMatrix.cc.

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

◆ solve() [30/32]

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

Definition at line 1950 of file fCMatrix.cc.

References solve().

◆ solve() [31/32]

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

Definition at line 1958 of file fCMatrix.cc.

References solve().

◆ solve() [32/32]

FloatComplexMatrix FloatComplexMatrix::solve ( MatrixType mattype,
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 1965 of file fCMatrix.cc.

References solve().

◆ stack() [1/8]

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatColumnVector a) const

◆ stack() [2/8]

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatComplexColumnVector a) const

◆ stack() [3/8]

◆ stack() [4/8]

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatComplexMatrix a) const

Definition at line 618 of file fCMatrix.cc.

References Array< T, Alloc >::cols(), insert(), and Array< T, Alloc >::rows().

◆ stack() [5/8]

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatComplexRowVector a) const

◆ stack() [6/8]

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatDiagMatrix a) const

◆ stack() [7/8]

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatMatrix a) const

Definition at line 558 of file fCMatrix.cc.

References Array< T, Alloc >::cols(), insert(), and Array< T, Alloc >::rows().

◆ stack() [8/8]

FloatComplexMatrix FloatComplexMatrix::stack ( const FloatRowVector a) const

◆ sum()

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

Definition at line 2841 of file fCMatrix.cc.

References FloatComplexNDArray::sum().

◆ sumsq()

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

Definition at line 2847 of file fCMatrix.cc.

References FloatComplexNDArray::sumsq().

◆ transpose()

FloatComplexMatrix FloatComplexMatrix::transpose ( ) const
inline

Definition at line 180 of file fCMatrix.h.

References MArray< T >::transpose().

Referenced by solve(), and xdiv().

Friends And Related Function Documentation

◆ conj

FloatComplexMatrix conj ( const FloatComplexMatrix a)
friend

Definition at line 678 of file fCMatrix.cc.

◆ operator<<

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

Definition at line 3220 of file fCMatrix.cc.

◆ operator>>

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

Definition at line 3236 of file fCMatrix.cc.


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