Aidan Crilly
Aidan Crilly
Hi, I needed a block tridiagonal solver for a project of mine, so I took a stab at adding one to lineax (very nice package, thank you!). The solve is...
Hi, Firstly thanks for this great library, Secondly, apologies I am clearly misunderstanding how the filters work for the jacobian and hessian transformations. Here is a MWE of my issue:...
In issue #3 , a solver based on Woodbury matrix identity was given as a new solver feature for lineax. Here I have made a first attempt at implementing it....