mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-05 00:17:12 +08:00
7 lines
91 B
Fortran
7 lines
91 B
Fortran
double complex function zhoge()
|
|
|
|
zhoge = (0.0d0,0.0d0)
|
|
|
|
return
|
|
end
|