sebiniemann / ArmadilloJava

Pure Java-based linear algebra library
armadillojava.org
8 stars 8 forks source link

Add API compatibility with Armadillo C++ 4.100 #81

Closed sebiniemann closed 4 years ago

sebiniemann commented 10 years ago

Armadillo C++ 4.100 lists in their change log the following adjustment that seems to be relevant for our API

  • added normalise() for normalising vectors to unit p-norm

We could add this shortly after the release of ArmadilloJava 4.000 on GitHub.