Method ao/hypot


  HYPOT overloads robust computation of the square root of the sum of squares for AOs.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: HYPOT overloads robust computation of the square root of the
               sum of squares for Analysis objects.
 
  CALL:        ao_out = hypot(ao_in);
               ao_out = hypot(ao_in, pl);
 
  REMARK:      The data-object of the output AO is the same as the
               data-object of the first AO input. The result of HYPOT will
               be copied to the y values of this data-object if this is
               called without an output.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
AXIS 'y'
  • 'x'
  • 'y'
  • 'xy'
The axis on which to compute the sqrt of the sum of the squares.
back to top back to top

Some information of the method ao/hypot are listed below:
Class name ao
Method name hypot
Category Operator
Package name ltpda
VCS Version 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43
Min input args 2
Max input args -1
Min output args 1
Max output args -1




©LTP Team