Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "math/strided/ops/mul/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

RealOrComplexArray

RealOrComplexArray: ArrayLike<number> | ComplexTypedArray

Real or complex number array.

Variables

mul

mul: Routine

Multiplies each element in a strided array x to a corresponding element in a strided array y and assigns the results to elements in a strided array z.

param

number of indexed elements

param

x data type

param

input array

param

x stride length

param

y data type

param

input array

param

y stride length

param

z data type

param

destination array

param

z 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

ninth 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

z