UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

4 lines (3 loc) 211 B
import TypedArray from './typed-array.js'; declare function setMatrixElement(matrixData: TypedArray, columns: number, row: number, column: number, value: number | bigint): void; export default setMatrixElement;