| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROPERTY_EXECUTABLE |
"eu.simuline.octave.executable" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
ANS |
"ans" |
private static final String |
NARGIN |
"__nargin__" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_EXE_NH |
"ExecutionException should not happen" |
public static final String |
MSG_IOE_NH |
"InterruptedException should not happen" |
public static final String |
MSG_RTE_NH |
"RuntimeException should not happen" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
MSG_IOE_CLS |
"IOException during close" |
private static final String |
MSG_IOE_READ |
"IOException from ReadFunctor" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
static final String |
EXCEPTION_MESSAGE_FUNCTOR |
"IOException from WriteFunctor" |
static final String |
EXCEPTION_MESSAGE_SPACER |
"IOException when writing spacer" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
MSG_IOE_UNEXP |
"Unexpected IOException" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
GLOBAL |
"global " |
private static final String |
NAME |
"# name: " |
private static final String |
TYPE |
"# type: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
H_ELEMENTS0 |
"# elements: 0" |
private static final String |
H_ELEMENTS1 |
"# elements: 1" |
private static final String |
LENGTH |
"# length: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
NCOLUMNS |
"# columns: " |
protected static final String |
NDIMS |
"# ndims: " |
protected static final String |
NROWS |
"# rows: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
NCOLUMNS |
"# columns: " |
protected static final String |
NDIMS |
"# ndims: " |
protected static final String |
NROWS |
"# rows: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
static final String |
NCOLUMNS |
"# columns: " |
static final String |
NROWS |
"# rows: " |
static final String |
TYPE_CELL |
"# type: cell" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
COLUMNS |
"# columns: " |
private static final String |
ROWS |
"# rows: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
LENGTH |
"# length: " |
private static final String |
N_DIMS2 |
"# ndims: 2" |
private static final String |
NAME |
"# name: " |
private static final String |
V_DIMS2 |
" 1 1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
N_DIMS2 |
"# ndims: 2" |
private static final String |
V_DIMS2 |
" 1 1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
static final String |
LENGTH |
"# length: " |
static final String |
NAME |
"# name: " |
static final String |
TYPE_CELL |
"# type: cell" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
TEXT_EMPTY |
"# name: x\n# type: sparse bool matrix\n# nnz: 0\n# rows: 0\n# columns: 0\n" |
private static final String |
TEXT_TRUE |
"# name: x\n# type: sparse bool matrix\n# nnz: 1\n# rows: 1\n# columns: 1\n1 1 1\n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
PRIME |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
PRIME |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
PRIME |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
PRIME |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
PRIME |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
BUFFER_SIZE |
8192 |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.