|
enum TYPE_SP | Type () const |
|
long | Nx () const |
|
long | Ny () const |
|
long | Nzmax () const |
|
Spint * | Pp () |
|
const Spint * | Pp () const |
|
Spint * | Pi () |
|
const Spint * | Pi () const |
|
Real * | Px () |
|
const Real * | Px () const |
|
| cusp (const dsp *in, int tocsr=0, int transp=0) |
|
| cusp (const cusp &in) |
|
cusp & | operator= (const cusp &in) |
|
void | deinit () |
|
void | trans () |
|
| operator bool () const |
|
|
void | cuspmul (curmat &y, const cusp &A, const curmat &x, long ncolvec, char trans, Real alpha, stream_t &stream) |
|
◆ cusp()
cusp::cusp |
( |
const dsp * |
src_csc, |
|
|
int |
tocsr = 0 , |
|
|
int |
transp = 0 |
|
) |
| |
- Parameters
-
src_csc | Source dsp in CSC |
tocsr | 0: Keep in CSC. 1: Convert to CSR |
transp | 1: transpose |
The documentation for this class was generated from the following files:
- cuda/math/types.h
- cuda/math/utils.cu