Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "strided/base/mskunary/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

Unary

Unary: (value: any) => any

Callback invoked for each indexed strided array element.

param

strided array element

returns

result

Type declaration

    • (value: any): any
    • Parameters

      • value: any

      Returns any

Variables

Export assignment mskunary

mskunary: Routine

Applies a unary callback to elements in a strided input array according to elements in a strided mask array and assigns results to elements in a strided output array.

param

array-like object containing one input array, a mask array, and one output array

param

array-like object containing a single element, the number of indexed elements

param

array-like object containing the stride lengths for the strided arrays

param

unary callback