, including all inherited members.
| amax() const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| amax() const | LA::NRSMat< T > | [inline] |
| amax() const | LA::NRSMat< T > | [inline] |
| amin() const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| amin() const | LA::NRSMat< T > | [inline] |
| amin() const | LA::NRSMat< T > | [inline] |
| axpy(const T alpha, const NRSMat &x) (defined in LA::NRSMat< T >) | LA::NRSMat< T > | |
| axpy(const double alpha, const NRSMat< double > &x) | LA::NRSMat< T > | [inline] |
| axpy(const complex< double > alpha, const NRSMat< complex< double > > &x) | LA::NRSMat< T > | [inline] |
| clear() (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| copyonwrite() | LA::NRSMat< T > | [inline] |
| count | LA::NRSMat< T > | [protected] |
| diagonalof(NRVec< T > &, const bool divide=0, bool cache=false) const | LA::NRSMat< T > | [inline] |
| dot(const NRSMat &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | |
| dot(const NRVec< T > &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | |
| dot(const NRSMat< double > &rhs) const | LA::NRSMat< T > | [inline] |
| dot(const NRSMat< complex< double > > &rhs) const | LA::NRSMat< T > | [inline] |
| dot(const NRVec< double > &rhs) const | LA::NRSMat< T > | [inline] |
| dot(const NRVec< complex< double > > &rhs) const | LA::NRSMat< T > | [inline] |
| fprintf(FILE *f, const char *format, const int modulo) const | LA::NRSMat< T > | [inline] |
| fscanf(FILE *f, const char *format) | LA::NRSMat< T > | [inline] |
| gemv(const T beta, NRVec< T > &r, const char trans, const T alpha, const NRVec< T > &x) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| gemv(const T beta, NRVec< complex< T > > &r, const char trans, const T alpha, const NRVec< complex< T > > &x) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| get(int fd, bool dimensions=1, bool transp=0) | LA::NRSMat< T > | [inline] |
| getcount() const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| getlocation() const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| issymmetric() const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| moveto(const GPUID dest) (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| ncols() const | LA::NRSMat< T > | [inline] |
| nn | LA::NRSMat< T > | [protected] |
| norm(const T scalar=(T) 0) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | |
| norm(const double scalar) const | LA::NRSMat< T > | [inline] |
| norm(const complex< double > scalar) const | LA::NRSMat< T > | [inline] |
| NRMat< T > (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [friend] |
| nrows() const | LA::NRSMat< T > | [inline] |
| NRSMat() | LA::NRSMat< T > | [inline] |
| NRSMat(const int n, const GPUID loc=undefined) | LA::NRSMat< T > | [inline, explicit] |
| NRSMat(const T &a, const int n) | LA::NRSMat< T > | [inline] |
| NRSMat(const T *a, const int n) | LA::NRSMat< T > | [inline] |
| NRSMat(const NRSMat &rhs) | LA::NRSMat< T > | [inline] |
| NRSMat(const typename LA_traits_complex< T >::NRSMat_Noncomplex_type &rhs, bool imagpart=false) | LA::NRSMat< T > | |
| NRSMat(const NRMat< T > &rhs) | LA::NRSMat< T > | [inline, explicit] |
| NRSMat(const NRVec< T > &rhs, const int n) | LA::NRSMat< T > | [inline, explicit] |
| NRSMat(const SparseMat< T > &rhs) (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline, explicit] |
| NRSMat(const SparseSMat< T > &rhs) (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline, explicit] |
| NRSMat(const NRSMat< double > &rhs, bool imagpart) | LA::NRSMat< T > | [inline] |
| NRVec< T > (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [friend] |
| operator const T *() const | LA::NRSMat< T > | [inline] |
| operator T *() | LA::NRSMat< T > | [inline] |
| operator!=(const NRSMat &rhs) const | LA::NRSMat< T > | [inline] |
| operator()(const int i, const int j) const | LA::NRSMat< T > | [inline] |
| operator()(const int i, const int j) | LA::NRSMat< T > | [inline] |
| operator*(const T &a) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| operator*(const NRSMat &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | |
| operator*(const NRMat< T > &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | |
| operator*(const NRVec< T > &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| operator*(const NRVec< complex< T > > &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| operator*(const NRMat< double > &rhs) const | LA::NRSMat< T > | [inline] |
| operator*(const NRMat< complex< double > > &rhs) const | LA::NRSMat< T > | [inline] |
| operator*(const NRSMat< double > &rhs) const | LA::NRSMat< T > | [inline] |
| operator*(const NRSMat< complex< double > > &rhs) const | LA::NRSMat< T > | [inline] |
| operator*=(const T &a) | LA::NRSMat< T > | [inline] |
| operator*=(const double &a) | LA::NRSMat< T > | [inline] |
| operator*=(const complex< double > &a) | LA::NRSMat< T > | [inline] |
| operator+(const T &a) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| operator+(const NRSMat &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| operator+(const NRMat< T > &rhs) const | LA::NRSMat< T > | [inline] |
| operator+=(const T &a) | LA::NRSMat< T > | [inline] |
| operator+=(const NRSMat &rhs) | LA::NRSMat< T > | [inline] |
| operator+=(const NRSMat< double > &rhs) | LA::NRSMat< T > | [inline] |
| operator+=(const NRSMat< complex< double > > &rhs) | LA::NRSMat< T > | [inline] |
| operator-() const | LA::NRSMat< T > | [inline] |
| operator-(const T &a) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| operator-(const NRSMat &rhs) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| operator-(const NRMat< T > &rhs) const | LA::NRSMat< T > | [inline] |
| operator-() const | LA::NRSMat< T > | [inline] |
| operator-() const | LA::NRSMat< T > | [inline] |
| operator-=(const T &a) | LA::NRSMat< T > | [inline] |
| operator-=(const NRSMat &rhs) | LA::NRSMat< T > | [inline] |
| operator-=(const NRSMat< double > &rhs) | LA::NRSMat< T > | [inline] |
| operator-=(const NRSMat< complex< double > > &rhs) | LA::NRSMat< T > | [inline] |
| operator=(const NRSMat &rhs) | LA::NRSMat< T > | [inline] |
| operator=(const T &a) | LA::NRSMat< T > | [inline] |
| operator==(const NRSMat &rhs) const | LA::NRSMat< T > | [inline] |
| operator[](const int ij) const | LA::NRSMat< T > | [inline] |
| operator[](const int ij) | LA::NRSMat< T > | [inline] |
| operator|=(const NRSMat &rhs) | LA::NRSMat< T > | [inline] |
| put(int fd, bool dimensions=1, bool transp=0) const | LA::NRSMat< T > | [inline] |
| randomize(const typename LA_traits< T >::normtype &x) | LA::NRSMat< T > | |
| randomize(const double &x) | LA::NRSMat< T > | [inline] |
| randomize(const double &x) | LA::NRSMat< T > | [inline] |
| resize(const int n) | LA::NRSMat< T > | [inline] |
| simplify() (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| size() const | LA::NRSMat< T > | [inline] |
| trace() const | LA::NRSMat< T > | [inline] |
| transp(const int i, const int j) const (defined in LA::NRSMat< T >) | LA::NRSMat< T > | [inline] |
| v | LA::NRSMat< T > | [protected] |
| ~NRSMat() | LA::NRSMat< T > | [inline] |