We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Sparse13 is used three times:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Sparse13 is used three times:
The text was updated successfully, but these errors were encountered: