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

Consider refactoring vector and matrix code to use LAPACK ot the Vienna Suite #54

Open
anadon opened this issue Jan 1, 2025 · 0 comments

Comments

@anadon
Copy link
Contributor

anadon commented Jan 1, 2025

One thing I noticed when working on the build script was the use of a considerable amount of Lin. Alg. code. That makes a lot of sense, given your input data and your goal of trying to map out a mesh of the environment. That kind of workload is seen often enough that there are two routes which I think offer a few key advantages. These are namely fewer LOC, faster computation, and lower power consumption. The two options are, broadly speaking LAPACK or the Vienna Suite. Feel free to close this out when you've had a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant