Skip to content

nalgebra fails to compile with the new solver #156

Closed
@lcnr

Description

@lcnr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions