public class SparseMatrixFactory extends Object
Sparse matrix factory is for storing, reading and expanding matrix operations
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
SparseMatrixFactory(String matrixFilename,
int cellDataLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(SparseMatrix newMatrix) |
int |
columns() |
void |
genIndexFile(String indexFilename) |
int |
getCellDataLength() |
String |
getMatrixFilename() |
int |
getNonZeroNum() |
int |
rows() |
public SparseMatrixFactory(String matrixFilename, int cellDataLength)
public String getMatrixFilename()
public int rows()
public int columns()
public int getCellDataLength()
public int getNonZeroNum()
public boolean add(SparseMatrix newMatrix)
public void genIndexFile(String indexFilename)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.