RWalib C Array Library User Guide > Arithmetic Operations
  

Arithmetic Operations
 
alibAdd — Adds scalar or array arguments, element-wise.
alibNeg — Returns the negative of scalar or array argument, element-wise.
alibSubt — Subtracts scalar or array arguments, element-wise.
alibMult — Multiplies scalar or array arguments, element-wise.
alibDiv — Divides scalar or array arguments, element-wise.
alibMod — Applies modulo operator to scalar or array arguments, element-wise.
alibConj — Returns the conjugate of each element in a complex array.
alibAbs — Returns the absolute value of each element in an array.
alibSum — Sums the elements in an array.
alibSumDim — Sums the elements along one dimension of an array.
alibCumSum — Returns the cumulative sum along one dimension of an array.
alibProd — Returns the product of elements in an array.

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.