Lapack++
Public Member Functions | Friends
LaUnitLowerTriangMatDouble Class Reference

#include <ultgmd.h>

List of all members.

Public Member Functions

 LaUnitLowerTriangMatDouble ()
 LaUnitLowerTriangMatDouble (int, int)
 LaUnitLowerTriangMatDouble (double *, int, int)
 LaUnitLowerTriangMatDouble (const LaUnitLowerTriangMatDouble &)
LaUnitLowerTriangMatDoubleref (LaUnitLowerTriangMatDouble &)
LaUnitLowerTriangMatDoubleref (LaGenMatDouble &)
LaUnitLowerTriangMatDoublecopy (LaUnitLowerTriangMatDouble &)
LaUnitLowerTriangMatDoubleoperator= (double)
LaUnitLowerTriangMatDoubleoperator= (const LaUnitLowerTriangMatDouble &)
double & operator() (int, int)
const double & operator() (int, int) const
 operator LaGenMatDouble (void)
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)
LaUnitLowerTriangMatDoubleresize (const LaUnitLowerTriangMatDouble &)
const LaUnitLowerTriangMatDoubleinfo () const
 ~LaUnitLowerTriangMatDouble ()

Friends

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

References LaGenMatDouble::ref().

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

References LaGenMatDouble::ref().

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

References LaGenMatDouble::ref().

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

References LaGenMatDouble::inc().

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

Friends And Related Function Documentation

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