|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.ext.security.test.jacobi.Jacobi
public class Jacobi
Field Summary | |
---|---|
static double |
DEFAULT_BORDER_VALUE
Default external border value |
static int |
HEIGHT
Number of lines of SubMatrix |
static int |
ITERATIONS
Max number of iterations |
static double |
MINDIFF
Min diff to stop |
static int |
WIDTH
Number of columns of SubMatrix |
Constructor Summary | |
---|---|
Jacobi()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int WIDTH
public static final int HEIGHT
public static final int ITERATIONS
public static final double MINDIFF
public static final double DEFAULT_BORDER_VALUE
Constructor Detail |
---|
public Jacobi()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |