public interface ParallelResult
Modifier and Type | Method and Description |
---|---|
double[][] |
getDataAsArray()
Gets the result data as an array of arrays.
|
boolean |
resultEquals(ParallelResult other)
Equals-like method for ParallelResult instances.
|
double[][] getDataAsArray()
boolean resultEquals(ParallelResult other)
other
- other parallel resultCopyright © 2020 CNES. All rights reserved.