Uses of Interface
com.opengamma.strata.collect.function.IntIntToDoubleFunction
-
Packages that use IntIntToDoubleFunction Package Description com.opengamma.strata.collect.array Array data structures. -
-
Uses of IntIntToDoubleFunction in com.opengamma.strata.collect.array
Methods in com.opengamma.strata.collect.array with parameters of type IntIntToDoubleFunction Modifier and Type Method Description static DoubleMatrix
DoubleMatrix. of(int rows, int columns, IntIntToDoubleFunction valueFunction)
Obtains an instance with entries filled using a function.
-