Peter Abeles
Peter Abeles
bump. I'll be updating the benchmark soon and would like to include this library. Thanks
I'm working on this now and even after looking at those links I would consider this to be excessively difficult. So let's turn this discussion into documentation for ND4J. Could...
Thanks! I've got more of it filled out with a bunch of educated guesses. There's a numerical stability test (which needs to be fixed) that should tell me if I...
Some libraries provide a way to get the version at runtime from the jar. In EJML I use this library that I wrote that autogenerates the code from Gradle https://github.com/lessthanoptimal/gversion-plugin...
Working on the benchmark again and just posted new results, but needed to leave out ND4J since it's still incomplete. Anyone know how to do ~cholesky~ inverse of a SPD...
I've not worked with modules so I'm not of much help here. Short of redesigning the project, I'm open to considering changes or creating a special module for modules.
Creating a fatjar for everything in `main/` should be straight forward. Now if a user wanted to use `integration` modules then that would be annoying as you would need to...
While a bit of a hack, I bet there's some way in gradle to grab these dependencies from Maven Central and then combine them locally.
So changing package names isn't being planned right now, but a work around is under consideration. While BoofCV isn't the best at maintaining backwards compatibility, that change would absolutely break...
Thanks for the update. Out of curiosity, so you think using Modules really helps a lot for a project like yours? On Fri, Feb 19, 2021 at 7:32 AM lanthale...