Giter VIP home page Giter VIP logo

Comments (9)

stevengj avatar stevengj commented on August 29, 2024 1

I think it makes sense to export them, since they are useful functions by themselves. Too specialized to export in Base, but in a QuadGK package they make sense.

from quadgk.jl.

stevengj avatar stevengj commented on August 29, 2024

The docs links seems to be broken. Latest docs work for me.

from quadgk.jl.

ararslan avatar ararslan commented on August 29, 2024

Stable should be a 404 until a release is tagged, since Documenter only builds stable on tag commits. Latest works for me. Does it not for you?

from quadgk.jl.

stevengj avatar stevengj commented on August 29, 2024

Since you're exporting gauss and kronrod, those functions need docstrings.

Also probably define

gauss(N::Integer) = gauss(Float64, N)
kronrod(N::Integer) = kronrod(Float64, N)

The README should probably link to https://github.com/ajt60gaibb/FastGaussQuadrature.jl for (non-adaptive) Gauss quadrature with more weight functions and for high orders N, since the routines here are O(N^2) whereas the ones in FastGaussQuadrature are O(N). On the other hand, the routines here support arbitrary precision, and include generation of the nested Gauss-Kronrod rules.

from quadgk.jl.

stevengj avatar stevengj commented on August 29, 2024

Should also grab the patches from JuliaLang/julia#19627

from quadgk.jl.

stevengj avatar stevengj commented on August 29, 2024

Also link https://github.com/stevengj/Cubature.jl and https://github.com/giordano/Cuba.jl for people wanting multidimensional integration (or alternative 1d algorithms, e.g. Cubature has adaptive Clenshaw-Curtis quadrature).

from quadgk.jl.

ararslan avatar ararslan commented on August 29, 2024

Should gauss and kronrod be exported? I export them here because they're exported from Base.QuadGK, but only quadgk ends up getting exported from Base.

from quadgk.jl.

ararslan avatar ararslan commented on August 29, 2024

Do you know of a better way to preserve the authorship information for the change in 19627 than downloading the diff as a patch and editing it by hand?

from quadgk.jl.

stevengj avatar stevengj commented on August 29, 2024

Not unless @ajkeller34 wants to resubmit his PR to this repo.

from quadgk.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.