Loading...
Searching...
No Matches
 
 
 
 
Go to the source code of this file.
 | 
| module   | projection | 
|   | Project x onto X, the space of old solutions and back again. 
  | 
|   | 
 | 
| subroutine  | projection::projection_init (this, n, l, activ_step) | 
|   | 
| subroutine  | projection::projection_free (this) | 
|   | 
| subroutine  | projection::projection_pre_solving (this, b, tstep, coef, n, dt_controller, string) | 
|   | 
| subroutine  | projection::projection_post_solving (this, x, ax, coef, bclst, gs_h, n, tstep, dt_controller) | 
|   | 
| subroutine  | projection::bcknd_project_on (this, b, coef, n) | 
|   | 
| subroutine  | projection::bcknd_project_back (this, x, ax, coef, bclst, gs_h, n) | 
|   | 
| subroutine  | projection::cpu_project_on (this, b, coef, n) | 
|   | 
| subroutine  | projection::device_project_on (this, b, coef, n) | 
|   | 
| subroutine  | projection::device_proj_ortho (this, xx_d, bb_d, w_d, n) | 
|   | 
| subroutine  | projection::cpu_proj_ortho (this, xx, bb, w, n) | 
|   | 
| subroutine  | projection::print_proj_info (this, string) | 
|   | 
| subroutine  | projection::bcknd_clear (this, n) | 
|   |