Brian Jackson
Brian Jackson
I'm not sure if this is intended behavior, but the output of `finite_difference_hessian!` is dependent on the values stored in the cache, as illustrated below: ``` using FiniteDiff using Random...
I'm getting a linker error on both gcc-10 and clang-12 compilers, complaining about an undefined reference to `sqrt`. This is fixed by changing the library to link against the math...
Adds the missing conflate option.
Can you add a better example/test that does something more meaningful with the camera controls? Every time I play around with the camera it doesn't quite make sense to me....
This PR changes the API very slightly by wrapping the error exceptions thrown from the internal `check` method in a custom error type. This is extremely useful for consumers of...
I'm having an issue with the scatter classes field. Here's the example from the documentation: ```julia x = 1:10 y = 2x z = ["a", "a", "a", "b", "b", "b",...
Hi I'm trying to serial Dense Eigen types, which satisfy the requires for the `container` concept, but can't be converted to a `std::span`. I'm having trouble getting the serialization to...
Ma86
Adds the ma86 algorithm. The wrapper is slightly different than the existing ma97 one. I personally think it's cleaner, keeping the wrappers around the `ccall`s looking nearly identical to the...
We want to justify why Kevin's QR method is better collect some timing data comparing it to other methods, including how well it scales with the number of rows in...