Lapack++
Public Member Functions | Friends
LaSpdBandMatDouble Class Reference

#include <spdbmd.h>

List of all members.

Public Member Functions

 LaSpdBandMatDouble ()
 LaSpdBandMatDouble (int, int)
 LaSpdBandMatDouble (const LaSpdBandMatDouble &)
LaSpdBandMatDoubleoperator= (double)
LaSpdBandMatDoubleoperator= (const LaSpdBandMatDouble &)
double & operator() (int, int)
const double & operator() (int, int) const
int size (int) const
int inc (int d) const
int gdim (int d) const
LaSpdBandMatDoubleref (LaSpdBandMatDouble &)
LaSpdBandMatDoublecopy (const LaSpdBandMatDouble &)
double * addr () const
int ref_count () const
LaIndex index (int d) const
int subdiags ()
int shallow () const
int debug () const
int debug (int d)
LaSpdBandMatDoubleresize (const LaSpdBandMatDouble &)
const LaSpdBandMatDoubleinfo () const
LaSpdBandMatDouble print_data () const
 ~LaSpdBandMatDouble ()

Friends

std::ostream & operator<< (std::ostream &, const LaSpdBandMatDouble &)

Constructor & Destructor Documentation

LaSpdBandMatDouble::LaSpdBandMatDouble ( ) [inline]
LaSpdBandMatDouble::LaSpdBandMatDouble ( int  n,
int  l 
) [inline]
LaSpdBandMatDouble::LaSpdBandMatDouble ( const LaSpdBandMatDouble A) [inline]
LaSpdBandMatDouble::~LaSpdBandMatDouble ( ) [inline]

Member Function Documentation

LaSpdBandMatDouble& LaSpdBandMatDouble::operator= ( double  ) [inline]
LaSpdBandMatDouble & LaSpdBandMatDouble::operator= ( const LaSpdBandMatDouble B) [inline]
double& LaSpdBandMatDouble::operator() ( int  ,
int   
)
const double& LaSpdBandMatDouble::operator() ( int  ,
int   
) const
int LaSpdBandMatDouble::size ( int  d) const [inline]
int LaSpdBandMatDouble::inc ( int  d) const [inline]

References LaGenMatDouble::inc().

int LaSpdBandMatDouble::gdim ( int  d) const [inline]
LaSpdBandMatDouble & LaSpdBandMatDouble::ref ( LaSpdBandMatDouble ob) [inline]

References LaGenMatDouble::ref().

LaSpdBandMatDouble& LaSpdBandMatDouble::copy ( const LaSpdBandMatDouble ) [inline]
double* LaSpdBandMatDouble::addr ( ) const [inline]
int LaSpdBandMatDouble::ref_count ( ) const [inline]
LaIndex LaSpdBandMatDouble::index ( int  d) const [inline]
int LaSpdBandMatDouble::subdiags ( ) [inline]
int LaSpdBandMatDouble::shallow ( ) const [inline]
int LaSpdBandMatDouble::debug ( ) const [inline]
int LaSpdBandMatDouble::debug ( int  d) [inline]
LaSpdBandMatDouble & LaSpdBandMatDouble::resize ( const LaSpdBandMatDouble ob) [inline]
const LaSpdBandMatDouble& LaSpdBandMatDouble::info ( ) const [inline]
LaSpdBandMatDouble LaSpdBandMatDouble::print_data ( ) const [inline]

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const LaSpdBandMatDouble  
) [friend]