PROGRESS  master
prg_extras_mod.F90 File Reference

Go to the source code of this file.

Data Types

interface  prg_extras_mod::prg_memory_consumption
 
interface  prg_extras_mod::to_string
 

Modules

module  prg_extras_mod
 Extra routines.
 

Functions/Subroutines

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...
 

Variables

integer, parameter prg_extras_mod::dp = kind(1.0d0)