GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
fCMatrix.h File Reference
#include "octave-config.h"
#include "fCNDArray.h"
#include "MArray.h"
#include "MDiagArray2.h"
#include "MatrixType.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "oct-cmplx.h"
#include "DET.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

OCTAVE_API FloatComplexMatrix conj ( const FloatComplexMatrix a)

Definition at line 681 of file fCMatrix.cc.

References a.

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

OCTAVE_API FloatComplexMatrix Givens ( const FloatComplex ,
const FloatComplex  
)

Definition at line 3299 of file fCMatrix.cc.

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

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

Definition at line 3699 of file fCMatrix.cc.

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

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

Definition at line 3645 of file fCMatrix.cc.

References max().

OCTAVE_API FloatComplexMatrix max ( const FloatComplexMatrix a,
const FloatComplexMatrix b 
)
OCTAVE_API FloatComplexMatrix min ( const FloatComplex c,
const FloatComplexMatrix m 
)

Definition at line 3553 of file fCMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, m, octave::math::min(), result, and Array< T >::rows().

Referenced by min(), and operator*().

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

Definition at line 3573 of file fCMatrix.cc.

References min().

OCTAVE_API FloatComplexMatrix min ( const FloatComplexMatrix a,
const FloatComplexMatrix b 
)
OCTAVE_API boolMatrix mx_el_and ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3738 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3741 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3744 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3737 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3740 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3743 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3737 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3740 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3743 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3737 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3740 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3743 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3737 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3740 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3743 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3737 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3740 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3743 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3737 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3740 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3743 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const FloatComplexMatrix ,
const FloatComplex  
)

Definition at line 3738 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const FloatComplex ,
const FloatComplexMatrix  
)

Definition at line 3741 of file fCMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3744 of file fCMatrix.cc.

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

Definition at line 2693 of file fCMatrix.cc.

References a, and tmp.

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

Definition at line 2700 of file fCMatrix.cc.

References tmp.

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

Definition at line 3378 of file fCMatrix.cc.

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

OCTAVE_API FloatComplexMatrix operator* ( const FloatComplexMatrix ,
const FloatMatrix  
)

Definition at line 3369 of file fCMatrix.cc.

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

OCTAVE_API FloatComplexMatrix operator* ( const FloatComplexMatrix ,
const FloatComplexMatrix  
)

Definition at line 3540 of file fCMatrix.cc.

References xgemm().

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

FloatComplexMatrix operator+ ( const FloatComplexMatrix x)
inline

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

FloatComplexMatrix operator- ( const FloatComplexMatrix x)
inline

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

FloatComplexMatrix product_eq ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 497 of file fCMatrix.h.

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

Definition at line 497 of file fCMatrix.h.

FloatComplexMatrix quotient_eq ( FloatComplexMatrix x,
const FloatComplexMatrix y 
)
inline

Definition at line 497 of file fCMatrix.h.

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 
)