Uses of Interface
org.ojalgo.structure.Transformation1D
-
Packages that use Transformation1D Package Description org.ojalgo.array org.ojalgo.structure -
-
Uses of Transformation1D in org.ojalgo.array
Methods in org.ojalgo.array with parameters of type Transformation1D Modifier and Type Method Description void
Array1D. modifyAny(Transformation1D<N> modifier)
-
Uses of Transformation1D in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type Transformation1D Modifier and Type Method Description void
Mutate1D.ModifiableReceiver. modifyAny(Transformation1D<N> modifier)
P
Operate1D. onAny(Transformation1D<N> operator)
-