JuliaImageRecon / RegularizedLeastSquares.jl

MIT License
20 stars 9 forks source link

Broken getting started #53

Open AaronGhost opened 1 year ago

AaronGhost commented 1 year ago

Hi, thank you for developing this library!

I have been trying to follow the Getting Started tutorial but I get an error when attempting to build the SamplingOp:

using RegularizedLeastSquare
A = SamplingOp(idx, (N, N))

But I obtain the error: ERROR: UndefVarError: SamplingOp not defined. I have tried to continue by building A either as a matrix or a vector and similarly for y. But I obtain mismatch errors when calling the solve function.

Thanks for your help!