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 190 B
function getMatrixElement(matrixData, columns, row, column) { return matrixData[column + row * columns]; } export default getMatrixElement; //# sourceMappingURL=get-matrix-element.js.map