public static class ArrayCache.DoubleResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
shouldCache |
double[][] |
values |
| Constructor and Description |
|---|
ArrayCache.DoubleResult() |
ArrayCache.DoubleResult(boolean shouldCache) |
ArrayCache.DoubleResult(double[][] values) |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
cloneForCache(double[][] a) |
boolean |
getShouldCache() |