Please edit "src/SparseClass/SparseClass.c" for 'c_dot_product' 'crs_spmv_real32' 'crs_spmv_real64'
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_double), | intent(in) | :: | a(n) | |||
real(kind=c_double), | intent(in) | :: | b(n) | |||
integer(kind=C_size_t), | value | :: | n | |||
real(kind=c_double), | intent(out) | :: | ret(1) |