Classes | Functions

fCMatrix.h File Reference

#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 FloatComplexMatrix &a, const FloatComplexMatrix &b)
OCTAVE_API FloatComplexMatrix max (const FloatComplex &c, const FloatComplexMatrix &m)
OCTAVE_API FloatComplexMatrix max (const FloatComplexMatrix &m, const FloatComplex &c)
OCTAVE_API FloatComplexMatrix min (const FloatComplexMatrix &m, const FloatComplex &c)
OCTAVE_API FloatComplexMatrix min (const FloatComplex &c, const FloatComplexMatrix &m)
OCTAVE_API FloatComplexMatrix min (const FloatComplexMatrix &a, const FloatComplexMatrix &b)
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexMatrix &, const FloatMatrix &)
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexColumnVector &a, const FloatComplexRowVector &b)
OCTAVE_API FloatComplexMatrix operator* (const FloatColumnVector &a, const FloatComplexRowVector &b)
OCTAVE_API FloatComplexMatrix operator* (const FloatMatrix &, const FloatComplexMatrix &)
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexMatrix &, const FloatComplexMatrix &)
OCTAVE_API FloatComplexMatrix operator* (const FloatComplexColumnVector &a, const FloatRowVector &b)
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 924 of file fCMatrix.cc.

OCTAVE_API FloatComplexMatrix Givens ( const FloatComplex ,
const FloatComplex  
)

Definition at line 3626 of file CMatrix.cc.

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

Referenced by DEFUN_DLD().

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

Definition at line 4043 of file fCMatrix.cc.

References current_liboctave_error_handler, and Array< T >::length().

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

Definition at line 3953 of file fCMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().

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

Definition at line 3973 of file fCMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().

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

Definition at line 3885 of file fCMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().

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

Definition at line 3865 of file fCMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().

OCTAVE_API FloatComplexMatrix min ( const FloatComplexMatrix a,
const FloatComplexMatrix b 
)
OCTAVE_API FloatComplexMatrix operator* ( const FloatComplexMatrix ,
const FloatMatrix  
)

Definition at line 3691 of file fCMatrix.cc.

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

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

Definition at line 2902 of file fCMatrix.cc.

OCTAVE_API FloatComplexMatrix operator* ( const FloatMatrix ,
const FloatComplexMatrix  
)

Definition at line 3700 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 3852 of file fCMatrix.cc.

References xgemm().

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

Definition at line 2909 of file fCMatrix.cc.

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 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines