Package dev.nm.number.doublearray
-
Interface Summary Interface Description CompositeDoubleArrayOperation.ImplementationChooser Specify which implementation to use.DoubleArrayOperation It is possible to provide different implementations for different platforms, hardware, etc. -
Class Summary Class Description CompositeDoubleArrayOperation It is desirable to have multiple implementations and switch between them for, e.g., performance reason.DoubleArrayMath These are the math functions that operate ondouble[]
.ParallelDoubleArrayOperation This is a multi-threaded implementation of the array math operations.SimpleDoubleArrayOperation This is a simple, single-threaded implementation of the array math operations.