Uses of Class
com.google.common.math.LinearTransformation.LinearTransformationBuilder
- 
Packages that use LinearTransformation.LinearTransformationBuilder Package Description com.google.common.math Arithmetic functions operating on primitive values and onBigIntegerandBigDecimalinstances. - 
- 
Uses of LinearTransformation.LinearTransformationBuilder in com.google.common.math
Methods in com.google.common.math that return LinearTransformation.LinearTransformationBuilder Modifier and Type Method Description static LinearTransformation.LinearTransformationBuilderLinearTransformation. mapping(double x1, double y1)Start building an instance which mapsx = x1toy = y1. 
 -