Constant Field Values

Contents

org.ejml.*

  • org.ejml.CodeGeneratorMisc 
    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"
  • org.ejml.EjmlParameters 
    Modifier and Type Constant Field Value
    public static final float TOL32 9.999999747378752E-5f
    public static final double TOL64 1.0E-8
  • org.ejml.EjmlVersion 
    Modifier and Type Constant Field Value
    public static final java.lang.String BUILD_DATE "2020-04-07T02:03:43Z"
    public static final long BUILD_UNIX_TIME 1586225023344L
    public static final int DIRTY 0
    public static final java.lang.String GIT_DATE "2020-04-07T02:02:37Z"
    public static final int GIT_REVISION 795
    public static final java.lang.String GIT_SHA "c383709fca1462ab4b73ed99487c3c2f77a24581"
    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.39"