screamer.js
    Preparing search index...

    Interface NdArray

    interface NdArray {
        data: Float64Array;
        shape: number[];
    }
    Index
    data: Float64Array
    shape: number[]