Class TensoricsMatchers


  • public final class TensoricsMatchers
    extends java.lang.Object
    Provides factory methods for matchers for tensoric objects.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <V> org.hamcrest.Matcher<Tensor<V>> allElementsEqualTo​(V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • allElementsEqualTo

        public static <V> org.hamcrest.Matcher<Tensor<V>> allElementsEqualTo​(V value)