org.jmat.data.matrixDecompositions
Class Mathfun

java.lang.Object
  |
  +--org.jmat.data.matrixDecompositions.Mathfun

public class Mathfun
extends java.lang.Object


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.