jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
51 stars 9 forks source link

Fix `collocation_matrix` for points outside of domain #57

Closed jipolanco closed 1 year ago

jipolanco commented 1 year ago

Closes #56

codecov-commenter commented 1 year ago

Codecov Report

Merging #57 (a6e7803) into master (2411b45) will increase coverage by 0.01%. The diff coverage is 87.50%.

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   95.70%   95.72%   +0.01%     
==========================================
  Files          33       33              
  Lines        1958     1963       +5     
==========================================
+ Hits         1874     1879       +5     
  Misses         84       84              
Impacted Files Coverage Δ
src/BSplines/BSplines.jl 100.00% <ø> (ø)
src/BSplines/evaluate_all.jl 91.78% <ø> (ø)
src/Collocation/Collocation.jl 94.87% <75.00%> (+0.13%) :arrow_up:
src/BSplines/basis.jl 96.77% <100.00%> (+0.16%) :arrow_up:
src/BSplines/periodic.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.