Package | Description |
---|---|
cern.colt.matrix |
Matrix interfaces and factories; efficient and flexible dense and sparse
1, 2, 3 and d-dimensional matrices holding objects or primitive data types such
as int, double, etc; Templated, fixed sized (not dynamically
resizable); Also known as multi-dimensional arrays or Data Cubes.
|
cern.colt.matrix.bench |
Matrix benchmarks.
|
Modifier and Type | Field and Description |
---|---|
static DoubleFactory2D |
DoubleFactory2D.dense
A factory producing dense matrices.
|
static DoubleFactory2D |
DoubleFactory2D.rowCompressed
A factory producing sparse row compressed matrices.
|
static DoubleFactory2D |
DoubleFactory2D.sparse
A factory producing sparse hash matrices.
|
Modifier and Type | Method and Description |
---|---|
protected static DoubleFactory2D |
BenchmarkMatrix.getFactory(String type)
Not yet documented.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.