Closed eikehmueller closed 1 year ago
Currently, in the Cholesky sampler we do an additional triangular solver for the right hand side whenever a new sample is generated. This solve can be eliminated is the right hand side never changes.
Implemented with commit 29b917a269899a77b1b8b81c3eaf10a6a7bfff60
Currently, in the Cholesky sampler we do an additional triangular solver for the right hand side whenever a new sample is generated. This solve can be eliminated is the right hand side never changes.