Modifier and Type | Method and Description |
---|---|
SparseMatrixRow |
SparseMatrix.getRow(int rowId) |
SparseMatrixRow |
SparseMatrix.SparseMatrixIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<SparseMatrixRow> |
SparseMatrix.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
SparseMatrixWriter.writeRow(SparseMatrixRow row) |
Modifier and Type | Method and Description |
---|---|
static void |
SparseMatrixWriter.write(File file,
Iterator<SparseMatrixRow> rows) |
static void |
SparseMatrixWriter.write(File file,
Iterator<SparseMatrixRow> rows,
ValueConf vconf) |
Copyright © 2015. All rights reserved.