Uses of Interface
com.actelion.research.calc.ProgressListener
-
Packages that use ProgressListener Package Description com.actelion.research.calc -
-
Uses of ProgressListener in com.actelion.research.calc
Subinterfaces of ProgressListener in com.actelion.research.calc Modifier and Type Interface Description interface
ProgressController
Methods in com.actelion.research.calc with parameters of type ProgressListener Modifier and Type Method Description void
DataProcessor. addProgressListener(ProgressListener l)
void
DataProcessor. removeProgressListener(ProgressListener l)
Constructors in com.actelion.research.calc with parameters of type ProgressListener Constructor Description SingularValueDecomposition(double[][] A, ProgressListener progressListener, ThreadMaster threadMaster)
Construct the singular value decomposition
-