|
| subroutine, public | qg_gom_mod::qg_gom_setup (self, nobs) |
| | Linked list implementation. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_delete (self) |
| | Delete GOM. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_copy (self, other) |
| | Copy GOM. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_zero (self) |
| | Set GOM to zero. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_abs (self) |
| | Get GOM absolute value. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_random (self) |
| | Generate random GOM values. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_mult (self, zz) |
| | Multiply GOM with a scalar. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_add (self, other) |
| | Add GOM. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_diff (self, other) |
| | Subtract GOM. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_schurmult (self, other) |
| | Schur product for GOM. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_divide (self, other) |
| | Schur division for GOM. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_rms (self, rms) |
| | Compute GOM RMS. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_dotprod (gom1, gom2, prod) |
| | GOM dot product. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_stats (self, kobs, pmin, pmax, prms) |
| | Compute GOM stats. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_maxloc (self, mxval, mxloc, mxvar) |
| | Find and locate GOM max. value. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_read_file (self, f_conf) |
| | Read GOM from file. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_write_file (self, f_conf) |
| | Write GOM to file. More...
|
| |
| subroutine, public | qg_gom_mod::qg_gom_analytic_init (self, locs, f_conf) |
| | GOM analytic initialization. More...
|
| |