Abstract interface for the computation of the norm.
More...
Abstract interface for the computation of the norm.
- Parameters
-
[in,out] | this | Object calling the function |
[in] | nvec | Integer, length of the vector |
[in] | vec | Real, input vector |
[in,out] | scr | optional |
autotoc_md2
- Parameters
-
[out] | result | Norm of the input vector |
◆ 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: