Alexis Breust

Results 16 comments of Alexis Breust

When loading the gltf from memory, it cannot find the associated .bin. So this closely linked to #1945.

I signed it!

Can you try adding `stretchToParentHeight: false` to the BoxLayout's options that is holding the expanders? I'm pretty sure the behavior you are experimenting is related to BoxLayout and not Expanders.

Well, I just noticed that you have two BoxLayouts. Set `stretchToParentHeight: false` to both (or just the outermost one), and it should fix the issue. You also might not need...

test-rat-charpoly seems to fail since https://github.com/linbox-team/linbox/commit/08d8227dccb63ae5656bf14b8196d26f198fb890#diff-39faa23146ec85c57be9d6dc0f42a59dR482

- I added a `static_assert` to handle one bug when `Modular` is not used. - The other bug is reproducible with clang with `test-last-invariant-factor -n 1 -b 3`, but isn't...

To make `./test-last-invariant-factor -n 5 -b 10;` fail, do: - have OMP_NUM_THREADS > 1 - disable optimisation flags on gcc or clang - be on the rrzero branch of Givaro...

`test-solve-full -m 1 -n 1 -b 1 -B 30` exhibits the same problem

Some visual proposal for the github pages or readme. ![linbox-team 1](https://user-images.githubusercontent.com/8821452/45203967-1f90b200-b27e-11e8-8453-6fed14a80130.png)

@bdsaunders As you proposed in https://github.com/linbox-team/linbox/pull/134#issuecomment-422027791, `BlasMatrix` could inherit from `BlasSubMatrix`, I don't see any issues with that and that would prevent that temporary allocation.