Defines | Functions | Variables

dSparse.cc File Reference

#include <cfloat>
#include <iostream>
#include <vector>
#include <functional>
#include "quit.h"
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "f77-fcn.h"
#include "dRowVector.h"
#include "oct-locbuf.h"
#include "dDiagMatrix.h"
#include "CSparse.h"
#include "boolSparse.h"
#include "dSparse.h"
#include "functor.h"
#include "oct-spparms.h"
#include "SparsedbleLU.h"
#include "MatrixType.h"
#include "oct-sparse.h"
#include "sparse-util.h"
#include "SparsedbleCHOL.h"
#include "SparseQR.h"
#include "Sparse-diag-op-defs.h"
#include "Sparse-perm-op-defs.h"
#include "sparse-dmsolve.cc"
Include dependency graph for dSparse.cc:

Go to the source code of this file.

Defines

#define COL_EXPR
#define EMPTY_RETURN_CHECK(T)
#define ROW_EXPR

Functions

SparseMatrix atan2 (const double &x, const SparseMatrix &y)
SparseMatrix atan2 (const SparseMatrix &x, const double &y)
SparseMatrix atan2 (const SparseMatrix &x, const SparseMatrix &y)
F77_RET_T const
octave_idx_type const
octave_idx_type const
octave_idx_type double const
octave_idx_type
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (dgbtrs, DGBTRS)(F77_CONST_CHAR_ARG_DECL
F77_RET_T const
octave_idx_type double double
double const octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (dgtsv, DGTSV)(const octave_idx_type &
F77_RET_T F77_FUNC (dpbtrf, DPBTRF)(F77_CONST_CHAR_ARG_DECL
F77_RET_T const
octave_idx_type double double
double const octave_idx_type
octave_idx_type &F77_RET_T
const octave_idx_type double
double double double const
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (dgttrf, DGTTRF)(const octave_idx_type &
F77_RET_T F77_FUNC (dpbtrs, DPBTRS)(F77_CONST_CHAR_ARG_DECL
F77_RET_T const
octave_idx_type double double
double const octave_idx_type
octave_idx_type &F77_RET_T
const octave_idx_type double
double double double const
octave_idx_type
octave_idx_type &F77_RET_T
double double double double
octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (dgttrs, DGTTRS)(F77_CONST_CHAR_ARG_DECL
F77_RET_T F77_FUNC (zptsv, ZPTSV)(const octave_idx_type &
F77_RET_T F77_FUNC (dgbtrf, DGBTRF)(const octave_idx_type &
F77_RET_T F77_FUNC (dpbcon, DPBCON)(F77_CONST_CHAR_ARG_DECL
F77_RET_T const
octave_idx_type double Complex
Complex const octave_idx_type
octave_idx_type &F77_RET_T 
F77_FUNC (zgtsv, ZGTSV)(const octave_idx_type &
F77_RET_T F77_FUNC (dgbcon, DGBCON)(F77_CONST_CHAR_ARG_DECL
F77_RET_T F77_FUNC (dptsv, DPTSV)(const octave_idx_type &
SparseMatrix imag (const SparseComplexMatrix &a)
SparseMatrix max (const SparseMatrix &m, double d)
SparseMatrix max (double d, const SparseMatrix &m)
SparseMatrix max (const SparseMatrix &a, const SparseMatrix &b)
SparseMatrix min (double d, const SparseMatrix &m)
SparseMatrix min (const SparseMatrix &m, double d)
SparseMatrix min (const SparseMatrix &a, const SparseMatrix &b)
Matrix mul_trans (const Matrix &m, const SparseMatrix &a)
Matrix operator* (const Matrix &m, const SparseMatrix &a)
SparseMatrix operator* (const SparseMatrix &a, const PermMatrix &p)
Matrix operator* (const SparseMatrix &m, const Matrix &a)
SparseMatrix operator* (const SparseMatrix &m, const SparseMatrix &a)
SparseMatrix operator* (const PermMatrix &p, const SparseMatrix &a)
SparseMatrix operator* (const DiagMatrix &d, const SparseMatrix &a)
SparseMatrix operator* (const SparseMatrix &a, const DiagMatrix &d)
SparseMatrix operator+ (const SparseMatrix &a, const DiagMatrix &d)
SparseMatrix operator+ (const DiagMatrix &d, const SparseMatrix &a)
SparseMatrix operator- (const DiagMatrix &d, const SparseMatrix &a)
SparseMatrix operator- (const SparseMatrix &a, const DiagMatrix &d)
std::ostream & operator<< (std::ostream &os, const SparseMatrix &a)
std::istream & operator>> (std::istream &is, SparseMatrix &a)
SparseMatrix real (const SparseComplexMatrix &a)
Matrix trans_mul (const SparseMatrix &m, const Matrix &a)

Variables

F77_RET_T const
octave_idx_type const
octave_idx_type const
octave_idx_type double const
octave_idx_type
octave_idx_type
octave_idx_type &F77_RET_T
const octave_idx_type const
octave_idx_type const
octave_idx_type const
octave_idx_type const double
const octave_idx_type const
octave_idx_type double const
octave_idx_type
octave_idx_type
F77_CHAR_ARG_LEN_DECL

Define Documentation

#define COL_EXPR
Value:
double d = data (i); \
  tmp[j] += d * d
#define EMPTY_RETURN_CHECK (   T  ) 
Value:
if (nr == 0 || nc == 0) \
    return T (nr, nc);

Definition at line 7696 of file dSparse.cc.

Referenced by max(), and min().

#define ROW_EXPR
Value:
double d = data (i); \
  tmp[ridx(i)] += d * d

Function Documentation

SparseMatrix atan2 ( const double x,
const SparseMatrix y 
)
SparseMatrix atan2 ( const SparseMatrix x,
const double y 
)
SparseMatrix atan2 ( const SparseMatrix x,
const SparseMatrix y 
)
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type double const octave_idx_type octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( dgbtrs  ,
DGBTRS   
)
F77_RET_T const octave_idx_type double double double const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( dgtsv  ,
DGTSV   
) const
F77_RET_T F77_FUNC ( dpbtrf  ,
DPBTRF   
)
F77_RET_T const octave_idx_type double double double const octave_idx_type octave_idx_type& F77_RET_T const octave_idx_type double double double double const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( dgttrf  ,
DGTTRF   
) const
F77_RET_T F77_FUNC ( dpbtrs  ,
DPBTRS   
)
F77_RET_T F77_FUNC ( zptsv  ,
ZPTSV   
) const
F77_RET_T F77_FUNC ( dgbtrf  ,
DGBTRF   
) const
F77_RET_T F77_FUNC ( dpbcon  ,
DPBCON   
)
F77_RET_T const octave_idx_type double Complex Complex const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC ( zgtsv  ,
ZGTSV   
) const
F77_RET_T F77_FUNC ( dgbcon  ,
DGBCON   
)
F77_RET_T F77_FUNC ( dptsv  ,
DPTSV   
) const
SparseMatrix imag ( const SparseComplexMatrix a  ) 
SparseMatrix max ( const SparseMatrix m,
double  d 
)

Definition at line 7908 of file dSparse.cc.

References max().

SparseMatrix max ( double  d,
const SparseMatrix m 
)
SparseMatrix max ( const SparseMatrix a,
const SparseMatrix b 
)
SparseMatrix min ( double  d,
const SparseMatrix m 
)
SparseMatrix min ( const SparseMatrix m,
double  d 
)

Definition at line 7758 of file dSparse.cc.

References min().

SparseMatrix min ( const SparseMatrix a,
const SparseMatrix b 
)
Matrix mul_trans ( const Matrix m,
const SparseMatrix a 
)

Definition at line 7624 of file dSparse.cc.

References FULL_SPARSE_MUL_TRANS.

Matrix operator* ( const Matrix m,
const SparseMatrix a 
)

Definition at line 7618 of file dSparse.cc.

References FULL_SPARSE_MUL.

SparseMatrix operator* ( const SparseMatrix a,
const PermMatrix p 
)

Definition at line 7688 of file dSparse.cc.

References octinternal_do_mul_sm_pm().

Matrix operator* ( const SparseMatrix m,
const Matrix a 
)

Definition at line 7630 of file dSparse.cc.

References SPARSE_FULL_MUL.

SparseMatrix operator* ( const SparseMatrix m,
const SparseMatrix a 
)

Definition at line 7612 of file dSparse.cc.

References SPARSE_SPARSE_MUL.

SparseMatrix operator* ( const PermMatrix p,
const SparseMatrix a 
)

Definition at line 7682 of file dSparse.cc.

References octinternal_do_mul_pm_sm().

SparseMatrix operator* ( const DiagMatrix d,
const SparseMatrix a 
)

Definition at line 7644 of file dSparse.cc.

SparseMatrix operator* ( const SparseMatrix a,
const DiagMatrix d 
)

Definition at line 7650 of file dSparse.cc.

SparseMatrix operator+ ( const SparseMatrix a,
const DiagMatrix d 
)

Definition at line 7668 of file dSparse.cc.

SparseMatrix operator+ ( const DiagMatrix d,
const SparseMatrix a 
)

Definition at line 7656 of file dSparse.cc.

SparseMatrix operator- ( const DiagMatrix d,
const SparseMatrix a 
)

Definition at line 7662 of file dSparse.cc.

SparseMatrix operator- ( const SparseMatrix a,
const DiagMatrix d 
)

Definition at line 7674 of file dSparse.cc.

std::ostream& operator<< ( std::ostream &  os,
const SparseMatrix a 
)
std::istream& operator>> ( std::istream &  is,
SparseMatrix a 
)

Definition at line 7578 of file dSparse.cc.

SparseMatrix real ( const SparseComplexMatrix a  ) 
Matrix trans_mul ( const SparseMatrix m,
const Matrix a 
)

Definition at line 7636 of file dSparse.cc.

References SPARSE_FULL_TRANS_MUL.


Variable Documentation

Definition at line 77 of file dSparse.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines