add URLs to upstream projects for eigensolvers

This commit is contained in:
Axel Kohlmeyer
2020-09-16 17:46:24 -04:00
parent 942ed3afeb
commit 96f4178d92
2 changed files with 12 additions and 1 deletions

View File

@ -446,6 +446,12 @@ classes:
#. The "LambdaLanczos" class is a generalization of "PEigenDense" which can be
applied to arbitrary sparse matrices.
The "math_eigen_impl.h" code is an amalgamation of `jacobi_pd
<https://github.com/jewettaij/jacobi_pd>`_ by Andrew Jewett at Scripps
Research (under CC0-1.0 license) and `Lambda Lanczos
<https://github.com/mrcdr/lambda-lanczos>`_ by Yuya Kurebayashi at
Tohoku University (under MIT license)
----------
.. doxygenfunction:: MathEigen::jacobi3(double const *const *mat, double *eval, double **evec)