|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmatrices.dbl.decomposition.Util
Util
Author: purangp
Date: 13.03.2004
Time: 13:54:46
Method Summary | |
static double |
hypot(double a,
double b)
|
static int |
sign(double a)
|
static int |
sign(int a)
Signum function returns 1 if the a
is greater than zero, 0 if it equals zero and -1 if it is
less than zero. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static double hypot(double a, double b)
public static int sign(int a)
a
is greater than zero, 0 if it equals zero and -1 if it is
less than zero.
a
-
public static int sign(double a)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |