#include <utgmd.h>
Public Member Functions | |
LaUpperTriangMatDouble () | |
LaUpperTriangMatDouble (int, int) | |
LaUpperTriangMatDouble (double *, int, int) | |
LaUpperTriangMatDouble (const LaUpperTriangMatDouble &) | |
LaUpperTriangMatDouble & | ref (LaUpperTriangMatDouble &) |
LaUpperTriangMatDouble & | ref (LaGenMatDouble &) |
LaUpperTriangMatDouble & | copy (LaUpperTriangMatDouble &) |
LaUpperTriangMatDouble & | operator= (const double &) |
LaUpperTriangMatDouble & | operator= (const LaUpperTriangMatDouble &) |
double & | operator() (int, int) |
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) |
LaUpperTriangMatDouble & | resize (const LaUpperTriangMatDouble &) |
const LaUpperTriangMatDouble & | info () const |
~LaUpperTriangMatDouble () | |
Friends | |
std::ostream & | operator<< (std::ostream &, const LaUpperTriangMatDouble &) |
LaUpperTriangMatDouble::LaUpperTriangMatDouble | ( | ) | [inline] |
LaUpperTriangMatDouble::LaUpperTriangMatDouble | ( | int | , | |
int | ||||
) | [inline] |
LaUpperTriangMatDouble::LaUpperTriangMatDouble | ( | double * | , | |
int | , | |||
int | ||||
) | [inline] |
LaUpperTriangMatDouble::LaUpperTriangMatDouble | ( | const LaUpperTriangMatDouble & | ) | [inline] |
LaUpperTriangMatDouble::~LaUpperTriangMatDouble | ( | ) | [inline] |
LaUpperTriangMatDouble & LaUpperTriangMatDouble::ref | ( | LaUpperTriangMatDouble & | ) | [inline] |
LaUpperTriangMatDouble & LaUpperTriangMatDouble::ref | ( | LaGenMatDouble & | ) | [inline] |
LaUpperTriangMatDouble& LaUpperTriangMatDouble::copy | ( | LaUpperTriangMatDouble & | ) |
LaUpperTriangMatDouble& LaUpperTriangMatDouble::operator= | ( | const double & | ) |
LaUpperTriangMatDouble & LaUpperTriangMatDouble::operator= | ( | const LaUpperTriangMatDouble & | ) | [inline] |
double & LaUpperTriangMatDouble::operator() | ( | int | , | |
int | ||||
) | [inline] |
double & LaUpperTriangMatDouble::operator() | ( | int | , | |
int | ||||
) | const [inline] |
LaUpperTriangMatDouble::operator LaGenMatDouble | ( | ) | [inline] |
int LaUpperTriangMatDouble::size | ( | int | ) | const [inline] |
int LaUpperTriangMatDouble::inc | ( | int | d | ) | const [inline] |
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 & | ) | [inline] |
const LaUpperTriangMatDouble& LaUpperTriangMatDouble::info | ( | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | , | |
const LaUpperTriangMatDouble & | ||||
) | [friend] |