UNPKG

itk-wasm

Version:

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

5 lines 198 B
function setMatrixElement(matrixData, columns, row, column, value) { matrixData[column + row * columns] = value; } export default setMatrixElement; //# sourceMappingURL=set-matrix-element.js.map