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

Add support for na / nalgebra crates? #13

Open
sunsided opened this issue Jun 12, 2024 · 1 comment
Open

Add support for na / nalgebra crates? #13

sunsided opened this issue Jun 12, 2024 · 1 comment

Comments

@sunsided
Copy link
Owner

Can we make use of na types (even if we may run our own implementation)?

@sunsided sunsided changed the title Add support for na crates? Add support for na / nalgebra crates? Jun 21, 2024
@sunsided
Copy link
Owner Author

One big issue to deal with is that nalgebra is column-major by default, whereas minikalman assumes row-major matrices. While it is possible to expose minikalman matrices to nalgebra (#29 started that), the other way around is much more involved.

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