MAOS
Multithreaded Adaptive Optics Simulator
|
Public Member Functions | |
cusolve_cg (int _maxit=0, int _cgwarm=0) | |
virtual void | L (curcell &xout, Real beta, const curcell &xin, Real alpha, stream_t &stream)=0 |
void | operator() (curcell &xout, Real beta, const curcell &xin, Real alpha, stream_t &stream) |
virtual Real | solve (curcell &xout, const curcell &xin, stream_t &stream) |
void | Pre (curcell &xout, const curcell &xin, stream_t &stream) |
Protected Attributes | |
cusolve_cgpre * | precond |