norm_frob Interface

public interface norm_frob

Module Procedures

private pure module function norm_frob_i(A) result(res)

Returns the Frobenius norm for a matrix A

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: A(:,:)

Return Value real(kind=dp)

private pure module function norm_frob_r(A) result(res)

Returns the Frobenius norm for a matrix A

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: A(:,:)

Return Value real(kind=dp)

private pure module function norm_frob_c(A) result(res)

Returns the Frobenius norm for a matrix A

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: A(:,:)

Return Value real(kind=dp)