Uses of Interface
org.apfloat.ParallelHelper.ProductKernel
-
Packages that use ParallelHelper.ProductKernel Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of ParallelHelper.ProductKernel in org.apfloat
Methods in org.apfloat with parameters of type ParallelHelper.ProductKernel Modifier and Type Method Description static <T extends Apcomplex>
voidParallelHelper. parallelProduct(T[] x, java.util.Queue<T> heap, ParallelHelper.ProductKernel<T> kernel)
Multiply two smallest elements in the heap and put the product back to the heap, until only one element remains.
-