provides a simple NpyArray interface for all array types and conversions as well as a utility class Array2d for reading matrix data Limitations only supports types listed above, no tuples, structs, etc. needs more tests, version is 0.0.1 Alternatives If a Kotlin library is fine for you, ch...
To enable machine optimized matrix computation, the users should add the dependency of smile-netlib: <dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-netlib</artifactId> <version>1.5.1</version> </dependency> and also make their machine-optimized libblas3 (CBLAS) and li...