|
| character(len=:) function, allocatable | prg_extras_mod::to_string_integer (i) |
| | Convert integer to string. More...
|
| |
| character(len=:) function, allocatable | prg_extras_mod::to_string_long_long (i) |
| | Convert integer to string. More...
|
| |
| character(len=:) function, allocatable | prg_extras_mod::to_string_double (x) |
| | Convert double to string. More...
|
| |
| subroutine, public | prg_extras_mod::prg_print_matrix (matname, amat, i1, i2, j1, j2) |
| | To write a dense matrix to screen. More...
|
| |
| real(dp) function, public | prg_extras_mod::mls () |
| | To get the actual time in milliseconds. More...
|
| |
| subroutine, public | prg_extras_mod::prg_delta (x, s, nn, dta) |
| | Delta function ||X^tSX - I||. More...
|
| |
| subroutine, public | prg_extras_mod::prg_get_mem (procname, tag) |
| | Get proc memory. More...
|
| |
| subroutine | prg_extras_mod::prg_twonorm (a, nn, norm2) |
| | Gets the norm2 of a square matrix. More...
|
| |
| real(dp) function, public | prg_extras_mod::prg_norm2 (a) |
| | Gets the norm2 of a vector. More...
|
| |