| Modifier and Type | Field and Description |
|---|---|
protected IArrayWrapper |
AbstractFactor.values |
| Modifier and Type | Method and Description |
|---|---|
IArrayWrapper |
AbstractFactor.getValues() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractFactor.copyValues(IArrayWrapper arrayWrapper) |
void |
DenseFactor.copyValues(IArrayWrapper arrayWrapper) |
void |
SparseFactor.copyValues(IArrayWrapper other) |
void |
AbstractFactor.multiplyPrepared(IArrayWrapper compatibleValues,
int[] positions) |
void |
AbstractFactor.setValues(IArrayWrapper values) |
void |
AbstractFactor.sumPrepared(IArrayWrapper compatibleFactorValues,
int[] preparedOperation) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleArrayWrapper |
class |
FloatArrayWrapper |
| Modifier and Type | Method and Description |
|---|---|
IArrayWrapper |
IArrayWrapper.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
IArrayWrapper.addAssign(int index,
IArrayWrapper arg,
int argIndex) |
void |
DoubleArrayWrapper.addAssign(int index,
IArrayWrapper arg,
int argIndex) |
void |
FloatArrayWrapper.addAssign(int index,
IArrayWrapper arg,
int argIndex) |
void |
IArrayWrapper.arrayCopy(IArrayWrapper src,
int srcOffset,
int destOffset,
int length) |
void |
DoubleArrayWrapper.arrayCopy(IArrayWrapper src,
int srcOffset,
int destOffset,
int length) |
void |
FloatArrayWrapper.arrayCopy(IArrayWrapper src,
int srcOffset,
int destOffset,
int length) |
void |
IArrayWrapper.copy(IArrayWrapper array) |
void |
DoubleArrayWrapper.copy(IArrayWrapper array) |
void |
FloatArrayWrapper.copy(IArrayWrapper array) |
void |
IArrayWrapper.mulAssign(int index,
IArrayWrapper arg,
int argIndex) |
void |
DoubleArrayWrapper.mulAssign(int index,
IArrayWrapper arg,
int argIndex) |
void |
FloatArrayWrapper.mulAssign(int index,
IArrayWrapper arg,
int argIndex) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Pair<AbstractFactor,IArrayWrapper>> |
JunctionTreeAlgorithm.initializations |
| Modifier and Type | Method and Description |
|---|---|
static void |
MathUtils.exp(IArrayWrapper array) |
static void |
MathUtils.log(IArrayWrapper vector) |
| Modifier and Type | Method and Description |
|---|---|
IArrayWrapper |
CanonicalArrayWrapperManager.getInstance(IArrayWrapper array) |
| Modifier and Type | Method and Description |
|---|---|
IArrayWrapper |
CanonicalArrayWrapperManager.getInstance(IArrayWrapper array) |
Copyright © 2018. All rights reserved.