CPPL::_dgbmatrix Class Reference

(DO NOT USE) Smart-temporary Real Double-precision General Band Matrix Class More...

#include <cpplapack.h>

List of all members.

Public Member Functions

 _dgbmatrix ()
 _dgbmatrix (const _dgbmatrix &)
 ~_dgbmatrix ()
 operator _zgbmatrix ()
double & operator() (const long &, const long &) const
void write (const char *) const
void destroy () const

Public Attributes

long M
 matrix row size
long N
 matrix column size
long KL
 lower band width
long KU
 upper band width
double * Array
 1D Array to store matrix data
double ** Darray
 array of pointers of column head addresses

Friends

class dgematrix
class _dgematrix
class dgbmatrix
class dsymatrix
class _dsymatrix
class dcovector
class _dcovector
class drovector
class _drovector
std::ostream & operator<< (std::ostream &, const _dgbmatrix &)
_dgbmatrix t (const _dgbmatrix &)
_dgematrix i (const _dgbmatrix &)
const _dgbmatrixoperator+ (const _dgbmatrix &)
_dgbmatrix operator- (const _dgbmatrix &)
_dgbmatrix operator+ (const dgbmatrix &, const dgbmatrix &)
_dgbmatrix operator+ (const dgbmatrix &, const _dgbmatrix &)
_dgbmatrix operator+ (const _dgbmatrix &, const dgbmatrix &)
_dgbmatrix operator+ (const _dgbmatrix &, const _dgbmatrix &)
_dgematrix operator+ (const _dgbmatrix &, const dgematrix &)
_dgematrix operator+ (const _dgbmatrix &, const _dgematrix &)
_dgematrix operator+ (const dgematrix &, const _dgbmatrix &)
_dgematrix operator+ (const _dgematrix &, const _dgbmatrix &)
_dgematrix operator+ (const _dgbmatrix &, const dsymatrix &)
_dgematrix operator+ (const _dgbmatrix &, const _dsymatrix &)
_dgematrix operator+ (const dsymatrix &, const _dgbmatrix &)
_dgematrix operator+ (const _dsymatrix &, const _dgbmatrix &)
_dgbmatrix operator- (const dgbmatrix &, const dgbmatrix &)
_dgbmatrix operator- (const dgbmatrix &, const _dgbmatrix &)
_dgbmatrix operator- (const _dgbmatrix &, const dgbmatrix &)
_dgbmatrix operator- (const _dgbmatrix &, const _dgbmatrix &)
_dgematrix operator- (const _dgbmatrix &, const dgematrix &)
_dgematrix operator- (const _dgbmatrix &, const _dgematrix &)
_dgematrix operator- (const dgematrix &, const _dgbmatrix &)
_dgematrix operator- (const _dgematrix &, const _dgbmatrix &)
_dgematrix operator- (const _dgbmatrix &, const dsymatrix &)
_dgematrix operator- (const _dgbmatrix &, const _dsymatrix &)
_dgematrix operator- (const dsymatrix &, const _dgbmatrix &)
_dgematrix operator- (const _dsymatrix &, const _dgbmatrix &)
_dgbmatrix operator* (const dgbmatrix &, const dgbmatrix &)
_dgbmatrix operator* (const dgbmatrix &, const _dgbmatrix &)
_dgbmatrix operator* (const _dgbmatrix &, const dgbmatrix &)
_dgbmatrix operator* (const _dgbmatrix &, const _dgbmatrix &)
_dgbmatrix operator* (const dgbmatrix &, const double &)
_dgbmatrix operator* (const _dgbmatrix &, const double &)
_dgbmatrix operator* (const double &, const dgbmatrix &)
_dgbmatrix operator* (const double &, const _dgbmatrix &)
_dgematrix operator* (const _dgbmatrix &, const dgematrix &)
_dgematrix operator* (const _dgbmatrix &, const _dgematrix &)
_dgematrix operator* (const dgematrix &, const _dgbmatrix &)
_dgematrix operator* (const _dgematrix &, const _dgbmatrix &)
_dgematrix operator* (const _dgbmatrix &, const dsymatrix &)
_dgematrix operator* (const _dgbmatrix &, const _dsymatrix &)
_dgematrix operator* (const dsymatrix &, const _dgbmatrix &)
_dgematrix operator* (const _dsymatrix &, const _dgbmatrix &)
_dcovector operator* (const _dgbmatrix &, const dcovector &)
_dcovector operator* (const _dgbmatrix &, const _dcovector &)
_drovector operator* (const drovector &, const _dgbmatrix &)
_drovector operator* (const _drovector &, const _dgbmatrix &)
_dgbmatrix operator/ (const dgbmatrix &, const double &)
_dgbmatrix operator/ (const _dgbmatrix &, const double &)


Detailed Description

(DO NOT USE) Smart-temporary Real Double-precision General Band Matrix Class

Definition at line 1116 of file cpplapack.h.


Constructor & Destructor Documentation

_dgbmatrix::_dgbmatrix (  )  [inline]

_dgbmatrix constructor

Definition at line 9486 of file cpplapack.h.

_dgbmatrix::_dgbmatrix ( const _dgbmatrix mat  )  [inline]

_dgbmatrix copy constructor

Definition at line 9510 of file cpplapack.h.

_dgbmatrix::~_dgbmatrix (  )  [inline]

_dgbmatrix destructor

Definition at line 9537 of file cpplapack.h.


Member Function Documentation

void _dgbmatrix::destroy (  )  const [inline]

destroy all the matrix data

Definition at line 9649 of file cpplapack.h.

_dgbmatrix::operator _zgbmatrix (  )  [inline]

cast operator to _zgbmatrix

Definition at line 9553 of file cpplapack.h.

double & _dgbmatrix::operator() ( const long &  i,
const long &  j 
) const [inline]

operator() for const object

Definition at line 9576 of file cpplapack.h.

void _dgbmatrix::write ( const char *  filename  )  const [inline]

Definition at line 9626 of file cpplapack.h.


Friends And Related Function Documentation

friend class _dcovector [friend]

Definition at line 1220 of file cpplapack.h.

friend class _dgematrix [friend]

Definition at line 1215 of file cpplapack.h.

friend class _drovector [friend]

Definition at line 1222 of file cpplapack.h.

friend class _dsymatrix [friend]

Definition at line 1218 of file cpplapack.h.

friend class dcovector [friend]

Definition at line 1219 of file cpplapack.h.

friend class dgbmatrix [friend]

Definition at line 1216 of file cpplapack.h.

friend class dgematrix [friend]

Definition at line 1214 of file cpplapack.h.

friend class drovector [friend]

Definition at line 1221 of file cpplapack.h.

friend class dsymatrix [friend]

Definition at line 1217 of file cpplapack.h.

_dgematrix i ( const _dgbmatrix mat  )  [friend]

return its inverse matrix

Definition at line 9687 of file cpplapack.h.

_drovector operator* ( const _drovector vec,
const _dgbmatrix mat 
) [friend]

_drovector*_dgbmatrix operator

Definition at line 19789 of file cpplapack.h.

_drovector operator* ( const drovector vec,
const _dgbmatrix mat 
) [friend]

drovector*_dgbmatrix operator

Definition at line 18894 of file cpplapack.h.

_dcovector operator* ( const _dgbmatrix mat,
const _dcovector vec 
) [friend]

_dgbmatrix*_dcovector operator

Definition at line 10630 of file cpplapack.h.

_dcovector operator* ( const _dgbmatrix mat,
const dcovector vec 
) [friend]

_dgbmatrix*dcovector operator

Definition at line 10603 of file cpplapack.h.

_dgematrix operator* ( const _dsymatrix matA,
const _dgbmatrix matB 
) [friend]

_dsymatrix*_dgbmatrix operator

Definition at line 13180 of file cpplapack.h.

_dgematrix operator* ( const dsymatrix matA,
const _dgbmatrix matB 
) [friend]

dsymatrix*_dgbmatrix operator

Definition at line 11940 of file cpplapack.h.

_dgematrix operator* ( const _dgbmatrix matA,
const _dsymatrix matB 
) [friend]

_dgbmatrix*_dsymatrix operator

Definition at line 10370 of file cpplapack.h.

_dgematrix operator* ( const _dgbmatrix matA,
const dsymatrix matB 
) [friend]

_dgbmatrix*dgematrix operator

Definition at line 10267 of file cpplapack.h.

_dgematrix operator* ( const _dgematrix matA,
const _dgbmatrix matB 
) [friend]

_dgematrix*_dgbmatrix operator

Definition at line 7066 of file cpplapack.h.

_dgematrix operator* ( const dgematrix matA,
const _dgbmatrix matB 
) [friend]

dgematrix*_dgbmatrix operator

Definition at line 5755 of file cpplapack.h.

_dgematrix operator* ( const _dgbmatrix matA,
const _dgematrix matB 
) [friend]

_dgbmatrix*_dgematrix operator

Definition at line 9896 of file cpplapack.h.

_dgematrix operator* ( const _dgbmatrix matA,
const dgematrix matB 
) [friend]

_dgbmatrix*dgematrix operator

Definition at line 9803 of file cpplapack.h.

_dgbmatrix operator* ( const double &  d,
const _dgbmatrix mat 
) [friend]

double*_dgbmatrix operator

Definition at line 20211 of file cpplapack.h.

_dgbmatrix operator* ( const double &  d,
const dgbmatrix mat 
) [friend]

double*dgbmatrix operator

Definition at line 20196 of file cpplapack.h.

_dgbmatrix operator* ( const _dgbmatrix mat,
const double &  d 
) [friend]

_dgbmatrix*double operator

Definition at line 10660 of file cpplapack.h.

_dgbmatrix operator* ( const dgbmatrix mat,
const double &  d 
) [friend]

dgbmatrix*double operator

Definition at line 9450 of file cpplapack.h.

_dgbmatrix operator* ( const _dgbmatrix matA,
const _dgbmatrix matB 
) [friend]

_dgbmatrix*_dgbmatrix operator

Definition at line 10170 of file cpplapack.h.

_dgbmatrix operator* ( const _dgbmatrix matA,
const dgbmatrix matB 
) [friend]

_dgbmatrix*dgbmatrix operator

Definition at line 10025 of file cpplapack.h.

_dgbmatrix operator* ( const dgbmatrix matA,
const _dgbmatrix matB 
) [friend]

dgbmatrix*_dgbmatrix operator

Definition at line 8939 of file cpplapack.h.

_dgbmatrix operator* ( const dgbmatrix matA,
const dgbmatrix matB 
) [friend]

dgbmatrix*dgbmatrix operator

Definition at line 8666 of file cpplapack.h.

_dgematrix operator+ ( const _dsymatrix matA,
const _dgbmatrix matB 
) [friend]

_dsymatrix+_dgbmatrix operator

Definition at line 13112 of file cpplapack.h.

_dgematrix operator+ ( const dsymatrix matA,
const _dgbmatrix matB 
) [friend]

dsymatrix+_dgbmatrix operator

Definition at line 11874 of file cpplapack.h.

_dgematrix operator+ ( const _dgbmatrix matA,
const _dsymatrix matB 
) [friend]

_dgbmatrix+_dsymatrix operator

Definition at line 10302 of file cpplapack.h.

_dgematrix operator+ ( const _dgbmatrix matA,
const dsymatrix matB 
) [friend]

_dgbmatrix+dsymatrix operator

Definition at line 10207 of file cpplapack.h.

_dgematrix operator+ ( const _dgematrix matA,
const _dgbmatrix matB 
) [friend]

_dgematrix+_dgbmatrix operator

Definition at line 7008 of file cpplapack.h.

_dgematrix operator+ ( const dgematrix matA,
const _dgbmatrix matB 
) [friend]

dgematrix+_dgbmatrix operator

Definition at line 5693 of file cpplapack.h.

_dgematrix operator+ ( const _dgbmatrix matA,
const _dgematrix matB 
) [friend]

_dgbmatrix+_dgematrix operator

Definition at line 9838 of file cpplapack.h.

_dgematrix operator+ ( const _dgbmatrix matA,
const dgematrix matB 
) [friend]

_dgbmatrix+dgematrix operator

Definition at line 9743 of file cpplapack.h.

_dgbmatrix operator+ ( const _dgbmatrix matA,
const _dgbmatrix matB 
) [friend]

_dgbmatrix+_dgbmatrix operator

Definition at line 10061 of file cpplapack.h.

_dgbmatrix operator+ ( const _dgbmatrix matA,
const dgbmatrix matB 
) [friend]

_dgbmatrix+dgbmatrix operator

Definition at line 9932 of file cpplapack.h.

_dgbmatrix operator+ ( const dgbmatrix matA,
const _dgbmatrix matB 
) [friend]

dgbmatrix+_dgbmatrix operator

Definition at line 8858 of file cpplapack.h.

_dgbmatrix operator+ ( const dgbmatrix matA,
const dgbmatrix matB 
) [friend]

dgbmatrix+dgbmatrix operator

Definition at line 8598 of file cpplapack.h.

const _dgbmatrix& operator+ ( const _dgbmatrix mat  )  [friend]

+_dgbmatrix operator

Definition at line 9716 of file cpplapack.h.

_dgematrix operator- ( const _dsymatrix matA,
const _dgbmatrix matB 
) [friend]

_dsymatrix-_dgbmatrix operator

Definition at line 13146 of file cpplapack.h.

_dgematrix operator- ( const dsymatrix matA,
const _dgbmatrix matB 
) [friend]

dsymatrix-_dgbmatrix operator

Definition at line 11907 of file cpplapack.h.

_dgematrix operator- ( const _dgbmatrix matA,
const _dsymatrix matB 
) [friend]

_dgbmatrix-_dsymatrix operator

Definition at line 10336 of file cpplapack.h.

_dgematrix operator- ( const _dgbmatrix matA,
const dsymatrix matB 
) [friend]

_dgbmatrix-dsymatrix operator

Definition at line 10237 of file cpplapack.h.

_dgematrix operator- ( const _dgematrix matA,
const _dgbmatrix matB 
) [friend]

_dgematrix-_dgbmatrix operator

Definition at line 7037 of file cpplapack.h.

_dgematrix operator- ( const dgematrix matA,
const _dgbmatrix matB 
) [friend]

dgematrix-_dgbmatrix operator

Definition at line 5724 of file cpplapack.h.

_dgematrix operator- ( const _dgbmatrix matA,
const _dgematrix matB 
) [friend]

_dgbmatrix-_dgematrix operator

Definition at line 9867 of file cpplapack.h.

_dgematrix operator- ( const _dgbmatrix matA,
const dgematrix matB 
) [friend]

_dgbmatrix-dgematrix operator

Definition at line 9773 of file cpplapack.h.

_dgbmatrix operator- ( const _dgbmatrix matA,
const _dgbmatrix matB 
) [friend]

_dgbmatrix-_dgbmatrix operator

Definition at line 10121 of file cpplapack.h.

_dgbmatrix operator- ( const _dgbmatrix matA,
const dgbmatrix matB 
) [friend]

_dgbmatrix-dgbmatrix operator

Definition at line 9979 of file cpplapack.h.

_dgbmatrix operator- ( const dgbmatrix matA,
const _dgbmatrix matB 
) [friend]

dgbmatrix-_dgbmatrix operator

Definition at line 8904 of file cpplapack.h.

_dgbmatrix operator- ( const dgbmatrix matA,
const dgbmatrix matB 
) [friend]

dgbmatrix-dgbmatrix operator

Definition at line 8632 of file cpplapack.h.

_dgbmatrix operator- ( const _dgbmatrix mat  )  [friend]

-_dgbmatrix operator

Definition at line 9728 of file cpplapack.h.

_dgbmatrix operator/ ( const _dgbmatrix mat,
const double &  d 
) [friend]

_dgbmatrix/double operator

Definition at line 10673 of file cpplapack.h.

_dgbmatrix operator/ ( const dgbmatrix mat,
const double &  d 
) [friend]

dgbmatrix/double operator

Definition at line 9467 of file cpplapack.h.

std::ostream& operator<< ( std::ostream &  s,
const _dgbmatrix mat 
) [friend]

Definition at line 9602 of file cpplapack.h.

_dgbmatrix t ( const _dgbmatrix mat  )  [friend]

return its transposed dgbmatrix

Definition at line 9667 of file cpplapack.h.


Member Data Documentation

double* CPPL::_dgbmatrix::Array [mutable]

1D Array to store matrix data

Definition at line 1124 of file cpplapack.h.

double** CPPL::_dgbmatrix::Darray [mutable]

array of pointers of column head addresses

Definition at line 1125 of file cpplapack.h.

long CPPL::_dgbmatrix::KL [mutable]

lower band width

Definition at line 1122 of file cpplapack.h.

long CPPL::_dgbmatrix::KU [mutable]

upper band width

Definition at line 1123 of file cpplapack.h.

long CPPL::_dgbmatrix::M [mutable]

matrix row size

Definition at line 1120 of file cpplapack.h.

long CPPL::_dgbmatrix::N [mutable]

matrix column size

Definition at line 1121 of file cpplapack.h.


The documentation for this class was generated from the following file:

Generated on Wed May 26 16:37:46 2010 for VERB_CODE_2.0 by  doxygen 1.5.9