| 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.getPointer(long i) |
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 |
Scalar.ApproxEquals(Scalar other,
EqualOptions options) |
boolean |
Array.Equals(Array arr,
EqualOptions arg1)
Equality comparison with another array
|
boolean |
Scalar.Equals(Scalar other,
EqualOptions options) |
boolean |
Tensor.Equals(Tensor other,
EqualOptions arg1) |
boolean |
Array.RangeEquals(Array other,
long start_idx,
long end_idx,
long other_start_idx,
EqualOptions arg4) |
boolean |
Array.RangeEquals(long start_idx,
long end_idx,
long other_start_idx,
Array other,
EqualOptions arg4)
Compare if the range of slots specified are equal for the given array and
this array.
|
| 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.ArrayRangeApproxEquals(Array left,
Array right,
long start_idx,
long end_idx,
long other_start_idx,
EqualOptions arg5)
Returns true if indicated equal-length segment of arrays are approximately equal
|
static boolean |
arrow.ArrayRangeEquals(Array left,
Array right,
long start_idx,
long end_idx,
long other_start_idx,
EqualOptions arg5)
Returns true if indicated equal-length segment of arrays are exactly equal
|
static boolean |
arrow.ScalarApproxEquals(Scalar left,
Scalar right,
EqualOptions options)
Returns true if scalars are approximately equal
|
static boolean |
arrow.ScalarEquals(Scalar left,
Scalar right,
EqualOptions options)
Returns true if scalars are equal
|
static boolean |
arrow.SparseTensorEquals(SparseTensor left,
SparseTensor right,
EqualOptions arg2)
EXPERIMENTAL: Returns true if the given sparse tensors are exactly equal
|
static boolean |
arrow.TensorEquals(Tensor left,
Tensor right,
EqualOptions arg2) |
Copyright © 2021. All rights reserved.