The scope of this issue is to implement an equivalent of pentapy using numba.
However, the following adaptions should be incorporated
- using a banded format that works well in C-order
- split between factorisation and solve routines for pentadiagonal matrices
- support of either PTRANS-I or PTRANS-II
- support for computation of the log-determinant of the matrix
- support for the computation of the main diagonal elements of the matrix inverse
- maybe no multithreaded solving for multiple right-hand sides
The scope of this issue is to implement an equivalent of
pentapyusingnumba.However, the following adaptions should be incorporated