Lapack++
|
#include <spdmd.h>
Public Member Functions | |
LaSpdMatDouble () | |
LaSpdMatDouble (int, int) | |
LaSpdMatDouble (double *, int, int) | |
LaSpdMatDouble (const LaSpdMatDouble &) | |
~LaSpdMatDouble () | |
LaSpdMatDouble & | ref (LaSpdMatDouble &) |
LaSpdMatDouble & | copy (const LaSpdMatDouble &) |
LaSpdMatDouble & | operator= (const double &) |
LaSpdMatDouble & | operator= (LaSpdMatDouble &) |
double & | operator() (int, int) |
const double & | operator() (int, int) const |
operator LaGenMatDouble () | |
operator LaLowerTriangMatDouble () | |
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) |
LaSpdMatDouble & | resize (const LaSpdMatDouble &) |
const LaSpdMatDouble & | info () const |
Friends | |
std::ostream & | operator<< (std::ostream &, const LaSpdMatDouble &) |
LaSpdMatDouble::LaSpdMatDouble | ( | ) | [inline] |
LaSpdMatDouble::LaSpdMatDouble | ( | int | i, |
int | j | ||
) | [inline] |
LaSpdMatDouble::LaSpdMatDouble | ( | double * | d, |
int | i, | ||
int | j | ||
) | [inline] |
LaSpdMatDouble::LaSpdMatDouble | ( | const LaSpdMatDouble & | S | ) | [inline] |
References LaLowerTriangMatDouble::copy().
LaSpdMatDouble::~LaSpdMatDouble | ( | ) | [inline] |
LaSpdMatDouble & LaSpdMatDouble::ref | ( | LaSpdMatDouble & | S | ) | [inline] |
References LaLowerTriangMatDouble::ref().
Referenced by LaSpdFactDouble::ref().
LaSpdMatDouble& LaSpdMatDouble::copy | ( | const LaSpdMatDouble & | ) |
Referenced by LaSpdFactDouble::copy(), LaSpdFactDouble::LaSpdFactDouble(), and operator=().
LaSpdMatDouble& LaSpdMatDouble::operator= | ( | const double & | ) |
LaSpdMatDouble & LaSpdMatDouble::operator= | ( | LaSpdMatDouble & | S | ) | [inline] |
References copy().
double & LaSpdMatDouble::operator() | ( | int | i, |
int | j | ||
) | [inline] |
const double & LaSpdMatDouble::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
LaSpdMatDouble::operator LaGenMatDouble | ( | ) |
LaSpdMatDouble::operator LaLowerTriangMatDouble | ( | ) |
int LaSpdMatDouble::size | ( | int | d | ) | const [inline] |
References LaLowerTriangMatDouble::size().
Referenced by LaSpdFactDouble::copy(), LaSpdMatFactorize(), and LaSpdFactDouble::ref().
int LaSpdMatDouble::inc | ( | int | d | ) | const [inline] |
References LaLowerTriangMatDouble::inc().
int LaSpdMatDouble::gdim | ( | int | d | ) | const [inline] |
References LaLowerTriangMatDouble::gdim().
Referenced by LaSpdFactDouble::copy(), LaSpdMatFactorize(), and LaSpdFactDouble::ref().
double* LaSpdMatDouble::addr | ( | ) | const [inline] |
int LaSpdMatDouble::ref_count | ( | ) | const [inline] |
LaIndex LaSpdMatDouble::index | ( | int | d | ) | const [inline] |
int LaSpdMatDouble::shallow | ( | ) | const [inline] |
int LaSpdMatDouble::debug | ( | ) | const [inline] |
int LaSpdMatDouble::debug | ( | int | d | ) | [inline] |
LaSpdMatDouble & LaSpdMatDouble::resize | ( | const LaSpdMatDouble & | S | ) | [inline] |
References LaLowerTriangMatDouble::resize().
const LaSpdMatDouble& LaSpdMatDouble::info | ( | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | , |
const LaSpdMatDouble & | |||
) | [friend] |