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 onBigInteger
andBigDecimal
instances. -
-
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.LinearTransformationBuilder
LinearTransformation. mapping(double x1, double y1)
Start building an instance which mapsx = x1
toy = y1
.
-