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