@@ -456,9 +456,9 @@ function cutest_cint_chprod_(libsif, status, n, m, goth, x, y, p, q)
456
456
q:: Ptr{Float64} ):: Cvoid
457
457
end
458
458
459
- function cutest_cint_chsprod_ (libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
460
- ptr_cutest_cint_chsprod_ = Libdl. dlsym (libsif, :cutest_cint_chsprod_ )
461
- @ccall $ ptr_cutest_cint_chsprod_ (status:: Ptr{Cint} , n:: Ptr{Cint} , m:: Ptr{Cint} , goth:: Ptr{Bool} ,
459
+ function cutest_cint_cshprod_ (libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
460
+ ptr_cutest_cint_cshprod_ = Libdl. dlsym (libsif, :cutest_cint_cshprod_ )
461
+ @ccall $ ptr_cutest_cint_cshprod_ (status:: Ptr{Cint} , n:: Ptr{Cint} , m:: Ptr{Cint} , goth:: Ptr{Bool} ,
462
462
x:: Ptr{Float64} , y:: Ptr{Float64} , nnzp:: Ptr{Cint} ,
463
463
indp:: Ptr{Cint} , p:: Ptr{Float64} , nnzr:: Ptr{Cint} ,
464
464
indr:: Ptr{Cint} , r:: Ptr{Float64} ):: Cvoid
@@ -1012,9 +1012,9 @@ function cutest_cint_chprod_s_(libsif, status, n, m, goth, x, y, p, q)
1012
1012
q:: Ptr{Float32} ):: Cvoid
1013
1013
end
1014
1014
1015
- function cutest_cint_chsprod_s_ (libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1016
- ptr_cutest_cint_chsprod_s_ = Libdl. dlsym (libsif, :cutest_cint_chsprod_s_ )
1017
- @ccall $ ptr_cutest_cint_chsprod_s_ (status:: Ptr{Cint} , n:: Ptr{Cint} , m:: Ptr{Cint} , goth:: Ptr{Bool} ,
1015
+ function cutest_cint_cshprod_s_ (libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1016
+ ptr_cutest_cint_cshprod_s_ = Libdl. dlsym (libsif, :cutest_cint_cshprod_s_ )
1017
+ @ccall $ ptr_cutest_cint_cshprod_s_ (status:: Ptr{Cint} , n:: Ptr{Cint} , m:: Ptr{Cint} , goth:: Ptr{Bool} ,
1018
1018
x:: Ptr{Float32} , y:: Ptr{Float32} , nnzp:: Ptr{Cint} ,
1019
1019
indp:: Ptr{Cint} , p:: Ptr{Float32} , nnzr:: Ptr{Cint} ,
1020
1020
indr:: Ptr{Cint} , r:: Ptr{Float32} ):: Cvoid
@@ -1572,9 +1572,9 @@ function cutest_cint_chprod_q_(libsif, status, n, m, goth, x, y, p, q)
1572
1572
q:: Ptr{Float128} ):: Cvoid
1573
1573
end
1574
1574
1575
- function cutest_cint_chsprod_q_ (libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1576
- ptr_cutest_cint_chsprod_q_ = Libdl. dlsym (libsif, :cutest_cint_chsprod_q_ )
1577
- @ccall $ ptr_cutest_cint_chsprod_q_ (status:: Ptr{Cint} , n:: Ptr{Cint} , m:: Ptr{Cint} , goth:: Ptr{Bool} ,
1575
+ function cutest_cint_cshprod_q_ (libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1576
+ ptr_cutest_cint_cshprod_q_ = Libdl. dlsym (libsif, :cutest_cint_cshprod_q_ )
1577
+ @ccall $ ptr_cutest_cint_cshprod_q_ (status:: Ptr{Cint} , n:: Ptr{Cint} , m:: Ptr{Cint} , goth:: Ptr{Bool} ,
1578
1578
x:: Ptr{Float128} , y:: Ptr{Float128} , nnzp:: Ptr{Cint} ,
1579
1579
indp:: Ptr{Cint} , p:: Ptr{Float128} , nnzr:: Ptr{Cint} ,
1580
1580
indr:: Ptr{Cint} , r:: Ptr{Float128} ):: Cvoid
0 commit comments