mcovalt / ConjugateGradients.jl

Flexible, non-allocating Julia implementations of the CG and BiCGStab methods.
MIT License
10 stars 2 forks source link

Add missing import of dot #3

Closed blegat closed 1 month ago

blegat commented 1 month ago

Otherwise, I get

  UndefVarError: `dot` not defined

coming from https://github.com/mcovalt/ConjugateGradients.jl/blob/12a23dd7d43177a15bb75508312386d43eed6108/src/genericblas.jl#L4 when using something else than Float64

mcovalt commented 1 month ago

Thanks! I'll push out a new release with this sometime this week.