Lapack++
Public Member Functions | Friends
LaUpperTriangMatDouble Class Reference

#include <utgmd.h>

List of all members.

Public Member Functions

 LaUpperTriangMatDouble ()
 LaUpperTriangMatDouble (int, int)
 LaUpperTriangMatDouble (double *, int, int)
 LaUpperTriangMatDouble (const LaUpperTriangMatDouble &)
LaUpperTriangMatDoubleref (LaUpperTriangMatDouble &)
LaUpperTriangMatDoubleref (LaGenMatDouble &)
LaUpperTriangMatDoublecopy (LaUpperTriangMatDouble &)
LaUpperTriangMatDoubleoperator= (const double &)
LaUpperTriangMatDoubleoperator= (const LaUpperTriangMatDouble &)
double & operator() (int, int)
const double & operator() (int, int) const
 operator LaGenMatDouble ()
int size (int) const
int inc (int d) const
int gdim (int d) const
double * addr () const
int ref_count () const
LaIndex index (int d) const
int shallow () const
int debug () const
int debug (int d)
LaUpperTriangMatDoubleresize (const LaUpperTriangMatDouble &)
const LaUpperTriangMatDoubleinfo () const
 ~LaUpperTriangMatDouble ()

Friends

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

Constructor & Destructor Documentation

LaUpperTriangMatDouble::LaUpperTriangMatDouble ( ) [inline]
LaUpperTriangMatDouble::LaUpperTriangMatDouble ( int  i,
int  j 
) [inline]
LaUpperTriangMatDouble::LaUpperTriangMatDouble ( double *  d,
int  i,
int  j 
) [inline]
LaUpperTriangMatDouble::LaUpperTriangMatDouble ( const LaUpperTriangMatDouble A) [inline]
LaUpperTriangMatDouble::~LaUpperTriangMatDouble ( ) [inline]

Member Function Documentation

LaUpperTriangMatDouble & LaUpperTriangMatDouble::ref ( LaUpperTriangMatDouble ob) [inline]

References LaGenMatDouble::ref().

LaUpperTriangMatDouble & LaUpperTriangMatDouble::ref ( LaGenMatDouble ob) [inline]

References LaGenMatDouble::ref().

LaUpperTriangMatDouble& LaUpperTriangMatDouble::copy ( LaUpperTriangMatDouble )
LaUpperTriangMatDouble& LaUpperTriangMatDouble::operator= ( const double &  )
LaUpperTriangMatDouble & LaUpperTriangMatDouble::operator= ( const LaUpperTriangMatDouble U) [inline]
double & LaUpperTriangMatDouble::operator() ( int  i,
int  j 
) [inline]
const double & LaUpperTriangMatDouble::operator() ( int  i,
int  j 
) const [inline]
LaUpperTriangMatDouble::operator LaGenMatDouble ( void  ) [inline]

References LaGenMatDouble::ref().

int LaUpperTriangMatDouble::size ( int  d) const [inline]
int LaUpperTriangMatDouble::inc ( int  d) const [inline]

References LaGenMatDouble::inc().

int LaUpperTriangMatDouble::gdim ( int  d) const [inline]
double* LaUpperTriangMatDouble::addr ( ) const [inline]
int LaUpperTriangMatDouble::ref_count ( ) const [inline]
LaIndex LaUpperTriangMatDouble::index ( int  d) const [inline]
int LaUpperTriangMatDouble::shallow ( ) const [inline]
int LaUpperTriangMatDouble::debug ( ) const [inline]
int LaUpperTriangMatDouble::debug ( int  d) [inline]
LaUpperTriangMatDouble & LaUpperTriangMatDouble::resize ( const LaUpperTriangMatDouble ob) [inline]
const LaUpperTriangMatDouble& LaUpperTriangMatDouble::info ( ) const [inline]

Friends And Related Function Documentation

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