Expand description
N-dimensional array operations for WASM
Structs§
- Wasm
Array - A wrapper around ndarray for JavaScript interop
Functions§
- add
- Add two arrays element-wise
- divide
- Divide two arrays element-wise
- dot
- Compute dot product (1D) or matrix multiplication (2D)
- max
- Find the maximum value
- mean
- Compute the mean of all elements
- min
- Find the minimum value
- multiply
- Multiply two arrays element-wise
- subtract
- Subtract two arrays element-wise
- sum
- Sum all elements in the array