| Package | Description |
|---|---|
| dragon.matrix |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleFlatSparseMatrix
Double flat sparse matrix handles data smaller than super sparse matrix, however it provides options
of storing data to disk either in binary or text format
|
class |
IntFlatSparseMatrix
Flat sparse matrix for integer data
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractFlatSparseMatrix |
AbstractSuperSparseMatrix.cacheMatrix |
protected AbstractFlatSparseMatrix |
AbstractGiantSparseMatrix.cacheMatrix |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractFlatSparseMatrix |
IntSuperSparseMatrix.createFlatSparseMatrix(boolean mergeMode,
boolean miniMode) |
protected AbstractFlatSparseMatrix |
IntGiantSparseMatrix.createFlatSparseMatrix(boolean mergeMode,
boolean miniMode) |
protected AbstractFlatSparseMatrix |
DoubleSuperSparseMatrix.createFlatSparseMatrix(boolean mergeMode,
boolean miniMode) |
protected AbstractFlatSparseMatrix |
DoubleGiantSparseMatrix.createFlatSparseMatrix(boolean mergeMode,
boolean miniMode) |
protected abstract AbstractFlatSparseMatrix |
AbstractSuperSparseMatrix.createFlatSparseMatrix(boolean mergeMode,
boolean miniMode) |
protected abstract AbstractFlatSparseMatrix |
AbstractGiantSparseMatrix.createFlatSparseMatrix(boolean mergeMode,
boolean miniMode) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.