public final class BigDenseMatrix extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
address |
static long |
MAX_MATRIX_SIZE |
int |
ncol |
int |
nrow |
| Constructor and Description |
|---|
BigDenseMatrix(int nrow,
int ncol) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
float |
get(int idx) |
float |
get(int i,
int j) |
void |
set(int idx,
float val) |
void |
set(int i,
int j,
float val) |
public static final long MAX_MATRIX_SIZE
public final int nrow
public final int ncol
public final long address
Copyright © 2013–2018 H2O.ai. All rights reserved.