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

Interoperability with linear algebra package? #209

Open
guibou opened this issue Oct 11, 2019 · 1 comment
Open

Interoperability with linear algebra package? #209

guibou opened this issue Oct 11, 2019 · 1 comment

Comments

@guibou
Copy link

guibou commented Oct 11, 2019

I'm trying to do physical simulation and need to represents position, velocity, acceleration and light quantities in a 3D space. The linear package is really fine for this kind of work, but unfortunately it does not compose well with dimensional.

Is there any recommended package / way of doing "simple" 3D space manipulation with dimensional?

@bjornbm
Copy link
Owner

bjornbm commented Oct 12, 2019

I'm sorry but we don't really have a good story for this (yet?). That is the short answer.

I have a rudimentary linear algebra library at bjornbm/dimensional-homo (not on Hackage) which I use for my simple needs. You are welcome to take a look and see if it might be adequate for what you want to do. Note that the "backend" linear algebra library is the very simple numeric-quest as it was easy to use and adequate for a proof-of-concept. If performance is important one would want to replace it with another backend.

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

2 participants