public final class BandedMatrix extends Object implements Serializable
BandedLinearAligner.
It stores only main diagonal values as well as values of diagonal which are closed to main one (it's defined by #rowFactor and #columnDelta)
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VALUE
Value of empty cell
|
| Constructor and Description |
|---|
BandedMatrix(CachedIntArray cachedArray,
int size1,
int size2,
int width) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(int i,
int j) |
int |
getColumnDelta() |
int |
getRowFactor() |
void |
set(int i,
int j,
int value) |
String |
toString() |
public static final int DEFAULT_VALUE
public BandedMatrix(CachedIntArray cachedArray, int size1, int size2, int width)
Copyright © 2018. All rights reserved.