Skip to content
  • David Frank's avatar
    Add convenience constructor to TikhonovProblem · acebb9a0
    David Frank authored and Tobias Lasser's avatar Tobias Lasser committed
    Instead of first creating a WLSProblem and passing that to the
    constructor, you can now pass the projector and the sinogram to the
    problem. The constructor initializes a very basic form of tikhonov
    regularization, for other forms, the other constructors should be used.
    acebb9a0