Mark

Results 3 issues of Mark

Using `@turbo` loops gives incredible performance gains (10x) over the `LogExpFunctions` library for arrays of `Float64`s. However, the `@turbo` doesn't seem to play well with `FowardDiff.Dual` arrays and prints the...

This is a super helpful package -- thanks for making it! I noticed that when working with sparse matrices, the package seems to be doing something funny with the nzval...

Fixes `setindex` so that function can "update" arguments in place and added test. Looks like was an issue with the order of the arguments in `merge` function. Seems to relate...