| Package | Description |
|---|---|
| net.myrrix.common.collection | |
| net.myrrix.common.math |
| Modifier and Type | Method and Description |
|---|---|
FastByIDFloatMap |
FastByIDFloatMap.clone() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MatrixUtils.addTo(long row,
long column,
float value,
FastByIDMap<FastByIDFloatMap> RbyRow,
FastByIDMap<FastByIDFloatMap> RbyColumn)
Efficiently increments an entry in two parallel, sparse matrices.
|
static void |
MatrixUtils.addTo(long row,
long column,
float value,
FastByIDMap<FastByIDFloatMap> RbyRow,
FastByIDMap<FastByIDFloatMap> RbyColumn)
Efficiently increments an entry in two parallel, sparse matrices.
|
static String |
MatrixUtils.matrixToString(FastByIDMap<FastByIDFloatMap> M) |
static void |
MatrixUtils.remove(long row,
long column,
FastByIDMap<FastByIDFloatMap> RbyRow,
FastByIDMap<FastByIDFloatMap> RbyColumn)
Efficiently removes an entry in two parallel, sparse matrices.
|
static void |
MatrixUtils.remove(long row,
long column,
FastByIDMap<FastByIDFloatMap> RbyRow,
FastByIDMap<FastByIDFloatMap> RbyColumn)
Efficiently removes an entry in two parallel, sparse matrices.
|
Copyright © 2012. All Rights Reserved.