#include <sym.h>
Public Member Functions | |
| Sym () | |
| Sym (ITYPE size, ITYPE rows, ITYPE cols) | |
| Sym (const Sym< T, ITYPE > &rhs) | |
| ~Sym () | |
| Sym< T, ITYPE > & | operator= (const Sym< T, ITYPE > &rhs) |
| Sym (Csc< T, ITYPE > &csc) | |
| ITYPE | colsize () const |
| ITYPE | rowsize () const |
| ITYPE | getntop () const |
| void | Transpose () |
Friends | |
| template<typename U , typename UTYPE > | |
| void | sym_gaxpy (const Sym< U, UTYPE > &A, const U *x, U *y) |
|
inline |
|
inline |
|
inline |
| void Sym< T, ITYPE >::Transpose | ( | ) |
|
friend |
1.8.6