| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
COPYRIGHT |
"/*\n * Copyright (c) 2009-2017, Peter Abeles. All Rights Reserved.\n *\n * This file is part of Efficient Java Matrix Library (EJML).\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
TOL32 |
9.999999747378752E-5f |
public static final double |
TOL64 |
1.0E-8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
BUILD_DATE |
"2018-12-26T03:21:41Z" |
public static final long |
BUILD_UNIX_TIME |
1545794501472L |
public static final java.lang.String |
GIT_DATE |
"2018-12-26T03:09:18Z" |
public static final int |
GIT_REVISION |
755 |
public static final java.lang.String |
GIT_SHA |
"7ab601e3038258674788283afe4c29b58025c036" |
public static final java.lang.String |
MAVEN_GROUP |
"org.ejml" |
public static final java.lang.String |
MAVEN_NAME |
"ejml" |
public static final java.lang.String |
VERSION |
"0.37.1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
DEFAULT_FLOAT_FORMAT |
"%11.4E" |
public static final int |
DEFAULT_LENGTH |
11 |