MCPcopy Create free account
hub / github.com/dmlc/parameter_server / SparseMatrix

Method SparseMatrix

src/util/sparse_matrix.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 public:
26 USING_MATRIX;
27 SparseMatrix() { }
28 SparseMatrix(
29 const MatrixInfo& info, SArray<size_t> offset, SArray<I> index, SArray<V> value)
30 : Matrix<V>(info, value), offset_(offset), index_(index) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected