|
|||||||||
| Home >> All >> jmat >> data >> [ matrixDecompositions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jmat.data.matrixDecompositions
Class Mathfun

java.lang.Objectjmat.data.matrixDecompositions.Mathfun
- public class Mathfun
- extends java.lang.Object
DOCUMENT ME!
- Version:
- $Revision: 1.3 $
| Constructor Summary | |
Mathfun()
|
|
| Method Summary | |
static double |
hypot(double a,
double b)
sqrt(a^2 + b^2) without under/overflow. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Mathfun
public Mathfun()
| Method Detail |
hypot
public static double hypot(double a,
double b)
- sqrt(a^2 + b^2) without under/overflow.
|
|||||||||
| Home >> All >> jmat >> data >> [ matrixDecompositions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jmat.data.matrixDecompositions.Mathfun