Uses of Interface
com.opengamma.strata.collect.function.IntIntDoubleToDoubleFunction
-
Packages that use IntIntDoubleToDoubleFunction Package Description com.opengamma.strata.collect.array Array data structures. -
-
Uses of IntIntDoubleToDoubleFunction in com.opengamma.strata.collect.array
Methods in com.opengamma.strata.collect.array with parameters of type IntIntDoubleToDoubleFunction Modifier and Type Method Description DoubleMatrix
DoubleMatrix. mapWithIndex(IntIntDoubleToDoubleFunction function)
Returns an instance with an operation applied to each indexed value in the matrix.
-