neureka.backend.main.operations.linear.internal.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neureka Show documentation
Show all versions of neureka Show documentation
A platform independent tensor library written in Java.
The newest version!
/**
* Everything in this package should be considered library-private!
* DO NOT USE CLASSES INSIDE THIS PACKAGE!
*
* This package is all about the low level stuff
* we need for CPU based operations (on the JVM)...
* So there is a lot of primitive array based boilerplate in here
* which is designed to allow for the JVMs auto-vectorization to kick in.
*
*/
package neureka.backend.main.operations.linear.internal;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy