GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
CSparse.h File Reference
#include "octave-config.h"
#include "CColVector.h"
#include "CMatrix.h"
#include "CNDArray.h"
#include "DET.h"
#include "MSparse.h"
#include "MatrixType.h"
#include "Sparse-op-decls.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "dNDArray.h"
#include "oct-cmplx.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
 

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 Complex &c, const SparseComplexMatrix &m)
 
OCTAVE_API SparseComplexMatrix min (const SparseComplexMatrix &m, const Complex &c)
 
OCTAVE_API SparseComplexMatrix min (const SparseComplexMatrix &a, const SparseComplexMatrix &b)
 
OCTAVE_API ComplexMatrix mul_herm (const ComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API ComplexMatrix mul_trans (const ComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_and (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_and (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_and (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_eq (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_eq (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_eq (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_ge (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_ge (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_ge (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_gt (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_gt (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_gt (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_le (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_le (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_le (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_lt (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_lt (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_lt (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_ne (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_ne (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_ne (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_or (const SparseComplexMatrix &, const Complex &)
 
OCTAVE_API SparseBoolMatrix mx_el_or (const Complex &, const SparseComplexMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_or (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const SparseMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const SparseMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API ComplexMatrix operator* (const Matrix &, const SparseComplexMatrix &)
 
OCTAVE_API ComplexMatrix operator* (const ComplexMatrix &, const SparseMatrix &)
 
OCTAVE_API ComplexMatrix operator* (const ComplexMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API ComplexMatrix operator* (const SparseMatrix &, const ComplexMatrix &)
 
OCTAVE_API ComplexMatrix operator* (const SparseComplexMatrix &, const Matrix &)
 
OCTAVE_API ComplexMatrix operator* (const SparseComplexMatrix &, const ComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const DiagMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const DiagMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const ComplexDiagMatrix &, const SparseMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const SparseMatrix &, const ComplexDiagMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const ComplexDiagMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const ComplexDiagMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const PermMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator* (const SparseComplexMatrix &, const PermMatrix &)
 
SparseComplexMatrix operator* (const SparseComplexMatrix &x, const Complex &y)
 
SparseComplexMatrix operator* (const Complex &x, const SparseComplexMatrix &y)
 
OCTAVE_API SparseComplexMatrix operator+ (const ComplexDiagMatrix &, const SparseMatrix &)
 
OCTAVE_API SparseComplexMatrix operator+ (const DiagMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator+ (const ComplexDiagMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator+ (const SparseMatrix &, const ComplexDiagMatrix &)
 
OCTAVE_API SparseComplexMatrix operator+ (const SparseComplexMatrix &, const DiagMatrix &)
 
OCTAVE_API SparseComplexMatrix operator+ (const SparseComplexMatrix &, const ComplexDiagMatrix &)
 
ComplexMatrix operator+ (const SparseComplexMatrix &x, const Complex &y)
 
ComplexMatrix operator+ (const Complex &x, const SparseComplexMatrix &y)
 
SparseComplexMatrix operator+ (const SparseComplexMatrix &x)
 
SparseComplexMatrix operator+ (const SparseComplexMatrix &x, const SparseComplexMatrix &y)
 
SparseComplexMatrix operator+= (SparseComplexMatrix &x, const SparseComplexMatrix &y)
 
OCTAVE_API SparseComplexMatrix operator- (const ComplexDiagMatrix &, const SparseMatrix &)
 
OCTAVE_API SparseComplexMatrix operator- (const DiagMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator- (const ComplexDiagMatrix &, const SparseComplexMatrix &)
 
OCTAVE_API SparseComplexMatrix operator- (const SparseMatrix &, const ComplexDiagMatrix &)
 
OCTAVE_API SparseComplexMatrix operator- (const SparseComplexMatrix &, const DiagMatrix &)
 
OCTAVE_API SparseComplexMatrix operator- (const SparseComplexMatrix &, const ComplexDiagMatrix &)
 
SparseComplexMatrix operator- (const SparseComplexMatrix &x, const SparseComplexMatrix &y)
 
ComplexMatrix operator- (const SparseComplexMatrix &x, const Complex &y)
 
SparseComplexMatrix operator- (const SparseComplexMatrix &x)
 
ComplexMatrix operator- (const Complex &x, const SparseComplexMatrix &y)
 
SparseComplexMatrix operator-= (SparseComplexMatrix &x, const SparseComplexMatrix &y)
 
SparseComplexMatrix operator/ (const Complex &x, const SparseComplexMatrix &y)
 
SparseComplexMatrix operator/ (const SparseComplexMatrix &x, const Complex &y)
 
SparseComplexMatrix product (const SparseComplexMatrix &x, const SparseComplexMatrix &y)
 
SparseComplexMatrix quotient (const SparseComplexMatrix &x, const SparseComplexMatrix &y)
 
OCTAVE_API ComplexMatrix trans_mul (const SparseComplexMatrix &, const ComplexMatrix &)
 

Function Documentation

◆ herm_mul()

OCTAVE_API ComplexMatrix herm_mul ( const SparseComplexMatrix ,
const ComplexMatrix  
)

Definition at line 7580 of file CSparse.cc.

References conj(), and SPARSE_FULL_TRANS_MUL.

Referenced by install_cm_cm_ops(), install_fcm_fcm_ops(), and install_scm_cm_ops().

◆ max() [1/3]

◆ max() [2/3]

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

Definition at line 7843 of file CSparse.cc.

References c, and max().

◆ max() [3/3]

◆ min() [1/3]

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

◆ min() [2/3]

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

Definition at line 7726 of file CSparse.cc.

References c, and min().

◆ min() [3/3]

◆ mul_herm()

OCTAVE_API ComplexMatrix mul_herm ( const ComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7550 of file CSparse.cc.

References conj(), and FULL_SPARSE_MUL_TRANS.

Referenced by install_cm_cm_ops(), install_cm_scm_ops(), and install_fcm_fcm_ops().

◆ mul_trans()

◆ mx_el_and() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_and ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7937 of file CSparse.cc.

◆ mx_el_and() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_and ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7941 of file CSparse.cc.

◆ mx_el_and() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_and ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7945 of file CSparse.cc.

◆ mx_el_eq() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_eq ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7936 of file CSparse.cc.

◆ mx_el_eq() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_eq ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7940 of file CSparse.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_eq ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7944 of file CSparse.cc.

◆ mx_el_ge() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_ge ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7936 of file CSparse.cc.

◆ mx_el_ge() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_ge ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7940 of file CSparse.cc.

◆ mx_el_ge() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_ge ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7944 of file CSparse.cc.

◆ mx_el_gt() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_gt ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7936 of file CSparse.cc.

◆ mx_el_gt() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_gt ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7940 of file CSparse.cc.

◆ mx_el_gt() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_gt ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7944 of file CSparse.cc.

◆ mx_el_le() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_le ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7936 of file CSparse.cc.

◆ mx_el_le() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_le ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7940 of file CSparse.cc.

◆ mx_el_le() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_le ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7944 of file CSparse.cc.

◆ mx_el_lt() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_lt ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7936 of file CSparse.cc.

◆ mx_el_lt() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_lt ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7940 of file CSparse.cc.

◆ mx_el_lt() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_lt ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7944 of file CSparse.cc.

◆ mx_el_ne() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_ne ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7936 of file CSparse.cc.

◆ mx_el_ne() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_ne ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7940 of file CSparse.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_ne ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7944 of file CSparse.cc.

◆ mx_el_or() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_or ( const SparseComplexMatrix ,
const Complex  
)

Definition at line 7937 of file CSparse.cc.

◆ mx_el_or() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_or ( const Complex ,
const SparseComplexMatrix  
)

Definition at line 7941 of file CSparse.cc.

◆ mx_el_or() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_or ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7945 of file CSparse.cc.

◆ operator*() [1/19]

OCTAVE_API SparseComplexMatrix operator* ( const SparseMatrix ,
const SparseComplexMatrix  
)

Definition at line 7514 of file CSparse.cc.

References SPARSE_SPARSE_MUL.

◆ operator*() [2/19]

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const SparseMatrix  
)

Definition at line 7508 of file CSparse.cc.

References SPARSE_SPARSE_MUL.

◆ operator*() [3/19]

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7520 of file CSparse.cc.

References SPARSE_SPARSE_MUL.

◆ operator*() [4/19]

OCTAVE_API ComplexMatrix operator* ( const Matrix ,
const SparseComplexMatrix  
)

Definition at line 7532 of file CSparse.cc.

References FULL_SPARSE_MUL.

◆ operator*() [5/19]

OCTAVE_API ComplexMatrix operator* ( const ComplexMatrix ,
const SparseMatrix  
)

Definition at line 7526 of file CSparse.cc.

References FULL_SPARSE_MUL.

◆ operator*() [6/19]

OCTAVE_API ComplexMatrix operator* ( const ComplexMatrix ,
const SparseComplexMatrix  
)

Definition at line 7538 of file CSparse.cc.

References FULL_SPARSE_MUL.

◆ operator*() [7/19]

OCTAVE_API ComplexMatrix operator* ( const SparseMatrix ,
const ComplexMatrix  
)

Definition at line 7562 of file CSparse.cc.

References SPARSE_FULL_MUL.

◆ operator*() [8/19]

OCTAVE_API ComplexMatrix operator* ( const SparseComplexMatrix ,
const Matrix  
)

Definition at line 7556 of file CSparse.cc.

References SPARSE_FULL_MUL.

◆ operator*() [9/19]

OCTAVE_API ComplexMatrix operator* ( const SparseComplexMatrix ,
const ComplexMatrix  
)

Definition at line 7568 of file CSparse.cc.

References SPARSE_FULL_MUL.

◆ operator*() [10/19]

OCTAVE_API SparseComplexMatrix operator* ( const DiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7587 of file CSparse.cc.

References a, and d.

◆ operator*() [11/19]

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const DiagMatrix  
)

Definition at line 7592 of file CSparse.cc.

References a, and d.

◆ operator*() [12/19]

OCTAVE_API SparseComplexMatrix operator* ( const ComplexDiagMatrix ,
const SparseMatrix  
)

Definition at line 7598 of file CSparse.cc.

References a, and d.

◆ operator*() [13/19]

OCTAVE_API SparseComplexMatrix operator* ( const SparseMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7603 of file CSparse.cc.

References a, and d.

◆ operator*() [14/19]

OCTAVE_API SparseComplexMatrix operator* ( const ComplexDiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7609 of file CSparse.cc.

References a, and d.

◆ operator*() [15/19]

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7614 of file CSparse.cc.

References a, and d.

◆ operator*() [16/19]

OCTAVE_API SparseComplexMatrix operator* ( const PermMatrix ,
const SparseComplexMatrix  
)

Definition at line 7684 of file CSparse.cc.

References a, octinternal_do_mul_pm_sm(), and p.

◆ operator*() [17/19]

OCTAVE_API SparseComplexMatrix operator* ( const SparseComplexMatrix ,
const PermMatrix  
)

Definition at line 7690 of file CSparse.cc.

References a, octinternal_do_mul_sm_pm(), and p.

◆ operator*() [18/19]

SparseComplexMatrix operator* ( const SparseComplexMatrix x,
const Complex y 
)
inline

Definition at line 555 of file CSparse.h.

◆ operator*() [19/19]

SparseComplexMatrix operator* ( const Complex x,
const SparseComplexMatrix y 
)
inline

Definition at line 555 of file CSparse.h.

◆ operator+() [1/10]

OCTAVE_API SparseComplexMatrix operator+ ( const ComplexDiagMatrix ,
const SparseMatrix  
)

Definition at line 7620 of file CSparse.cc.

References a, and d.

◆ operator+() [2/10]

OCTAVE_API SparseComplexMatrix operator+ ( const DiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7625 of file CSparse.cc.

References a, and d.

◆ operator+() [3/10]

OCTAVE_API SparseComplexMatrix operator+ ( const ComplexDiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7630 of file CSparse.cc.

References a, and d.

◆ operator+() [4/10]

OCTAVE_API SparseComplexMatrix operator+ ( const SparseMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7635 of file CSparse.cc.

References a, and d.

◆ operator+() [5/10]

OCTAVE_API SparseComplexMatrix operator+ ( const SparseComplexMatrix ,
const DiagMatrix  
)

Definition at line 7640 of file CSparse.cc.

References a, and d.

◆ operator+() [6/10]

OCTAVE_API SparseComplexMatrix operator+ ( const SparseComplexMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7645 of file CSparse.cc.

References a, and d.

◆ operator+() [7/10]

ComplexMatrix operator+ ( const SparseComplexMatrix x,
const Complex y 
)
inline

Definition at line 555 of file CSparse.h.

◆ operator+() [8/10]

ComplexMatrix operator+ ( const Complex x,
const SparseComplexMatrix y 
)
inline

Definition at line 555 of file CSparse.h.

◆ operator+() [9/10]

SparseComplexMatrix operator+ ( const SparseComplexMatrix x)
inline

Definition at line 555 of file CSparse.h.

◆ operator+() [10/10]

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

Definition at line 555 of file CSparse.h.

◆ operator+=()

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

Definition at line 555 of file CSparse.h.

◆ operator-() [1/10]

OCTAVE_API SparseComplexMatrix operator- ( const ComplexDiagMatrix ,
const SparseMatrix  
)

Definition at line 7651 of file CSparse.cc.

References a, and d.

◆ operator-() [2/10]

OCTAVE_API SparseComplexMatrix operator- ( const DiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7656 of file CSparse.cc.

References a, and d.

◆ operator-() [3/10]

OCTAVE_API SparseComplexMatrix operator- ( const ComplexDiagMatrix ,
const SparseComplexMatrix  
)

Definition at line 7661 of file CSparse.cc.

References a, and d.

◆ operator-() [4/10]

OCTAVE_API SparseComplexMatrix operator- ( const SparseMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7666 of file CSparse.cc.

References a, and d.

◆ operator-() [5/10]

OCTAVE_API SparseComplexMatrix operator- ( const SparseComplexMatrix ,
const DiagMatrix  
)

Definition at line 7671 of file CSparse.cc.

References a, and d.

◆ operator-() [6/10]

OCTAVE_API SparseComplexMatrix operator- ( const SparseComplexMatrix ,
const ComplexDiagMatrix  
)

Definition at line 7676 of file CSparse.cc.

References a, and d.

◆ operator-() [7/10]

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

Definition at line 555 of file CSparse.h.

◆ operator-() [8/10]

ComplexMatrix operator- ( const SparseComplexMatrix x,
const Complex y 
)
inline

Definition at line 555 of file CSparse.h.

◆ operator-() [9/10]

SparseComplexMatrix operator- ( const SparseComplexMatrix x)
inline

Definition at line 555 of file CSparse.h.

◆ operator-() [10/10]

ComplexMatrix operator- ( const Complex x,
const SparseComplexMatrix y 
)
inline

Definition at line 555 of file CSparse.h.

◆ operator-=()

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

Definition at line 555 of file CSparse.h.

◆ operator/() [1/2]

SparseComplexMatrix operator/ ( const Complex x,
const SparseComplexMatrix y 
)
inline

Definition at line 555 of file CSparse.h.

◆ operator/() [2/2]

SparseComplexMatrix operator/ ( const SparseComplexMatrix x,
const Complex y 
)
inline

Definition at line 555 of file CSparse.h.

◆ product()

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

Definition at line 555 of file CSparse.h.

◆ quotient()

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

Definition at line 555 of file CSparse.h.

◆ trans_mul()