CPPL::_zgbmatrix Class Reference

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

#include <cpplapack.h>

List of all members.

Public Member Functions

 _zgbmatrix ()
 _zgbmatrix (const _zgbmatrix &)
 ~_zgbmatrix ()
std::complex< 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
std::complex< double > * Array
 1D Array to store matrix data
std::complex< double > ** Darray
 array of pointers of column head addresses

Friends

class zgematrix
class _zgematrix
class zgbmatrix
class zhematrix
class _zhematrix
class zcovector
class _zcovector
class zrovector
class _zrovector
std::ostream & operator<< (std::ostream &, const _zgbmatrix &)
_zgbmatrix t (const _zgbmatrix &)
_zgematrix i (const _zgbmatrix &)
_zgbmatrix conj (const _zgbmatrix &)
_zgbmatrix conjt (const _zgbmatrix &)
const _zgbmatrixoperator+ (const _zgbmatrix &)
_zgbmatrix operator- (const _zgbmatrix &)
_zgbmatrix operator+ (const zgbmatrix &, const zgbmatrix &)
_zgbmatrix operator+ (const zgbmatrix &, const _zgbmatrix &)
_zgbmatrix operator+ (const _zgbmatrix &, const zgbmatrix &)
_zgbmatrix operator+ (const _zgbmatrix &, const _zgbmatrix &)
_zgematrix operator+ (const _zgbmatrix &, const zgematrix &)
_zgematrix operator+ (const _zgbmatrix &, const _zgematrix &)
_zgematrix operator+ (const zgematrix &, const _zgbmatrix &)
_zgematrix operator+ (const _zgematrix &, const _zgbmatrix &)
_zgematrix operator+ (const _zgbmatrix &, const zhematrix &)
_zgematrix operator+ (const _zgbmatrix &, const _zhematrix &)
_zgematrix operator+ (const zhematrix &, const _zgbmatrix &)
_zgematrix operator+ (const _zhematrix &, const _zgbmatrix &)
_zgbmatrix operator- (const zgbmatrix &, const zgbmatrix &)
_zgbmatrix operator- (const zgbmatrix &, const _zgbmatrix &)
_zgbmatrix operator- (const _zgbmatrix &, const zgbmatrix &)
_zgbmatrix operator- (const _zgbmatrix &, const _zgbmatrix &)
_zgematrix operator- (const _zgbmatrix &, const zgematrix &)
_zgematrix operator- (const _zgbmatrix &, const _zgematrix &)
_zgematrix operator- (const zgematrix &, const _zgbmatrix &)
_zgematrix operator- (const _zgematrix &, const _zgbmatrix &)
_zgematrix operator- (const _zgbmatrix &, const zhematrix &)
_zgematrix operator- (const _zgbmatrix &, const _zhematrix &)
_zgematrix operator- (const zhematrix &, const _zgbmatrix &)
_zgematrix operator- (const _zhematrix &, const _zgbmatrix &)
_zgbmatrix operator* (const zgbmatrix &, const zgbmatrix &)
_zgbmatrix operator* (const zgbmatrix &, const _zgbmatrix &)
_zgbmatrix operator* (const _zgbmatrix &, const zgbmatrix &)
_zgbmatrix operator* (const _zgbmatrix &, const _zgbmatrix &)
_zgematrix operator* (const _zgbmatrix &, const zgematrix &)
_zgematrix operator* (const _zgbmatrix &, const _zgematrix &)
_zgematrix operator* (const zgematrix &, const _zgbmatrix &)
_zgematrix operator* (const _zgematrix &, const _zgbmatrix &)
_zgematrix operator* (const _zgbmatrix &, const zhematrix &)
_zgematrix operator* (const _zgbmatrix &, const _zhematrix &)
_zgematrix operator* (const zhematrix &, const _zgbmatrix &)
_zgematrix operator* (const _zhematrix &, const _zgbmatrix &)
_zcovector operator* (const _zgbmatrix &, const zcovector &)
_zcovector operator* (const _zgbmatrix &, const _zcovector &)
_zrovector operator* (const zrovector &, const _zgbmatrix &)
_zrovector operator* (const _zrovector &, const _zgbmatrix &)
_zgbmatrix operator* (const zgbmatrix &, const double &)
_zgbmatrix operator* (const _zgbmatrix &, const double &)
_zgbmatrix operator* (const double &, const zgbmatrix &)
_zgbmatrix operator* (const double &, const _zgbmatrix &)
_zgbmatrix operator* (const zgbmatrix &, const std::complex< double > &)
_zgbmatrix operator* (const _zgbmatrix &, const std::complex< double > &)
_zgbmatrix operator* (const std::complex< double > &, const zgbmatrix &)
_zgbmatrix operator* (const std::complex< double > &, const _zgbmatrix &)
_zgbmatrix operator/ (const zgbmatrix &, const double &)
_zgbmatrix operator/ (const _zgbmatrix &, const double &)
_zgbmatrix operator/ (const zgbmatrix &, const std::complex< double > &)
_zgbmatrix operator/ (const _zgbmatrix &, const std::complex< double > &)


Detailed Description

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

Definition at line 2730 of file cpplapack.h.


Constructor & Destructor Documentation

_zgbmatrix::_zgbmatrix (  )  [inline]

_zgbmatrix constructor

Definition at line 26387 of file cpplapack.h.

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

_zgbmatrix copy constructor

Definition at line 26411 of file cpplapack.h.

_zgbmatrix::~_zgbmatrix (  )  [inline]

_zgbmatrix destructor

Definition at line 26438 of file cpplapack.h.


Member Function Documentation

void _zgbmatrix::destroy (  )  const [inline]

destroy all the matrix data

Definition at line 26527 of file cpplapack.h.

std::complex< double > & _zgbmatrix::operator() ( const long &  i,
const long &  j 
) const [inline]

operator() for const object

Definition at line 26454 of file cpplapack.h.

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

Definition at line 26504 of file cpplapack.h.


Friends And Related Function Documentation

friend class _zcovector [friend]

Definition at line 2840 of file cpplapack.h.

friend class _zgematrix [friend]

Definition at line 2835 of file cpplapack.h.

friend class _zhematrix [friend]

Definition at line 2838 of file cpplapack.h.

friend class _zrovector [friend]

Definition at line 2842 of file cpplapack.h.

_zgbmatrix conj ( const _zgbmatrix mat  )  [friend]

return its conjugate matrix

Definition at line 26602 of file cpplapack.h.

_zgbmatrix conjt ( const _zgbmatrix mat  )  [friend]

return its conjugate transposed zgbmatrix

Definition at line 26620 of file cpplapack.h.

_zgematrix i ( const _zgbmatrix mat  )  [friend]

return its inverse matrix

Definition at line 26567 of file cpplapack.h.

_zgbmatrix operator* ( const std::complex< double > &  d,
const _zgbmatrix mat 
) [friend]

std::complex<double>*_zgbmatrix operator

Definition at line 37579 of file cpplapack.h.

_zgbmatrix operator* ( const std::complex< double > &  d,
const zgbmatrix mat 
) [friend]

std::complex<double>*zgbmatrix operator

Definition at line 37563 of file cpplapack.h.

_zgbmatrix operator* ( const _zgbmatrix mat,
const std::complex< double > &  d 
) [friend]

_zgbmatrix*stdcomplex<double> operator

Definition at line 27607 of file cpplapack.h.

_zgbmatrix operator* ( const zgbmatrix mat,
const std::complex< double > &  d 
) [friend]

zgbmatrix*stdcomplex<double> operator

Definition at line 26351 of file cpplapack.h.

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

double*_zgbmatrix operator

Definition at line 37421 of file cpplapack.h.

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

double*zgbmatrix operator

Definition at line 37406 of file cpplapack.h.

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

_zgbmatrix*double operator

Definition at line 27582 of file cpplapack.h.

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

zgbmatrix*double operator

Definition at line 26286 of file cpplapack.h.

_zrovector operator* ( const _zrovector vec,
const _zgbmatrix mat 
) [friend]

_zrovector*_zgbmatrix operator

Definition at line 36974 of file cpplapack.h.

_zrovector operator* ( const zrovector vec,
const _zgbmatrix mat 
) [friend]

zrovector*_zgbmatrix operator

Definition at line 36018 of file cpplapack.h.

_zcovector operator* ( const _zgbmatrix mat,
const _zcovector vec 
) [friend]

_zgbmatrix*_zcovector operator

Definition at line 27552 of file cpplapack.h.

_zcovector operator* ( const _zgbmatrix mat,
const zcovector vec 
) [friend]

_zgbmatrix*zcovector operator

Definition at line 27525 of file cpplapack.h.

_zgematrix operator* ( const _zhematrix matA,
const _zgbmatrix matB 
) [friend]

_zhematrix*_zgbmatrix operator

Definition at line 30088 of file cpplapack.h.

_zgematrix operator* ( const zhematrix matA,
const _zgbmatrix matB 
) [friend]

zhematrix*_zgbmatrix operator

Definition at line 28816 of file cpplapack.h.

_zgematrix operator* ( const _zgbmatrix matA,
const _zhematrix matB 
) [friend]

_zgbmatrix*_zhematrix operator

Definition at line 27292 of file cpplapack.h.

_zgematrix operator* ( const _zgbmatrix matA,
const zhematrix matB 
) [friend]

_zgbmatrix*zgematrix operator

Definition at line 27189 of file cpplapack.h.

_zgematrix operator* ( const _zgematrix matA,
const _zgbmatrix matB 
) [friend]

_zgematrix*_zgbmatrix operator

Definition at line 23859 of file cpplapack.h.

_zgematrix operator* ( const zgematrix matA,
const _zgbmatrix matB 
) [friend]

zgematrix*_zgbmatrix operator

Definition at line 22482 of file cpplapack.h.

_zgematrix operator* ( const _zgbmatrix matA,
const _zgematrix matB 
) [friend]

_zgbmatrix*_zgematrix operator

Definition at line 26818 of file cpplapack.h.

_zgematrix operator* ( const _zgbmatrix matA,
const zgematrix matB 
) [friend]

_zgbmatrix*zgematrix operator

Definition at line 26725 of file cpplapack.h.

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

_zgbmatrix*_zgbmatrix operator

Definition at line 27092 of file cpplapack.h.

_zgbmatrix operator* ( const _zgbmatrix matA,
const zgbmatrix matB 
) [friend]

_zgbmatrix*zgbmatrix operator

Definition at line 26947 of file cpplapack.h.

_zgbmatrix operator* ( const zgbmatrix matA,
const _zgbmatrix matB 
) [friend]

zgbmatrix*_zgbmatrix operator

Definition at line 25773 of file cpplapack.h.

_zgbmatrix operator* ( const zgbmatrix matA,
const zgbmatrix matB 
) [friend]

zgbmatrix*zgbmatrix operator

Definition at line 25500 of file cpplapack.h.

_zgematrix operator+ ( const _zhematrix matA,
const _zgbmatrix matB 
) [friend]

_zhematrix+_zgbmatrix operator

Definition at line 30020 of file cpplapack.h.

_zgematrix operator+ ( const zhematrix matA,
const _zgbmatrix matB 
) [friend]

zhematrix+_zgbmatrix operator

Definition at line 28750 of file cpplapack.h.

_zgematrix operator+ ( const _zgbmatrix matA,
const _zhematrix matB 
) [friend]

_zgbmatrix+_zhematrix operator

Definition at line 27224 of file cpplapack.h.

_zgematrix operator+ ( const _zgbmatrix matA,
const zhematrix matB 
) [friend]

_zgbmatrix+zhematrix operator

Definition at line 27129 of file cpplapack.h.

_zgematrix operator+ ( const _zgematrix matA,
const _zgbmatrix matB 
) [friend]

_zgematrix+_zgbmatrix operator

Definition at line 23801 of file cpplapack.h.

_zgematrix operator+ ( const zgematrix matA,
const _zgbmatrix matB 
) [friend]

zgematrix+_zgbmatrix operator

Definition at line 22420 of file cpplapack.h.

_zgematrix operator+ ( const _zgbmatrix matA,
const _zgematrix matB 
) [friend]

_zgbmatrix+_zgematrix operator

Definition at line 26760 of file cpplapack.h.

_zgematrix operator+ ( const _zgbmatrix matA,
const zgematrix matB 
) [friend]

_zgbmatrix+zgematrix operator

Definition at line 26665 of file cpplapack.h.

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

_zgbmatrix+_zgbmatrix operator

Definition at line 26983 of file cpplapack.h.

_zgbmatrix operator+ ( const _zgbmatrix matA,
const zgbmatrix matB 
) [friend]

_zgbmatrix+zgbmatrix operator

Definition at line 26854 of file cpplapack.h.

_zgbmatrix operator+ ( const zgbmatrix matA,
const _zgbmatrix matB 
) [friend]

zgbmatrix+_zgbmatrix operator

Definition at line 25692 of file cpplapack.h.

_zgbmatrix operator+ ( const zgbmatrix matA,
const zgbmatrix matB 
) [friend]

zgbmatrix+zgbmatrix operator

Definition at line 25432 of file cpplapack.h.

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

+_zgbmatrix operator

Definition at line 26639 of file cpplapack.h.

_zgematrix operator- ( const _zhematrix matA,
const _zgbmatrix matB 
) [friend]

_zhematrix-_zgbmatrix operator

Definition at line 30054 of file cpplapack.h.

_zgematrix operator- ( const zhematrix matA,
const _zgbmatrix matB 
) [friend]

zhematrix-_zgbmatrix operator

Definition at line 28783 of file cpplapack.h.

_zgematrix operator- ( const _zgbmatrix matA,
const _zhematrix matB 
) [friend]

_zgbmatrix-_zhematrix operator

Definition at line 27258 of file cpplapack.h.

_zgematrix operator- ( const _zgbmatrix matA,
const zhematrix matB 
) [friend]

_zgbmatrix-zgematrix operator

Definition at line 27159 of file cpplapack.h.

_zgematrix operator- ( const _zgematrix matA,
const _zgbmatrix matB 
) [friend]

_zgematrix-_zgbmatrix operator

Definition at line 23830 of file cpplapack.h.

_zgematrix operator- ( const zgematrix matA,
const _zgbmatrix matB 
) [friend]

zgematrix-_zgbmatrix operator

Definition at line 22451 of file cpplapack.h.

_zgematrix operator- ( const _zgbmatrix matA,
const _zgematrix matB 
) [friend]

_zgbmatrix-_zgematrix operator

Definition at line 26789 of file cpplapack.h.

_zgematrix operator- ( const _zgbmatrix matA,
const zgematrix matB 
) [friend]

_zgbmatrix-zgematrix operator

Definition at line 26695 of file cpplapack.h.

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

_zgbmatrix-_zgbmatrix operator

Definition at line 27043 of file cpplapack.h.

_zgbmatrix operator- ( const _zgbmatrix matA,
const zgbmatrix matB 
) [friend]

_zgbmatrix-zgbmatrix operator

Definition at line 26901 of file cpplapack.h.

_zgbmatrix operator- ( const zgbmatrix matA,
const _zgbmatrix matB 
) [friend]

zgbmatrix-_zgbmatrix operator

Definition at line 25738 of file cpplapack.h.

_zgbmatrix operator- ( const zgbmatrix matA,
const zgbmatrix matB 
) [friend]

zgbmatrix-zgbmatrix operator

Definition at line 25466 of file cpplapack.h.

_zgbmatrix operator- ( const _zgbmatrix mat  )  [friend]

-_zgbmatrix operator

Definition at line 26651 of file cpplapack.h.

_zgbmatrix operator/ ( const _zgbmatrix mat,
const std::complex< double > &  d 
) [friend]

_zgbmatrix/stdcomplex<double> operator

Definition at line 27620 of file cpplapack.h.

_zgbmatrix operator/ ( const zgbmatrix mat,
const std::complex< double > &  d 
) [friend]

zgbmatrix/stdcomplex<double> operator

Definition at line 26368 of file cpplapack.h.

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

_zgbmatrix/double operator

Definition at line 27595 of file cpplapack.h.

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

zgbmatrix/double operator

Definition at line 26303 of file cpplapack.h.

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

Definition at line 26480 of file cpplapack.h.

_zgbmatrix t ( const _zgbmatrix mat  )  [friend]

return its transposed zgbmatrix

Definition at line 26547 of file cpplapack.h.

friend class zcovector [friend]

Definition at line 2839 of file cpplapack.h.

friend class zgbmatrix [friend]

Definition at line 2836 of file cpplapack.h.

friend class zgematrix [friend]

Definition at line 2834 of file cpplapack.h.

friend class zhematrix [friend]

Definition at line 2837 of file cpplapack.h.

friend class zrovector [friend]

Definition at line 2841 of file cpplapack.h.


Member Data Documentation

std::complex<double>* CPPL::_zgbmatrix::Array [mutable]

1D Array to store matrix data

Definition at line 2738 of file cpplapack.h.

std::complex<double>** CPPL::_zgbmatrix::Darray [mutable]

array of pointers of column head addresses

Definition at line 2739 of file cpplapack.h.

long CPPL::_zgbmatrix::KL [mutable]

lower band width

Definition at line 2736 of file cpplapack.h.

long CPPL::_zgbmatrix::KU [mutable]

upper band width

Definition at line 2737 of file cpplapack.h.

long CPPL::_zgbmatrix::M [mutable]

matrix row size

Definition at line 2734 of file cpplapack.h.

long CPPL::_zgbmatrix::N [mutable]

matrix column size

Definition at line 2735 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