R/wrappers.R
batch_solve.Rd
Solve B linear systems A_b x_b = B_b where each A_b is represented by its Cholesky factor from batch_chol.
A_b x_b = B_b
A_b
batch_chol
batch_solve(Ls, B)
A list of amChol objects (output of batch_chol).
amChol
A list of right-hand-side matrices/vectors, or a 3-D array [n, k, B]. Length / third dimension must match Ls.
[n, k, B]
Ls
A list of solution matrices (or vectors when each rhs is a vector).
batch_chol, chol_solve
chol_solve