Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fuga and rewrite functions' front-end #21

Open
9 of 10 tasks
Axect opened this issue May 28, 2020 · 0 comments
Open
9 of 10 tasks

Make fuga and rewrite functions' front-end #21

Axect opened this issue May 28, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Axect
Copy link
Owner

Axect commented May 28, 2020

Description

After Ver 0.23.0, peroxide will use two different main modules - prelude and fuga.

  • prelude: Contains all simplified functions. (ex: a.norm(), integrate(f, (a,b)))
  • fuga: Contains all customizable functions. (ex: a.norm(L2), integrate(f, (a,b), GaussLegendre(15)))

Fuga list

  • Norm
    • Vector norm
    • Matrix norm
  • Solve
    • LU
    • WAZ
    • QR
  • Integrate
  • Spline
  • ODE
@Axect Axect added the enhancement New feature or request label May 28, 2020
@Axect Axect added this to the Ver 0.23.0 milestone May 28, 2020
@Axect Axect self-assigned this May 28, 2020
@Axect Axect changed the title Make fugue and rewrite functions' front-end Make fuga and rewrite functions' front-end Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant