Globals Library 1.0
Loading...
Searching...
No Matches
norms::euc_norm Type Reference

Euclidean norm. More...

Inheritance diagram for norms::euc_norm:
norms::abs_norm

Public Member Functions

procedure, public eval_norm (this, nvec, vec, scr)
 Evaluation of the Euclidean norm.
 
- Public Member Functions inherited from norms::abs_norm
procedure(compute_norm), deferred, public eval_norm (this, nvec, vec, scr)
 Abstract procedure for the evaluation of the norm.
 

Detailed Description

Euclidean norm.

Member Function/Subroutine Documentation

◆ eval_norm()

procedure, public norms::euc_norm::eval_norm ( class(euc_norm), intent(inout) this,
integer, intent(in) nvec,
real(kind=double), dimension(nvec), intent(in) vec,
real(kind=double), dimension(nvec), intent(inout), optional scr )

Evaluation of the Euclidean norm.


The documentation for this type was generated from the following file: