![]() |
MAOS
Multithreaded Adaptive Optics Simulator
|
Collaboration diagram for cusp:Public Member Functions | |
| 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 | Copy (const cusp &in, cudaStream_t stream=0) |
Friends | |
| void | cuspmul (curmat &y, const cusp &A, const curmat &x, long ncolvec, char trans, Real alpha, stream_t &stream) |
| src_csc | Source dsp in CSC |
| tocsr | 0: Keep in CSC. 1: Convert to CSR |
| transp | 1: transpose |