Uses of Class
com.google.common.math.LinearTransformation.LinearTransformationBuilder
Package
Description
Arithmetic functions operating on primitive values and on
BigInteger
and BigDecimal
instances.-
Uses of LinearTransformation.LinearTransformationBuilder in com.google.common.math
Modifier and TypeMethodDescriptionLinearTransformation.mapping
(double x1, double y1) Start building an instance which mapsx = x1
toy = y1
.