Classes | Defines | Functions

CSparse.h File Reference

#include "dMatrix.h"
#include "dNDArray.h"
#include "CNDArray.h"
#include "dColVector.h"
#include "CColVector.h"
#include "oct-cmplx.h"
#include "DET.h"
#include "MSparse.h"
#include "MSparse-defs.h"
#include "Sparse-op-defs.h"
#include "MatrixType.h"
Include dependency graph for CSparse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SparseComplexMatrix

Defines

#define UMFPACK_ZNAME(name)   umfpack_zi_ ## name

Functions

OCTAVE_API ComplexMatrix herm_mul (const SparseComplexMatrix &, const ComplexMatrix &)
OCTAVE_API SparseComplexMatrix max (const Complex &c, const SparseComplexMatrix &m)
OCTAVE_API SparseComplexMatrix max (const SparseComplexMatrix &m, const Complex &c)
OCTAVE_API SparseComplexMatrix max (const SparseComplexMatrix &a, const SparseComplexMatrix &b)
OCTAVE_API SparseComplexMatrix min (const SparseComplexMatrix &m, const Complex &c)
OCTAVE_API SparseComplexMatrix min (const SparseComplexMatrix &a, const SparseComplexMatrix &b)
OCTAVE_API SparseComplexMatrix min (const Complex &c, const SparseComplexMatrix &m)
OCTAVE_API ComplexMatrix mul_herm (const ComplexMatrix &, const SparseComplexMatrix &)
OCTAVE_API ComplexMatrix mul_trans (const ComplexMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const PermMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const SparseMatrix &, const ComplexDiagMatrix &)
OCTAVE_API ComplexMatrix operator* (const Matrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const ComplexDiagMatrix &, const SparseMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const SparseMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const ComplexDiagMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const ComplexDiagMatrix &)
OCTAVE_API ComplexMatrix operator* (const SparseMatrix &, const ComplexMatrix &)
OCTAVE_API ComplexMatrix operator* (const ComplexMatrix &, const SparseMatrix &)
OCTAVE_API ComplexMatrix operator* (const SparseComplexMatrix &, const Matrix &)
OCTAVE_API ComplexMatrix operator* (const SparseComplexMatrix &, const ComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const PermMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const SparseMatrix &, const SparseComplexMatrix &)
OCTAVE_API ComplexMatrix operator* (const ComplexMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const DiagMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const DiagMatrix &)
OCTAVE_API SparseComplexMatrix operator+ (const DiagMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator+ (const SparseComplexMatrix &, const ComplexDiagMatrix &)
OCTAVE_API SparseComplexMatrix operator+ (const ComplexDiagMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator+ (const ComplexDiagMatrix &, const SparseMatrix &)
OCTAVE_API SparseComplexMatrix operator+ (const SparseMatrix &, const ComplexDiagMatrix &)
OCTAVE_API SparseComplexMatrix operator+ (const SparseComplexMatrix &, const DiagMatrix &)
OCTAVE_API SparseComplexMatrix operator- (const ComplexDiagMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator- (const SparseComplexMatrix &, const ComplexDiagMatrix &)
OCTAVE_API SparseComplexMatrix operator- (const SparseComplexMatrix &, const DiagMatrix &)
OCTAVE_API SparseComplexMatrix operator- (const DiagMatrix &, const SparseComplexMatrix &)
OCTAVE_API SparseComplexMatrix operator- (const SparseMatrix &, const ComplexDiagMatrix &)
OCTAVE_API SparseComplexMatrix operator- (const ComplexDiagMatrix &, const SparseMatrix &)
OCTAVE_API ComplexMatrix trans_mul (const SparseComplexMatrix &, const ComplexMatrix &)

Define Documentation

#define UMFPACK_ZNAME (   name  )     umfpack_zi_ ## name

Function Documentation

OCTAVE_API ComplexMatrix herm_mul ( const SparseComplexMatrix ,
const ComplexMatrix  
)

Definition at line 7511 of file CSparse.cc.

References conj(), and SPARSE_FULL_TRANS_MUL.

Referenced by install_cm_cm_ops(), and install_scm_cm_ops().

OCTAVE_API SparseComplexMatrix max ( const Complex c,
const SparseComplexMatrix m 
)
OCTAVE_API SparseComplexMatrix max ( const SparseComplexMatrix m,
const Complex c 
)

Definition at line 7778 of file CSparse.cc.

References max().

OCTAVE_API SparseComplexMatrix max ( const SparseComplexMatrix a,
const SparseComplexMatrix b 
)
OCTAVE_API SparseComplexMatrix min ( const SparseComplexMatrix m,
const Complex c 
)

Definition at line 7658 of file CSparse.cc.

References min().

OCTAVE_API SparseComplexMatrix min ( const SparseComplexMatrix a,
const SparseComplexMatrix b 
)
OCTAVE_API SparseComplexMatrix min ( const Complex c,
const SparseComplexMatrix m 
)
OCTAVE_API ComplexMatrix mul_herm ( const ComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7481 of file CSparse.cc.

References conj(), and FULL_SPARSE_MUL_TRANS.

Referenced by DEFNDASSIGNOP_FN(), and install_cm_cm_ops().

OCTAVE_API ComplexMatrix mul_trans ( const ComplexMatrix ,
const SparseComplexMatrix  
)
OCTAVE_API SparseComplexMatrix operator* ( const PermMatrix ,
const SparseComplexMatrix  
)

Definition at line 7615 of file CSparse.cc.

References octinternal_do_mul_pm_sm().

OCTAVE_API SparseComplexMatrix operator* ( const SparseMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7534 of file CSparse.cc.

OCTAVE_API ComplexMatrix operator* ( const Matrix ,
const SparseComplexMatrix  
)

Definition at line 7463 of file CSparse.cc.

References FULL_SPARSE_MUL.

OCTAVE_API SparseComplexMatrix operator* ( const ComplexDiagMatrix ,
const SparseMatrix  
)

Definition at line 7529 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const SparseMatrix  
)

Definition at line 7439 of file CSparse.cc.

References SPARSE_SPARSE_MUL.

OCTAVE_API SparseComplexMatrix operator* ( const ComplexDiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7540 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7545 of file CSparse.cc.

OCTAVE_API ComplexMatrix operator* ( const SparseMatrix ,
const ComplexMatrix  
)

Definition at line 7493 of file CSparse.cc.

References SPARSE_FULL_MUL.

OCTAVE_API ComplexMatrix operator* ( const ComplexMatrix ,
const SparseMatrix  
)

Definition at line 7457 of file CSparse.cc.

References FULL_SPARSE_MUL.

OCTAVE_API ComplexMatrix operator* ( const SparseComplexMatrix ,
const Matrix  
)

Definition at line 7487 of file CSparse.cc.

References SPARSE_FULL_MUL.

OCTAVE_API ComplexMatrix operator* ( const SparseComplexMatrix ,
const ComplexMatrix  
)

Definition at line 7499 of file CSparse.cc.

References SPARSE_FULL_MUL.

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const PermMatrix  
)

Definition at line 7621 of file CSparse.cc.

References octinternal_do_mul_sm_pm().

OCTAVE_API SparseComplexMatrix operator* ( const SparseMatrix ,
const SparseComplexMatrix  
)

Definition at line 7445 of file CSparse.cc.

References SPARSE_SPARSE_MUL.

OCTAVE_API ComplexMatrix operator* ( const ComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7469 of file CSparse.cc.

References FULL_SPARSE_MUL.

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7451 of file CSparse.cc.

References SPARSE_SPARSE_MUL.

OCTAVE_API SparseComplexMatrix operator* ( const DiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7518 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const DiagMatrix  
)

Definition at line 7523 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator+ ( const DiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7556 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator+ ( const SparseComplexMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7576 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator+ ( const ComplexDiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7561 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator+ ( const ComplexDiagMatrix ,
const SparseMatrix  
)

Definition at line 7551 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator+ ( const SparseMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7566 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator+ ( const SparseComplexMatrix ,
const DiagMatrix  
)

Definition at line 7571 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator- ( const ComplexDiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7592 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator- ( const SparseComplexMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7607 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator- ( const SparseComplexMatrix ,
const DiagMatrix  
)

Definition at line 7602 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator- ( const DiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7587 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator- ( const SparseMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7597 of file CSparse.cc.

OCTAVE_API SparseComplexMatrix operator- ( const ComplexDiagMatrix ,
const SparseMatrix  
)

Definition at line 7582 of file CSparse.cc.

OCTAVE_API ComplexMatrix trans_mul ( const SparseComplexMatrix ,
const ComplexMatrix  
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines