public interface norm
It computes L^2 norm of a tensor.
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
vec(:,:) |
|
Return Value
real(kind=real64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
vec(:) |
|
Return Value
real(kind=real64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real32),
|
intent(in) |
|
|
:: |
vec(:) |
|
Return Value
real(kind=real32)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=real64),
|
intent(in) |
|
|
:: |
vec(:) |
|
Return Value
real(kind=real64)