highs-js API reference
    Preparing search index...

    Type Alias MatrixFormat

    MatrixFormat: "csc" | "csr"

    Sparse orientation: "csc" is compressed sparse column and "csr" is compressed sparse row. The wrapper translates these strings to native matrix format codes; do not pass the numeric native codes here.