Interface | Description |
---|---|
CompositeDoubleArrayOperation.ImplementationChooser |
Specify which implementation to use.
|
DoubleArrayOperation |
It is possible to provide different implementations for different platforms, hardware, etc.
|
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 on
double[] . |
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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.