Globals Library 1.0
Loading...
Searching...
No Matches
modNorms.f90 File Reference

Go to the source code of this file.

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)