solvers

Contents

solvers#

Contains different solver implementations.

tike.lamino.solvers.bucket(op, comm, data, theta, obj, grid, obj_split=1, cg_iter=4, step_length=1, **kwargs)[source]#

Solve the Laminogarphy problem using the conjugate gradients method.

tike.lamino.solvers.cgrad(op, comm, data, theta, obj, cg_iter=4, step_length=1, **kwargs)[source]#

Solve the Laminogarphy problem using the conjugate gradients method.