All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.lapack.Dlapy3

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

public class Dlapy3
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 * ======= * * DLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause * unnecessary overflow. * * Arguments * ========= * * X (input) DOUBLE PRECISION * Y (input) DOUBLE PRECISION * Z (input) DOUBLE PRECISION * X, Y and Z specify the values x, y and z. * * ===================================================================== * * .. Parameters ..


Constructor Index

 o Dlapy3()

Method Index

 o dlapy3(double, double, double)

Constructors

 o Dlapy3
 public Dlapy3()

Methods

 o dlapy3
 public static double dlapy3(double x,
                             double y,
                             double z)

All Packages  Class Hierarchy  This Package  Previous  Next  Index