UNPKG

ngraph.sparse-collection

Version:

Subset of the University of Florida sparse matrix collection

10 lines (8 loc) 263 B
/** * This library is huge. Import concrete graph you are interested in, like so: * ``` js * var mtxObject = require('./HB/plat1919'), * mtxParser = require('ngraph.serialization/mtx'), * graaph mtxParser.loadFromObject(mtxObject); * ``` */