Home
last modified time | relevance | path

Searched defs:RegularLinearTransformation (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DLinearTransformation.java161 private static final class RegularLinearTransformation extends LinearTransformation { class in LinearTransformation
168 RegularLinearTransformation(double slope, double yIntercept) { in RegularLinearTransformation() method in LinearTransformation.RegularLinearTransformation
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation() method in LinearTransformation.RegularLinearTransformation
/external/guava/android/guava/src/com/google/common/math/
DLinearTransformation.java161 private static final class RegularLinearTransformation extends LinearTransformation { class in LinearTransformation
168 RegularLinearTransformation(double slope, double yIntercept) { in RegularLinearTransformation() method in LinearTransformation.RegularLinearTransformation
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation() method in LinearTransformation.RegularLinearTransformation