Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ql/math/matrixutilities/svd"

Index

Classes

Functions

Functions

hypot

  • returns hypotenuse of real (non-complex) scalars a and b by avoiding underflow/overflow using (a * sqrt( 1 + (b/a) * (b/a))), rather than sqrt(aa + bb).

    Parameters

    Returns Real