Interface MatrixOperation

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static void setAllOperationThresholds​(int value)
      Sets all matrix size operation thresholds to precisly this value.
      static void setThresholdsMaxValue​(int max)
      Will make sure no matrix size operation thresholds are larger than the supplied value.
      static void setThresholdsMinValue​(int min)
      Will make sure all matrix size operation thresholds are at least as large as the supplied value.
    • Method Detail

      • setAllOperationThresholds

        static void setAllOperationThresholds​(int value)
        Sets all matrix size operation thresholds to precisly this value.
        Parameters:
        value - The threshold
      • setThresholdsMaxValue

        static void setThresholdsMaxValue​(int max)
        Will make sure no matrix size operation thresholds are larger than the supplied value. Existing smaller values are unchanged.
        Parameters:
        max - The max allowed value
      • setThresholdsMinValue

        static void setThresholdsMinValue​(int min)
        Will make sure all matrix size operation thresholds are at least as large as the supplied value. Existing larger values are unchanged.
        Parameters:
        min - The min allowed value