Tyrone Rees
Tyrone Rees
The paper [here](https://arxiv.org/pdf/2106.13909.pdf) says:  We should run these test problems, replicate the segfaults, and fix the causes.
The file `configure.ac` contains a version number. It should be documented somewhere that this needs to change with each release. This should be automated, or checked by the CI, or...
As pointed out by @mjacobse in #57, there is a memory leak in the Fortran wrapper for the profile function calls: https://github.com/ralna/spral/blob/c8c3fcdba5c6e1120a642425f774510055950f44/src/ssids/profile_iface.f90#L82-L102 From PR #57: Seems like it should not...
If openmp variables aren't set correctly, building SSIDS can fail with error -53. This error is not in the documentation.
Hp docs
Opening this pull request now, but I'd like to be sure the docs actually describe the changes to the code before it gets merged. This will fix #36 The option...
In the python installation docs, we state > From the directory RALFit/libRALFit/, run the distutils build script: This should be > From the directory RALFit/libRALFit/build/, run the distutils build script:
At the moment, `python setup.py install` doesn't install the package by itself, as it can't find the shared library it needs. Fix the installation so that the shared library is...
The wording of the documentation for eval_HP is not clear at the moment, and should be made unambiguous.
The first step to using the solver `drqs` is to form an eigendecomposition of the matrix, using the lapack routine `dsyev`. If the matrix has infinities in it, then `dsyev`...