org.objectweb.proactive.ext.security.test.jacobi
Class Jacobi

java.lang.Object
  extended by org.objectweb.proactive.ext.security.test.jacobi.Jacobi

public class Jacobi
extends java.lang.Object

Author:
Laurent Baduel

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

WIDTH

public static final int WIDTH
Number of columns of SubMatrix

See Also:
Constant Field Values

HEIGHT

public static final int HEIGHT
Number of lines of SubMatrix

See Also:
Constant Field Values

ITERATIONS

public static final int ITERATIONS
Max number of iterations

See Also:
Constant Field Values

MINDIFF

public static final double MINDIFF
Min diff to stop

See Also:
Constant Field Values

DEFAULT_BORDER_VALUE

public static final double DEFAULT_BORDER_VALUE
Default external border value

See Also:
Constant Field Values
Constructor Detail

Jacobi

public Jacobi()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright 2001-2007 INRIA All Rights Reserved.