weka.core.matrix
Class Maths

java.lang.Object
  extended by weka.core.matrix.Maths

public class Maths
extends java.lang.Object

Utility class.

Adapted from the JAMA package.

Version:
$Revision: 1.1.2.2 $
Author:
The Mathworks and NIST, Fracpete (fracpete at waikato dot ac dot nz)

Constructor Summary
Maths()
           
 
Method Summary
static double hypot(double a, double b)
          sqrt(a^2 + b^2) without under/overflow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maths

public Maths()
Method Detail

hypot

public static double hypot(double a,
                           double b)
sqrt(a^2 + b^2) without under/overflow.