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

Use linear algebra like eveyone else #54

Open
frostburn opened this issue Apr 17, 2024 · 2 comments
Open

Use linear algebra like eveyone else #54

frostburn opened this issue Apr 17, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@frostburn
Copy link
Member

This library was written mainly as an excercise in geometric algebra. GA has known issues with speed and memory compared to established matrix methods.

GA is a nice theoretical tool with a steep learning curve, but once you get it, everything tends to Just Work ™️ . With matrices you have to deal with torsion and all kinds of weird things because of the extra entries that don't correspond to blades in the GA sense. So linear algebra can have a steeper implementation curve than GA, but the speedup is worth it from a user's perspective.

@frostburn frostburn added help wanted Extra attention is needed question Further information is requested labels Apr 17, 2024
@frostburn
Copy link
Member Author

Assigned to inthar mainly for discussion. This is a huge overhaul of the package if implemented.

@inthar-raven
Copy link

We decided on using Sintel's temperament finder API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants