public class SparseMatrixConfig extends ConfigUtil
Sparse matrix configuration
Copyright: Copyright (c) 2005
Company: IST, Drexel University
root| Constructor and Description |
|---|
SparseMatrixConfig() |
SparseMatrixConfig(ConfigureNode root) |
SparseMatrixConfig(String configFile) |
| Modifier and Type | Method and Description |
|---|---|
DoubleSparseMatrix |
getDoubleSparseMatrix(ConfigureNode node,
int matrixID) |
DoubleSparseMatrix |
getDoubleSparseMatrix(int matrixID) |
IntSparseMatrix |
getIntSparseMatrix(ConfigureNode node,
int matrixID) |
IntSparseMatrix |
getIntSparseMatrix(int matrixID) |
protected DoubleSparseMatrix |
loadDoubleSparseMatrix(String matrixName,
ConfigureNode matrixNode) |
protected IntSparseMatrix |
loadIntSparseMatrix(String matrixName,
ConfigureNode matrixNode) |
getConfigureNode, loadResourcepublic SparseMatrixConfig()
public SparseMatrixConfig(ConfigureNode root)
public SparseMatrixConfig(String configFile)
public IntSparseMatrix getIntSparseMatrix(int matrixID)
public IntSparseMatrix getIntSparseMatrix(ConfigureNode node, int matrixID)
protected IntSparseMatrix loadIntSparseMatrix(String matrixName, ConfigureNode matrixNode)
public DoubleSparseMatrix getDoubleSparseMatrix(int matrixID)
public DoubleSparseMatrix getDoubleSparseMatrix(ConfigureNode node, int matrixID)
protected DoubleSparseMatrix loadDoubleSparseMatrix(String matrixName, ConfigureNode matrixNode)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.