"Columns" in the field; 1 for 0D fields.
"Columns" in the field; 1 for 0D fields.
Compute the L-infinity norm on the difference of this
and that
.
Compute the L-infinity norm on the difference of this
and that
.
AbstractFieldMemory to compare to this
L-infinity error
Shape of the field.
Shape of the field.
Type of the field.
Type of the field.
Read the value of the scalar field into an Array[Array[Array[Float]]].
Read the value of the 2D scalar field into an Array[Array[Float]].
Read length
values of the 0D or 1D scalar field into the dst
Array[Float], starting at the source buffer's srcIndex
position,
and placing the values in the dst
Array starting at position
dstIndex
.
Read a portion of the values of the 0D or 1D scalar field into an
Array[Float], starting at the source buffer's srcIndex
position.
Read the value of the 0D or 1D scalar field into an Array[Float].
An iterator over all values in the field, scanning in row-major order.
An iterator over all values in the field, scanning in row-major order.
"Layers" in the field; 1 for 2D, 1D, 0D fields.
"Layers" in the field; 1 for 2D, 1D, 0D fields.
Read the value at (layer
, row
, col
) in a 3D scalar field.
Read the value at (row
, col
) in a 2D scalar field.
Read the value at (col
) in a 1D scalar field.
Read the single value in a 0D scalar field.
"Rows" in the field; 1 for 1D, 0D fields.
"Rows" in the field; 1 for 1D, 0D fields.
Shape of the tensors in the field.
Shape of the tensors in the field.
Test for approximate equality between this
and that
using L-infinity norm.
Test for approximate equality between this
and that
using L-infinity norm.
AbstractFieldMemory to compare to this
Maximum L-infinity error value to consider equal
true if L_inf(this, that) <= maxError
Test for exact equality between this
and that
.
Test for exact equality between this
and that
.
AbstractFieldMemory to compare to this
true if every value in this
and that
is exactly equal
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
The interface for reading a scalar field on the CPU.