All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.lapack.Dlapy2

java.lang.Object
   |
   +----org.netlib.lapack.Dlapy2

public class Dlapy2
extends Object
Following is the description from the original
Fortran source.  For each array argument, the Java
version will include an integer offset parameter, so
the arguments may not match the description exactly.
Contact seymour@cs.utk.edu with any questions.

* .. * * Purpose * ======= * * DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary * overflow. * * Arguments * ========= * * X (input) DOUBLE PRECISION * Y (input) DOUBLE PRECISION * X and Y specify the values x and y. * * ===================================================================== * * .. Parameters ..


Constructor Index

 o Dlapy2()

Method Index

 o dlapy2(double, double)

Constructors

 o Dlapy2
 public Dlapy2()

Methods

 o dlapy2
 public static double dlapy2(double x,
                             double y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index