Edit
Reprocessing_Matrix
This module does not have a toplevel documentation block.
let copyInto = (~src: array('a), ~dst: array('a)) => unit
let matmatmul = (array(float), array(float)) => unit
let matvecmul = (array(float), array(float)) => unit
let matptmul = (array(float), (float, float)) => (
float,
float
)
let matinv = array(float) => array(float)