Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "math/strided/special/abs/docs/types/index.d"

Index

Interfaces

Variables

Variables

abs

abs: Routine

Computes the absolute value for each element in a strided array x and assigns the results to elements in a strided array y.

param

number of indexed elements

param

x data type

param

input array

param

x stride length

param

y data type

param

destination array

param

y stride length

throws

third argument has insufficient elements based on the associated stride and the number of indexed elements

throws

sixth argument has insufficient elements based on the associated stride and the number of indexed elements

throws

unable to resolve a strided array function supporting the provided array argument data types

returns

y