public final class DoubleTensor
extends java.lang.Object
| Constructor and Description |
|---|
DoubleTensor(int... dimensions) |
| Modifier and Type | Method and Description |
|---|---|
double |
add(double value,
int... indices) |
double |
div(double divider,
int... indices) |
void |
divAll(double divider) |
double |
get(int... indices) |
int |
getDimension(int index) |
void |
set(double value,
int... indices) |
double |
sum() |
public int getDimension(int index)
public void set(double value,
int... indices)
public double get(int... indices)
public double add(double value,
int... indices)
public double div(double divider,
int... indices)
public void divAll(double divider)
public double sum()