Finding a Sparse Matrix Library for IML++

  • Thread starter Thread starter Asuralm
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
Asuralm
Messages
35
Reaction score
0
Hi all:

I need to solve a sparse linear system, I found the iterative methods library which probably fit my requirement. But I couldn't find any good matrix library to work with IML++. The best choice should be Sparse++ but it requires a very old compiler which is gcc 2.7. something like that. The gcc compiler in our lab is about 4.3, so I can't compile the library sparse++.

Does anyone know is there any other good matrix library which meets the requirements of the IML++ please?

Thanks
 
Physics news on Phys.org


Hi there,

Thank you for reaching out about your problem with finding a suitable matrix library for IML++. I understand that you have already tried Sparse++ but have been unable to use it due to compatibility issues with your lab's compiler. I would recommend looking into other matrix libraries such as Eigen, Armadillo, or Boost. These libraries are known for their performance and compatibility with modern compilers. Additionally, you may also want to consider reaching out to the developers of IML++ for any suggestions or recommendations on compatible matrix libraries. I hope this helps and good luck with your research!