|
|
|
@ -144,7 +144,7 @@ module psb_c_psblas_mod
|
|
|
|
|
end function psb_camax_vect
|
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
#if ! defined(BAD_GENERICS)
|
|
|
|
|
#if ! defined(HAVE_BUGGY_GENERICS)
|
|
|
|
|
interface psb_genrmi
|
|
|
|
|
procedure psb_camax, psb_camaxv, psb_camax_vect
|
|
|
|
|
end interface
|
|
|
|
@ -220,7 +220,7 @@ module psb_c_psblas_mod
|
|
|
|
|
end subroutine psb_cmasum
|
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
#if ! defined(BAD_GENERICS)
|
|
|
|
|
#if ! defined(HAVE_BUGGY_GENERICS)
|
|
|
|
|
interface psb_genrm1
|
|
|
|
|
procedure psb_casum, psb_casumv, psb_casum_vect
|
|
|
|
|
end interface
|
|
|
|
@ -257,7 +257,7 @@ module psb_c_psblas_mod
|
|
|
|
|
end function psb_cnrm2_vect
|
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
#if ! defined(BAD_GENERICS)
|
|
|
|
|
#if ! defined(HAVE_BUGGY_GENERICS)
|
|
|
|
|
interface psb_norm2
|
|
|
|
|
procedure psb_cnrm2, psb_cnrm2v, psb_cnrm2_vect
|
|
|
|
|
end interface
|
|
|
|
@ -286,7 +286,7 @@ module psb_c_psblas_mod
|
|
|
|
|
end function psb_cnrmi
|
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
#if ! defined(BAD_GENERICS)
|
|
|
|
|
#if ! defined(HAVE_BUGGY_GENERICS)
|
|
|
|
|
interface psb_normi
|
|
|
|
|
procedure psb_cnrmi
|
|
|
|
|
end interface
|
|
|
|
@ -303,7 +303,7 @@ module psb_c_psblas_mod
|
|
|
|
|
end function psb_cspnrm1
|
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
#if ! defined(BAD_GENERICS)
|
|
|
|
|
#if ! defined(HAVE_BUGGY_GENERICS)
|
|
|
|
|
interface psb_norm1
|
|
|
|
|
procedure psb_cspnrm1
|
|
|
|
|
end interface
|
|
|
|
|