Class | Description |
---|---|
AllElementsEqualTo<V> |
This matcher checks, if all the values of the tensor are equal to one specific value.
|
ScalarIsCloseTo<S> |
A matcher for base tests, that allows to set a tolerance value.
|
TensoricsMatchers |
Provides factory methods for matchers for tensoric objects.
|
TensorIsCloseTo<S> |
A hamcrest matcher for base tests, that matches a values of a tensor to be within a certain tolerance compared to the
values of a reference (expected) tensor.
|