Skip to content

nalgebra fails to compile with the new solver #156

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

Closed
lcnr opened this issue Jan 29, 2025 · 1 comment
Closed

nalgebra fails to compile with the new solver #156

lcnr opened this issue Jan 29, 2025 · 1 comment

Comments

@lcnr
Copy link
Contributor

lcnr commented Jan 29, 2025

It fails with a bunch of overflow errors:

error[E0275]: overflow evaluating the requirement `base::dimension::Const<1>: base::dimension::Dim`
  --> src/linalg/col_piv_qr.rs:55:41
   |
55 |     DefaultAllocator: Allocator<R, C> + Allocator<R> + A...
   |                                         ^^^^^^^^^^^^
   |
note: required by a bound in `base::allocator::Allocator`
  --> src/base/allocator.rs:22:32
   |
22 | pub trait Allocator<R: Dim, C: Dim = U1>: Any + Sized {
   |                                ^^^ required by this bound in `Allocator`

It also hangs after spitting out a few errors. Increasing the recursion limit does not fix this issue.

@lcnr
Copy link
Contributor Author

lcnr commented Feb 3, 2025

the underlying issue is #114

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