Catalog of Functionality > RWalib > Relational Operations
  

Relational Operations
alibEq
Applies the == operator element-wise to scalar or array arguments.
alibNe
Applies the != operator element-wise to scalar or array arguments.
alibLe
Applies the <= operator element-wise to scalar or array arguments.
alibGe
Applies the >= operator element-wise to scalar or array arguments.
alibLt
Applies the < operator element-wise to scalar or array arguments.
alibGt
Applies the > operator element-wise to scalar or array arguments.
alibLesser
Returns the element-wise minimum of scalar or array arguments.
alibGreater
Returns the element-wise maximum of scalar or array arguments.
alibFirstDiff
Locates first difference between scalar or array arguments.
alibThreshold
Thresholds an array.

Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.