Sebastian Hofer

Results 5 comments of Sebastian Hofer

Ok, thanks for the clarification. Is there an easy way to find out which functions have a native implementation for sparse matrices?

Also, would it make sense to try to implement the SparseVector implementation of OuterProduct myself? I don't really know C# but some of the other linalg routines I looked at...

On a related note: Should `src/Deedle/Deedle.fsx` be updated? When running `build.sh` I now get libraries in `bin/net45` and `bin/netstandard2.0`, which is both not included in `Deedle.fsx`...

Right, but for some reasons I get the dll in `bin` not `lib`...

I'm generally in favour of adding more "convenience" functions to Deedle. @zyzhu I myself have a list of function which I would like to have in Deedle (e.g., basic list...