#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) |
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 | , | |
int | ||||
) | [inline] |
LaSpdMatDouble::LaSpdMatDouble | ( | double * | , | |
int | , | |||
int | ||||
) | [inline] |
LaSpdMatDouble::LaSpdMatDouble | ( | const LaSpdMatDouble & | ) | [inline] |
LaSpdMatDouble::~LaSpdMatDouble | ( | ) | [inline] |
LaSpdMatDouble & LaSpdMatDouble::ref | ( | LaSpdMatDouble & | ) | [inline] |
LaSpdMatDouble& LaSpdMatDouble::copy | ( | const LaSpdMatDouble & | ) |
LaSpdMatDouble& LaSpdMatDouble::operator= | ( | const double & | ) |
LaSpdMatDouble & LaSpdMatDouble::operator= | ( | LaSpdMatDouble & | ) | [inline] |
double & LaSpdMatDouble::operator() | ( | int | , | |
int | ||||
) | [inline] |
double & LaSpdMatDouble::operator() | ( | int | , | |
int | ||||
) | const [inline] |
LaSpdMatDouble::operator LaGenMatDouble | ( | ) |
LaSpdMatDouble::operator LaLowerTriangMatDouble | ( | ) |
int LaSpdMatDouble::size | ( | int | ) | const [inline] |
int LaSpdMatDouble::inc | ( | int | d | ) | const [inline] |
int LaSpdMatDouble::gdim | ( | int | d | ) | const [inline] |
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 & | ) | [inline] |
const LaSpdMatDouble& LaSpdMatDouble::info | ( | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | , | |
const LaSpdMatDouble & | ||||
) | [friend] |