#include <symd.h>
Public Member Functions | |
LaSymmMatDouble () | |
LaSymmMatDouble (int, int) | |
LaSymmMatDouble (double *, int, int) | |
LaSymmMatDouble (const LaSymmMatDouble &) | |
~LaSymmMatDouble () | |
LaSymmMatDouble & | ref (LaSymmMatDouble &) |
LaSymmMatDouble & | copy (const LaSymmMatDouble &) |
LaSymmMatDouble & | operator= (const double &) |
LaSymmMatDouble & | operator= (const LaSymmMatDouble &) |
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) |
LaSymmMatDouble & | resize (const LaSymmMatDouble &) |
LaSymmMatDouble & | resize (int m, int n) |
const LaSymmMatDouble & | info () const |
Friends | |
std::ostream & | operator<< (std::ostream &, const LaSymmMatDouble &) |
LaSymmMatDouble::LaSymmMatDouble | ( | ) | [inline] |
LaSymmMatDouble::LaSymmMatDouble | ( | int | , | |
int | ||||
) | [inline] |
LaSymmMatDouble::LaSymmMatDouble | ( | double * | , | |
int | , | |||
int | ||||
) | [inline] |
LaSymmMatDouble::LaSymmMatDouble | ( | const LaSymmMatDouble & | ) | [inline] |
LaSymmMatDouble::~LaSymmMatDouble | ( | ) | [inline] |
LaSymmMatDouble & LaSymmMatDouble::ref | ( | LaSymmMatDouble & | ) | [inline] |
LaSymmMatDouble& LaSymmMatDouble::copy | ( | const LaSymmMatDouble & | ) |
LaSymmMatDouble& LaSymmMatDouble::operator= | ( | const double & | ) |
LaSymmMatDouble & LaSymmMatDouble::operator= | ( | const LaSymmMatDouble & | ) | [inline] |
double & LaSymmMatDouble::operator() | ( | int | , | |
int | ||||
) | [inline] |
double & LaSymmMatDouble::operator() | ( | int | , | |
int | ||||
) | const [inline] |
LaSymmMatDouble::operator LaGenMatDouble | ( | ) |
LaSymmMatDouble::operator LaLowerTriangMatDouble | ( | ) |
int LaSymmMatDouble::size | ( | int | ) | const [inline] |
int LaSymmMatDouble::inc | ( | int | d | ) | const [inline] |
int LaSymmMatDouble::gdim | ( | int | d | ) | const [inline] |
double* LaSymmMatDouble::addr | ( | ) | const [inline] |
int LaSymmMatDouble::ref_count | ( | ) | const [inline] |
LaIndex LaSymmMatDouble::index | ( | int | d | ) | const [inline] |
int LaSymmMatDouble::shallow | ( | ) | const [inline] |
int LaSymmMatDouble::debug | ( | ) | const [inline] |
int LaSymmMatDouble::debug | ( | int | d | ) | [inline] |
LaSymmMatDouble & LaSymmMatDouble::resize | ( | const LaSymmMatDouble & | ) | [inline] |
LaSymmMatDouble & LaSymmMatDouble::resize | ( | int | m, | |
int | n | |||
) | [inline] |
New in lapackpp-2.4.14
const LaSymmMatDouble& LaSymmMatDouble::info | ( | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | , | |
const LaSymmMatDouble & | ||||
) | [friend] |