| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
EqualOptions |
EqualOptions.atol(double v)
Return a new EqualOptions object with the "atol" property changed.
|
static EqualOptions |
EqualOptions.Defaults() |
EqualOptions |
EqualOptions.diff_sink(Pointer diff_sink)
Return a new EqualOptions object with the "diff_sink" property changed.
|
EqualOptions |
EqualOptions.nans_equal(boolean v)
Return a new EqualOptions object with the "nans_equal" property changed.
|
EqualOptions |
EqualOptions.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Array.ApproxEquals(Array arr,
EqualOptions arg1)
Approximate equality comparison with another array
epsilon is only used if this is FloatArray or DoubleArray
|
boolean |
Array.Equals(Array arr,
EqualOptions arg1)
Equality comparison with another array
|
boolean |
Tensor.Equals(Tensor other,
EqualOptions arg1) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
arrow.ArrayApproxEquals(Array left,
Array right,
EqualOptions arg2)
Returns true if the arrays are approximately equal.
|
static boolean |
arrow.ArrayEquals(Array left,
Array right,
EqualOptions arg2)
Returns true if the arrays are exactly equal
|
static boolean |
arrow.TensorEquals(Tensor left,
Tensor right,
EqualOptions arg2) |
Copyright © 2020. All rights reserved.