GNU Octave  9.1.0
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"

Go to the source code of this file.

Classes

class  FloatComplexMatrix
 

Functions

FloatComplexMatrix conj (const FloatComplexMatrix &a)
 
FloatComplexMatrix Givens (const FloatComplex &, const FloatComplex &)
 
FloatComplexMatrix linspace (const FloatComplexColumnVector &x1, const FloatComplexColumnVector &x2, octave_idx_type n)
 
FloatComplexMatrix max (const FloatComplex &c, const FloatComplexMatrix &m)
 
FloatComplexMatrix max (const FloatComplexMatrix &a, const FloatComplexMatrix &b)
 
FloatComplexMatrix max (const FloatComplexMatrix &m, const FloatComplex &c)
 
FloatComplexMatrix min (const FloatComplex &c, const FloatComplexMatrix &m)
 
FloatComplexMatrix min (const FloatComplexMatrix &a, const FloatComplexMatrix &b)
 
FloatComplexMatrix min (const FloatComplexMatrix &m, const FloatComplex &c)
 
boolMatrix mx_el_and (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_and (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_and (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
boolMatrix mx_el_eq (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_eq (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_eq (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
boolMatrix mx_el_ge (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_ge (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_ge (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
boolMatrix mx_el_gt (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_gt (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_gt (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
boolMatrix mx_el_le (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_le (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_le (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
boolMatrix mx_el_lt (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_lt (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_lt (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
boolMatrix mx_el_ne (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_ne (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_ne (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
boolMatrix mx_el_or (const FloatComplex &, const FloatComplexMatrix &)
 
boolMatrix mx_el_or (const FloatComplexMatrix &, const FloatComplex &)
 
boolMatrix mx_el_or (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
FloatComplexMatrix operator* (const FloatColumnVector &a, const FloatComplexRowVector &b)
 
FloatComplexMatrix operator* (const FloatComplex &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator* (const FloatComplexColumnVector &a, const FloatComplexRowVector &b)
 
FloatComplexMatrix operator* (const FloatComplexColumnVector &a, const FloatRowVector &b)
 
FloatComplexMatrix operator* (const FloatComplexMatrix &, const FloatComplexMatrix &)
 
FloatComplexMatrix operator* (const FloatComplexMatrix &, const FloatMatrix &)
 
FloatComplexMatrix operator* (const FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator* (const FloatMatrix &, const FloatComplexMatrix &)
 
FloatComplexMatrix operator*= (FloatComplexMatrix &x, const FloatComplex &y)
 
FloatComplexMatrix operator+ (const FloatComplex &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator+ (const FloatComplexMatrix &x)
 
FloatComplexMatrix operator+ (const FloatComplexMatrix &x, const FloatComplex &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 FloatComplex &x, const FloatComplexMatrix &y)
 
FloatComplexMatrix operator- (const FloatComplexMatrix &x)
 
FloatComplexMatrix operator- (const FloatComplexMatrix &x, const FloatComplex &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 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)
 
FloatComplexMatrix Sylvester (const FloatComplexMatrix &, const FloatComplexMatrix &, const FloatComplexMatrix &)
 
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()

Definition at line 183 of file fCMatrix.cc.

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

◆ Givens()

FloatComplexMatrix Givens ( const FloatComplex x,
const FloatComplex y 
)

◆ linspace()

Definition at line 3660 of file fCMatrix.cc.

References Array< T, Alloc >::clear(), m, n, and Array< T, Alloc >::numel().

◆ max() [1/3]

FloatComplexMatrix max ( const FloatComplex c,
const FloatComplexMatrix m 
)

Definition at line 3585 of file fCMatrix.cc.

References EMPTY_RETURN_CHECK, and m.

Referenced by FloatComplexMatrix::lssolve(), max(), and FloatComplexMatrix::pseudo_inverse().

◆ max() [2/3]

◆ max() [3/3]

FloatComplexMatrix max ( const FloatComplexMatrix m,
const FloatComplex c 
)

Definition at line 3605 of file fCMatrix.cc.

References m, and max().

◆ min() [1/3]

FloatComplexMatrix min ( const FloatComplex c,
const FloatComplexMatrix m 
)

Definition at line 3513 of file fCMatrix.cc.

References EMPTY_RETURN_CHECK, and m.

Referenced by min(), operator*(), and FloatComplexMatrix::pseudo_inverse().

◆ min() [2/3]

◆ min() [3/3]

FloatComplexMatrix min ( const FloatComplexMatrix m,
const FloatComplex c 
)

Definition at line 3533 of file fCMatrix.cc.

References m, and min().

◆ mx_el_and() [1/3]

boolMatrix mx_el_and ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3690 of file fCMatrix.cc.

◆ mx_el_and() [2/3]

boolMatrix mx_el_and ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3687 of file fCMatrix.cc.

◆ mx_el_and() [3/3]

boolMatrix mx_el_and ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3693 of file fCMatrix.cc.

◆ mx_el_eq() [1/3]

boolMatrix mx_el_eq ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3689 of file fCMatrix.cc.

◆ mx_el_eq() [2/3]

boolMatrix mx_el_eq ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3686 of file fCMatrix.cc.

◆ mx_el_eq() [3/3]

boolMatrix mx_el_eq ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3692 of file fCMatrix.cc.

◆ mx_el_ge() [1/3]

boolMatrix mx_el_ge ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3689 of file fCMatrix.cc.

◆ mx_el_ge() [2/3]

boolMatrix mx_el_ge ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3686 of file fCMatrix.cc.

◆ mx_el_ge() [3/3]

boolMatrix mx_el_ge ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3692 of file fCMatrix.cc.

◆ mx_el_gt() [1/3]

boolMatrix mx_el_gt ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3689 of file fCMatrix.cc.

◆ mx_el_gt() [2/3]

boolMatrix mx_el_gt ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3686 of file fCMatrix.cc.

◆ mx_el_gt() [3/3]

boolMatrix mx_el_gt ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3692 of file fCMatrix.cc.

◆ mx_el_le() [1/3]

boolMatrix mx_el_le ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3689 of file fCMatrix.cc.

◆ mx_el_le() [2/3]

boolMatrix mx_el_le ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3686 of file fCMatrix.cc.

◆ mx_el_le() [3/3]

boolMatrix mx_el_le ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3692 of file fCMatrix.cc.

◆ mx_el_lt() [1/3]

boolMatrix mx_el_lt ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3689 of file fCMatrix.cc.

◆ mx_el_lt() [2/3]

boolMatrix mx_el_lt ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3686 of file fCMatrix.cc.

◆ mx_el_lt() [3/3]

boolMatrix mx_el_lt ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3692 of file fCMatrix.cc.

◆ mx_el_ne() [1/3]

boolMatrix mx_el_ne ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3689 of file fCMatrix.cc.

◆ mx_el_ne() [2/3]

boolMatrix mx_el_ne ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3686 of file fCMatrix.cc.

◆ mx_el_ne() [3/3]

boolMatrix mx_el_ne ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3692 of file fCMatrix.cc.

◆ mx_el_or() [1/3]

boolMatrix mx_el_or ( const FloatComplex s,
const FloatComplexMatrix m 
)

Definition at line 3690 of file fCMatrix.cc.

◆ mx_el_or() [2/3]

boolMatrix mx_el_or ( const FloatComplexMatrix m,
const FloatComplex s 
)

Definition at line 3687 of file fCMatrix.cc.

◆ mx_el_or() [3/3]

boolMatrix mx_el_or ( const FloatComplexMatrix m1,
const FloatComplexMatrix m2 
)

Definition at line 3693 of file fCMatrix.cc.

◆ operator*() [1/8]

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

Definition at line 2652 of file fCMatrix.cc.

◆ operator*() [2/8]

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

Definition at line 535 of file fCMatrix.h.

◆ operator*() [3/8]

◆ operator*() [4/8]

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

Definition at line 2659 of file fCMatrix.cc.

◆ operator*() [5/8]

FloatComplexMatrix operator* ( const FloatComplexMatrix a,
const FloatComplexMatrix b 
)

Definition at line 3500 of file fCMatrix.cc.

References xgemm().

◆ operator*() [6/8]

FloatComplexMatrix operator* ( const FloatComplexMatrix m,
const FloatMatrix a 
)

Definition at line 3329 of file fCMatrix.cc.

References Array< T, Alloc >::columns(), imag(), m, min(), and real().

◆ operator*() [7/8]

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

Definition at line 535 of file fCMatrix.h.

◆ operator*() [8/8]

FloatComplexMatrix operator* ( const FloatMatrix m,
const FloatComplexMatrix a 
)

Definition at line 3338 of file fCMatrix.cc.

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

◆ operator*=()

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

Definition at line 535 of file fCMatrix.h.

◆ operator+() [1/4]

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

Definition at line 535 of file fCMatrix.h.

◆ operator+() [2/4]

FloatComplexMatrix operator+ ( const FloatComplexMatrix x)
inline

Definition at line 535 of file fCMatrix.h.

◆ operator+() [3/4]

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

Definition at line 535 of file fCMatrix.h.

◆ operator+() [4/4]

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

Definition at line 535 of file fCMatrix.h.

◆ operator+=() [1/2]

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

Definition at line 535 of file fCMatrix.h.

◆ operator+=() [2/2]

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

Definition at line 535 of file fCMatrix.h.

◆ operator-() [1/4]

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

Definition at line 535 of file fCMatrix.h.

◆ operator-() [2/4]

FloatComplexMatrix operator- ( const FloatComplexMatrix x)
inline

Definition at line 535 of file fCMatrix.h.

◆ operator-() [3/4]

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

Definition at line 535 of file fCMatrix.h.

◆ operator-() [4/4]

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

Definition at line 535 of file fCMatrix.h.

◆ operator-=() [1/2]

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

Definition at line 535 of file fCMatrix.h.

◆ operator-=() [2/2]

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

Definition at line 535 of file fCMatrix.h.

◆ operator/() [1/2]

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

Definition at line 535 of file fCMatrix.h.

◆ operator/() [2/2]

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

Definition at line 535 of file fCMatrix.h.

◆ operator/=()

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

Definition at line 535 of file fCMatrix.h.

◆ product()

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

Definition at line 535 of file fCMatrix.h.

◆ product_eq()

FloatComplexMatrix product_eq ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 535 of file fCMatrix.h.

◆ quotient()

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

Definition at line 535 of file fCMatrix.h.

◆ quotient_eq()

FloatComplexMatrix quotient_eq ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 535 of file fCMatrix.h.

◆ Sylvester()

◆ xgemm()