Math utilities

Solvers

lenskit.math.solve.dposv(A, b, lower=False)

Interface to the BLAS dposv function. A Numba-accessible verison without error checking is exposed as _dposv().

Numba-accessible internals

lenskit.math.solve._dposv(A, b, lower)