"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.
"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 matrix field into out
.
Read the value at (row
, col
) in a 2D matrix field into out
.
Read the value at (col
) in a 1D matrix field into out
.
Read the single value in a 0D matrix field into out
.
"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
The interface for reading a scalar field on the CPU.