FROB_NORM Interface

public interface FROB_NORM

Module Procedures

private function CFROB_NORM(v)

Frobenius norm of complex matrix

Arguments

Type IntentOptional Attributes Name
complex(kind=realdp), intent(in) :: v(1-LAP:nx+LAP,1-LAP:ny+LAP)

Return Value real(kind=realdp)

private function RFROB_NORM(v)

Frobenius norm of real matrix

Arguments

Type IntentOptional Attributes Name
real(kind=realdp), intent(in) :: v(1-LAP:nx+LAP,1-LAP:ny+LAP)

Return Value real(kind=realdp)