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