Russell

Results 7 comments of Russell

That's fair, I don't have a use case in mind for exposing that function. However, I found the the doc for `get_cpp_link_stdlib` useful, and I think it could be a...

I appreciate that! I revised the update accordingly.

I am not the cmake expert needed here. However, I might have a useful connection to offer. We had to use the above workaround on linux / macos to integrate...

You should be able to run the example/application with a release build to avoid the assertion since it's now a debug_assert. For example: `cargo run --example triangle --release` I don't...

This may be a slightly tangential comment, and it pains me to admit it, but I'm not sure how much effort should be spent on fixing this issue. The reason...

I want to bump this issue, I haven't found a solution myself, and the result is either code duplication or unattractive workarounds. I'm happy to help or work on a...

I don't mean to commit myself to anything right now, but would y'all be amenable to a rayon feature for nalgebra that added support for parallel iterators over rows, columns,...