Globals Library 1.0
Loading...
Searching...
No Matches
norms::compute_norm Interface Reference

Abstract interface for the computation of the norm. More...

Public Member Functions

real(kind=double) function compute_norm (this, nvec, vec, scr)
 

Detailed Description

Abstract interface for the computation of the norm.


Parameters
[in,out]thisObject calling the function
[in]nvecInteger, length of the vector
[in]vecReal, input vector
[in,out]scroptional

autotoc_md2

Parameters
[out]resultNorm of the input vector

Constructor & Destructor Documentation

◆ compute_norm()

real(kind=double) function norms::compute_norm::compute_norm ( class(abs_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 )
virtual

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