Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Meschach/sparse13 libraires with Eigen #2462

Open
2 of 5 tasks
alkino opened this issue Aug 14, 2023 · 0 comments
Open
2 of 5 tasks

Replace Meschach/sparse13 libraires with Eigen #2462

alkino opened this issue Aug 14, 2023 · 0 comments

Comments

@alkino
Copy link
Member

alkino commented Aug 14, 2023

Meschach (http://homepage.divms.uiowa.edu/~dstewart/meschach/) and sparse13 (https://netlib.org/sparse/) are 2 old (1997, 1988) libraries for doing dense and sparse matrix computations.

We can maybe replace them by a more modern and extern eigen3 library (https://eigen.tuxfamily.org).

For Meschach, it will be needed to rewrite the really easy wrapper: https://github.com/neuronsimulator/nrn/blob/master/src/ivoc/ocmatrix.h
RX3D only seems to include Meschach directly.

  • Meschach
  • sparse13:

Sparse13 is used three times:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant