protected final class BlockStatistics.RowIntegrator extends Thread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
int |
i |
protected int |
n |
protected double[] |
sum |
protected double[] |
sumOfSquares |
protected int |
w1 |
protected int |
width |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
RowIntegrator(double[] sum,
double[] sumOfSquares,
int n,
int w1,
int width) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected final double[] sum
protected final double[] sumOfSquares
protected final int n
protected final int w1
protected final int width
public int i
Copyright © 2015–2021 Fiji. All rights reserved.