public class MaxEigenValue
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
MaxEigenValue(int dimensions) |
Modifier and Type | Method and Description |
---|---|
boolean |
done() |
void |
getData(float[][][] array) |
static void |
jacobi(float[][] a,
int n,
float[] d,
float[][] v,
java.lang.Integer nrot) |
void |
run() |
void |
setData(int x,
int y,
int z,
float[][][] T) |
void |
terminate() |
static float[] |
vector(int i,
int n) |
public void terminate()
public void setData(int x, int y, int z, float[][][] T)
public boolean done()
public void getData(float[][][] array)
public static float[] vector(int i, int n)
public static void jacobi(float[][] a, int n, float[] d, float[][] v, java.lang.Integer nrot)
public void run()
run
in interface java.lang.Runnable