#include <csbsym.h>
Public Member Functions | |
| CsbSym () | |
| CsbSym (const CsbSym< NT, IT > &rhs) | |
| ~CsbSym () | |
| CsbSym< NT, IT > & | operator= (const CsbSym< NT, IT > &rhs) |
| CsbSym (Csc< NT, IT > &csc, int workers) | |
| ofstream & | PrintStats (ofstream &outfile) const |
| ofstream & | Dump (ofstream &outfile) const |
| IT | colsize () const |
| IT | rowsize () const |
| bool | isPar () const |
Friends | |
| template<typename NU , typename IU > | |
| void | csbsym_gespmv (const CsbSym< NU, IU > &A, const NU *x, NU *y) |
Definition at line 90 of file csbsym.cpp.
Definition at line 165 of file csbsym.cpp.
Definition at line 181 of file csbsym.cpp.
|
inline |
| ofstream & CsbSym< NT, IT >::Dump | ( | ofstream & | outfile | ) | const |
Definition at line 783 of file csbsym.cpp.
|
inline |
| CsbSym< NT, IT > & CsbSym< NT, IT >::operator= | ( | const CsbSym< NT, IT > & | rhs | ) |
Definition at line 114 of file csbsym.cpp.
| ofstream & CsbSym< NT, IT >::PrintStats | ( | ofstream & | outfile | ) | const |
Definition at line 743 of file csbsym.cpp.
|
inline |
|
friend |
1.8.6