Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7060 Discussions

Calling fortran sparse BLAS function from C++

crispybits
Beginner
278 Views
Hi I want to pass a fortran style 2D array todss_solve_real. I'm programming in C++.

I think it's using the C version of the function. How can I get it to use the fortran77 version?


0 Kudos
2 Replies
crispybits
Beginner
278 Views
Oh. It looks like the C interface already uses fortran arrays.
0 Kudos
Gennady_F_Intel
Moderator
278 Views
Probably it will useful information - you can see the C and Fortran examples program to solve symmetric positive definite system of equations based on DSS interface
Into examplessolversource dss_sym_c.c, dss_sym_f.f
--Gennady

0 Kudos
Reply