static DenseBlock |
DenseBlockFactory.createDenseBlock(double[] data,
int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(double[] data,
int rlen,
int clen) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(float[] data,
int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(float[] data,
int rlen,
int clen) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(int[] data,
int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(int rlen,
int clen) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(long[] data,
int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(String[] data,
int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(BitSet data,
int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(Types.ValueType vt,
int[] dims) |
|
static DenseBlock |
DenseBlockFactory.createDenseBlock(Types.ValueType vt,
DenseBlock.Type type,
int[] dims) |
|
DenseBlock |
BasicTensorBlock.getDenseBlock() |
|
abstract DenseBlock |
DenseBlock.set(double v) |
Set the given value for the entire dense block (fill).
|
abstract DenseBlock |
DenseBlock.set(int[] ix,
double v) |
Set the specified cell to the given value.
|
abstract DenseBlock |
DenseBlock.set(int[] ix,
long v) |
Set the specified cell to the given value.
|
abstract DenseBlock |
DenseBlock.set(int[] ix,
String v) |
Set the specified cell to the given value.
|
abstract DenseBlock |
DenseBlock.set(int r,
double[] v) |
Copy the given vector into the given row.
|
abstract DenseBlock |
DenseBlock.set(int r,
int c,
double v) |
Set the given value for a given row and column.
|
abstract DenseBlock |
DenseBlock.set(int rl,
int ru,
int cl,
int cu,
double v) |
Set the given value for an entire index range of the
dense block (fill).
|
DenseBlock |
DenseBlock.set(int rl,
int ru,
int cl,
int cu,
DenseBlock db) |
Copy the given dense block into the specified
index range.
|
DenseBlock |
DenseBlock.set(int r,
KahanObject kbuff) |
Copy the given kahan object sum and correction
into the given row.
|
DenseBlock |
DenseBlock.set(String s) |
Set the given string for the entire dense block (fill).
|
abstract DenseBlock |
DenseBlock.set(DenseBlock db) |
Copy the given dense block.
|
DenseBlock |
DenseBlock.set(KahanObject kbuff) |
Copy the given kahan object sum and correction.
|
DenseBlock |
DenseBlockBool.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockBool.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockBool.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockBool.set(int r,
double[] v) |
|
DenseBlock |
DenseBlockBool.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockBool.set(int rl,
int ru,
int cl,
int cu,
DenseBlock db) |
|
DenseBlock |
DenseBlockBool.set(String s) |
|
DenseBlock |
DenseBlockBool.set(DenseBlock db) |
|
DenseBlock |
DenseBlockDRB.set(double v) |
|
DenseBlock |
DenseBlockDRB.set(int rl,
int ru,
int cl,
int cu,
double v) |
|
DenseBlock |
DenseBlockFP32.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockFP32.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockFP32.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockFP32.set(int r,
double[] v) |
|
DenseBlock |
DenseBlockFP32.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockFP32.set(DenseBlock db) |
|
DenseBlock |
DenseBlockFP64.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockFP64.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockFP64.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockFP64.set(int r,
double[] v) |
|
DenseBlock |
DenseBlockFP64.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockFP64.set(int rl,
int ru,
int ol,
int ou,
DenseBlock db) |
|
DenseBlock |
DenseBlockFP64.set(DenseBlock db) |
|
DenseBlock |
DenseBlockInt32.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockInt32.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockInt32.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockInt32.set(int r,
double[] v) |
|
DenseBlock |
DenseBlockInt32.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockInt32.set(DenseBlock db) |
|
DenseBlock |
DenseBlockInt64.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockInt64.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockInt64.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockInt64.set(int r,
double[] v) |
|
DenseBlock |
DenseBlockInt64.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockInt64.set(DenseBlock db) |
|
DenseBlock |
DenseBlockLBool.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockLBool.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockLBool.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockLBool.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockLBool.set(String s) |
|
DenseBlock |
DenseBlockLDRB.set(double v) |
|
DenseBlock |
DenseBlockLDRB.set(int r,
double[] v) |
|
DenseBlock |
DenseBlockLDRB.set(int rl,
int ru,
int cl,
int cu,
double v) |
|
DenseBlock |
DenseBlockLDRB.set(DenseBlock db) |
|
DenseBlock |
DenseBlockLFP32.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockLFP32.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockLFP32.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockLFP32.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockLFP64.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockLFP64.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockLFP64.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockLFP64.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockLFP64.set(DenseBlock db) |
|
DenseBlock |
DenseBlockLInt32.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockLInt32.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockLInt32.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockLInt32.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockLInt64.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockLInt64.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockLInt64.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockLInt64.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockLString.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockLString.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockLString.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockLString.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockLString.set(String s) |
|
DenseBlock |
DenseBlockLString.set(DenseBlock db) |
|
DenseBlock |
DenseBlockString.set(int[] ix,
double v) |
|
DenseBlock |
DenseBlockString.set(int[] ix,
long v) |
|
DenseBlock |
DenseBlockString.set(int[] ix,
String v) |
|
DenseBlock |
DenseBlockString.set(int r,
double[] v) |
|
DenseBlock |
DenseBlockString.set(int r,
int c,
double v) |
|
DenseBlock |
DenseBlockString.set(String s) |
|
DenseBlock |
DenseBlockString.set(DenseBlock db) |
|