GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fCMatrix.h File Reference
#include "octave-config.h"
#include "DET.h"
#include "MArray.h"
#include "MDiagArray2.h"
#include "MatrixType.h"
#include "fCNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "oct-cmplx.h"
Include dependency graph for fCMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FloatComplexMatrix
 

Functions

OCTAVE_API FloatComplexMatrix conj (const FloatComplexMatrix &a)
 
OCTAVE_API FloatComplexMatrix Givens (const FloatComplex &, const FloatComplex &)
 
OCTAVE_API FloatComplexMatrix linspace (const FloatComplexColumnVector &x1, const FloatComplexColumnVector &x2, octave_idx_type n)
 
OCTAVE_API FloatComplexMatrix max (const FloatComplex &c, const FloatComplexMatrix &m)
 
OCTAVE_API FloatComplexMatrix max (const FloatComplexMatrix &m, const FloatComplex &c)
 
OCTAVE_API FloatComplexMatrix max (const FloatComplexMatrix &a, const FloatComplexMatrix &b)
 
OCTAVE_API FloatComplexMatrix min (const FloatComplex &c, const FloatComplexMatrix &m)
 
OCTAVE_API FloatComplexMatrix min (const FloatComplexMatrix &m, const FloatComplex &c)
 
OCTAVE_API FloatComplexMatrix min (const FloatComplexMatrix &a, const FloatComplexMatrix &b)
 
OCTAVE_API boolMatrix mx_el_and (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_and (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_and (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_eq (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_eq (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_eq (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_ge (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_ge (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_ge (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_gt (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_gt (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_gt (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_le (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_le (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_le (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_lt (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_lt (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_lt (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_ne (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_ne (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_ne (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const FloatComplexMatrix &, const FloatComplex &)
 
OCTAVE_API boolMatrix mx_el_or (const FloatComplex &, const FloatComplexMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API FloatComplexMatrix operator* (const FloatColumnVector &a, const FloatComplexRowVector &b)
 
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexColumnVector &a, const FloatRowVector &b)
 
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexColumnVector &a, const FloatComplexRowVector &b)
 
OCTAVE_API FloatComplexMatrix operator* (const FloatMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexMatrix &, const FloatMatrix &)
 
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
FloatComplexMatrix operator* (const FloatComplex &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator* (const FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator*= (FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator+ (const FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator+ (const FloatComplexMatrix &x)
 
FloatComplexMatrix operator+ (const FloatComplex &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator+ (const FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator+= (FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator+= (FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator- (const FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator- (const FloatComplex &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator- (const FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator- (const FloatComplexMatrix &x)
 
FloatComplexMatrix operator-= (FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator-= (FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator/ (const FloatComplex &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator/ (const FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator/= (FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix product (const FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix product_eq (FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix quotient (const FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix quotient_eq (FloatComplexMatrix &x, const FloatComplexMatrix &y)
 
OCTAVE_API FloatComplexMatrix Sylvester (const FloatComplexMatrix &, const FloatComplexMatrix &, const FloatComplexMatrix &)
 
OCTAVE_API FloatComplexMatrix xgemm (const FloatComplexMatrix &a, const FloatComplexMatrix &b, blas_trans_type transa=blas_no_trans, blas_trans_type transb=blas_no_trans)
 

Function Documentation

◆ conj()

OCTAVE_API FloatComplexMatrix conj ( const FloatComplexMatrix a)

Definition at line 677 of file fCMatrix.cc.

References a.

Referenced by get_blas_trans_arg(), Givens(), and FloatComplexMatrix::hermitian().

◆ Givens()

OCTAVE_API FloatComplexMatrix Givens ( const FloatComplex ,
const FloatComplex  
)

Definition at line 3425 of file fCMatrix.cc.

References conj(), cs, Array< T >::elem(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), x, and y.

◆ linspace()

OCTAVE_API FloatComplexMatrix linspace ( const FloatComplexColumnVector x1,
const FloatComplexColumnVector x2,
octave_idx_type  n 
)

Definition at line 3825 of file fCMatrix.cc.

References current_liboctave_error_handler, i, Array< T >::numel(), and retval.

◆ max() [1/3]

◆ max() [2/3]

OCTAVE_API FloatComplexMatrix max ( const FloatComplexMatrix m,
const FloatComplex c 
)

Definition at line 3771 of file fCMatrix.cc.

References c, and max().

◆ max() [3/3]

OCTAVE_API FloatComplexMatrix max ( const FloatComplexMatrix a,
const FloatComplexMatrix b 
)

◆ min() [1/3]

OCTAVE_API FloatComplexMatrix min ( const FloatComplex c,
const FloatComplexMatrix m 
)

◆ min() [2/3]

OCTAVE_API FloatComplexMatrix min ( const FloatComplexMatrix m,
const FloatComplex c 
)

Definition at line 3699 of file fCMatrix.cc.

References c, and min().

◆ min() [3/3]

OCTAVE_API FloatComplexMatrix min ( const FloatComplexMatrix a,
const FloatComplexMatrix b 
)

◆ mx_el_and() [1/3]

OCTAVE_API boolMatrix mx_el_and ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3864 of file fCMatrix.cc.

◆ mx_el_and() [2/3]

OCTAVE_API boolMatrix mx_el_and ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3867 of file fCMatrix.cc.

◆ mx_el_and() [3/3]

OCTAVE_API boolMatrix mx_el_and ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3870 of file fCMatrix.cc.

◆ mx_el_eq() [1/3]

OCTAVE_API boolMatrix mx_el_eq ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3863 of file fCMatrix.cc.

◆ mx_el_eq() [2/3]

OCTAVE_API boolMatrix mx_el_eq ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3866 of file fCMatrix.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API boolMatrix mx_el_eq ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3869 of file fCMatrix.cc.

◆ mx_el_ge() [1/3]

OCTAVE_API boolMatrix mx_el_ge ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3863 of file fCMatrix.cc.

◆ mx_el_ge() [2/3]

OCTAVE_API boolMatrix mx_el_ge ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3866 of file fCMatrix.cc.

◆ mx_el_ge() [3/3]

OCTAVE_API boolMatrix mx_el_ge ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3869 of file fCMatrix.cc.

◆ mx_el_gt() [1/3]

OCTAVE_API boolMatrix mx_el_gt ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3863 of file fCMatrix.cc.

◆ mx_el_gt() [2/3]

OCTAVE_API boolMatrix mx_el_gt ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3866 of file fCMatrix.cc.

◆ mx_el_gt() [3/3]

OCTAVE_API boolMatrix mx_el_gt ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3869 of file fCMatrix.cc.

◆ mx_el_le() [1/3]

OCTAVE_API boolMatrix mx_el_le ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3863 of file fCMatrix.cc.

◆ mx_el_le() [2/3]

OCTAVE_API boolMatrix mx_el_le ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3866 of file fCMatrix.cc.

◆ mx_el_le() [3/3]

OCTAVE_API boolMatrix mx_el_le ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3869 of file fCMatrix.cc.

◆ mx_el_lt() [1/3]

OCTAVE_API boolMatrix mx_el_lt ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3863 of file fCMatrix.cc.

◆ mx_el_lt() [2/3]

OCTAVE_API boolMatrix mx_el_lt ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3866 of file fCMatrix.cc.

◆ mx_el_lt() [3/3]

OCTAVE_API boolMatrix mx_el_lt ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3869 of file fCMatrix.cc.

◆ mx_el_ne() [1/3]

OCTAVE_API boolMatrix mx_el_ne ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3863 of file fCMatrix.cc.

◆ mx_el_ne() [2/3]

OCTAVE_API boolMatrix mx_el_ne ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3866 of file fCMatrix.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API boolMatrix mx_el_ne ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3869 of file fCMatrix.cc.

◆ mx_el_or() [1/3]

OCTAVE_API boolMatrix mx_el_or ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3864 of file fCMatrix.cc.

◆ mx_el_or() [2/3]

OCTAVE_API boolMatrix mx_el_or ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3867 of file fCMatrix.cc.

◆ mx_el_or() [3/3]

OCTAVE_API boolMatrix mx_el_or ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3870 of file fCMatrix.cc.

◆ operator*() [1/8]

OCTAVE_API FloatComplexMatrix operator* ( const FloatColumnVector a,
const FloatComplexRowVector b 
)

Definition at line 2819 of file fCMatrix.cc.

References a, and tmp.

◆ operator*() [2/8]

OCTAVE_API FloatComplexMatrix operator* ( const FloatComplexColumnVector a,
const FloatRowVector b 
)

Definition at line 2826 of file fCMatrix.cc.

References a, b, and tmp.

◆ operator*() [3/8]

OCTAVE_API FloatComplexMatrix operator* ( const FloatComplexColumnVector a,
const FloatComplexRowVector b 
)

◆ operator*() [4/8]

OCTAVE_API FloatComplexMatrix operator* ( const FloatMatrix ,
const FloatComplexMatrix  
)

Definition at line 3504 of file fCMatrix.cc.

References a, imag(), min(), real(), and Array< T >::rows().

◆ operator*() [5/8]

OCTAVE_API FloatComplexMatrix operator* ( const FloatComplexMatrix ,
const FloatMatrix  
)

Definition at line 3495 of file fCMatrix.cc.

References a, Array< T >::columns(), imag(), min(), real(), and Array< T >::rows().

◆ operator*() [6/8]

OCTAVE_API FloatComplexMatrix operator* ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3666 of file fCMatrix.cc.

References a, b, and xgemm().

◆ operator*() [7/8]

FloatComplexMatrix operator* ( const FloatComplex x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator*() [8/8]

FloatComplexMatrix operator* ( const FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator*=()

FloatComplexMatrix operator*= ( FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator+() [1/4]

FloatComplexMatrix operator+ ( const FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator+() [2/4]

FloatComplexMatrix operator+ ( const FloatComplexMatrix x)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator+() [3/4]

FloatComplexMatrix operator+ ( const FloatComplex x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator+() [4/4]

FloatComplexMatrix operator+ ( const FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator+=() [1/2]

FloatComplexMatrix operator+= ( FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator+=() [2/2]

FloatComplexMatrix operator+= ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator-() [1/4]

FloatComplexMatrix operator- ( const FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator-() [2/4]

FloatComplexMatrix operator- ( const FloatComplex x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator-() [3/4]

FloatComplexMatrix operator- ( const FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator-() [4/4]

FloatComplexMatrix operator- ( const FloatComplexMatrix x)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator-=() [1/2]

FloatComplexMatrix operator-= ( FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator-=() [2/2]

FloatComplexMatrix operator-= ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator/() [1/2]

FloatComplexMatrix operator/ ( const FloatComplex x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator/() [2/2]

FloatComplexMatrix operator/ ( const FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ operator/=()

FloatComplexMatrix operator/= ( FloatComplexMatrix x,
const FloatComplex y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ product()

FloatComplexMatrix product ( const FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ product_eq()

FloatComplexMatrix product_eq ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ quotient()

FloatComplexMatrix quotient ( const FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ quotient_eq()

FloatComplexMatrix quotient_eq ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 501 of file fCMatrix.h.

◆ Sylvester()

◆ xgemm()