![]() |
MAOS
Multithreaded Adaptive Optics Simulator
|
Inheritance diagram for cusolve_cg:
Collaboration diagram for cusolve_cg: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) |
Data Fields | |
| cusolve_cgpre * | precond |
Implements cusolve_l.