| 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 |
"2019-03-14T04:25:00Z" |
public static final long |
BUILD_UNIX_TIME |
1552537500122L |
public static final java.lang.String |
GIT_DATE |
"2019-03-14T04:13:29Z" |
public static final int |
GIT_REVISION |
767 |
public static final java.lang.String |
GIT_SHA |
"1444680cc487af5e866730e62f48f5f9636850d9" |
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.38" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
DEFAULT_FLOAT_FORMAT |
"%11.4E" |
public static final int |
DEFAULT_LENGTH |
11 |