Globals Library 1.0
|
Data Types | |
type | norms::abs_norm |
Abstract type for the definition of the procedure for the evaluation of the norm of a vector. More... | |
interface | norms::compute_norm |
Abstract interface for the computation of the norm. More... | |
type | norms::euc_norm |
Euclidean norm. More... | |
type | norms::dir_norm |
Weighted version of Euclian norm. More... | |
Modules | |
module | norms |
Functions/Subroutines | |
real(kind=double) function | norms::eval_euc_norm (this, nvec, vec, scr) |
TODO COMMENT. | |
subroutine | norms::init_dir_norm (this, lun_err, ndir, noddir) |
TODO COMMENT. | |
real(kind=double) function | norms::eval_dir_norm (this, nvec, vec, scr) |