Hello,
I've discovered MAGMA today and I feel that it could be an interesting tool for me. But I'm not so sure about the language implementation of part of MAGMA. I can see in the code lots of files with the extension *.cpp, but the code is apparently standard C. Moreover, in the make.inc files the only compilers used are for C (gcc), Fortran (gfortran) and CUDA (nvcc), so my question is, is implemented MAGMA in C or C++ (apart from CUDA)? So can I call MAGMA from a C program?
Thanks
