Class LinearTransformation.RegularLinearTransformation

java.lang.Object
com.google.common.math.LinearTransformation
com.google.common.math.LinearTransformation.RegularLinearTransformation
Enclosing class:
LinearTransformation

private static final class LinearTransformation.RegularLinearTransformation extends LinearTransformation
  • Field Details

    • slope

      final double slope
    • yIntercept

      final double yIntercept
    • inverse

      @CheckForNull LinearTransformation inverse
  • Constructor Details

    • RegularLinearTransformation

      RegularLinearTransformation(double slope, double yIntercept)
    • RegularLinearTransformation

      RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse)
  • Method Details