Constant Field Values

Contents

org.ojalgo.*

  • org.ojalgo.ann.org.ojalgo.ann.FileFormat 
    Modifier and Type Constant Field Value
    private static final java.lang.String FORMAT "ojAlgo ANN"
  • org.ojalgo.ann.org.ojalgo.ann.FileFormat.Version1 
    Modifier and Type Constant Field Value
    static final int ID 1
  • org.ojalgo.ann.org.ojalgo.ann.FileFormat.Version2 
    Modifier and Type Constant Field Value
    static final int ID 2
  • org.ojalgo.array.org.ojalgo.array.Array1D.QuickAscendingSorter 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.ojalgo.array.org.ojalgo.array.Array1D.QuickDescendingSorter 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.ojalgo.array.org.ojalgo.array.GrowthStrategy.Builder 
    Modifier and Type Constant Field Value
    private static final long INITIAL 4L
    private static final long SEGMENT 32768L
  • org.ojalgo.array.PlainArray<N extends java.lang.Comparable<N>> 
    Modifier and Type Constant Field Value
    static final int CHARACTERISTICS 1040
    public static final int MAX_SIZE 2147483639
  • org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium 
    Modifier and Type Constant Field Value
    private static final java.lang.String STRING_ZERO "0"
    private static final java.lang.String SYMBOL "Asset_"
  • org.ojalgo.data.domain.finance.portfolio.org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio 
    Modifier and Type Constant Field Value
    static final java.lang.String BALANCE "Balance"
    static final java.lang.String VARIANCE "Variance"
  • org.ojalgo.data.domain.finance.portfolio.PortfolioMixer 
    Modifier and Type Constant Field Value
    private static final java.lang.String ACTIVE "_Active"
    private static final java.lang.String B "B"
    private static final java.lang.String C "C"
    private static final java.lang.String DIMENSION_MISMATCH "The target and component portfolios must all have the same number of contained assets!"
    private static final java.lang.String QUADRATIC_OBJECTIVE_PART "Quadratic Objective Part"
    private static final java.lang.String STRATEGY_COUNT "Strategy Count"
  • org.ojalgo.data.domain.finance.series.org.ojalgo.data.domain.finance.series.YahooSessionOld 
    Modifier and Type Constant Field Value
    static final java.lang.String BRAND_BID "brandBid"
    static final java.lang.String CRUMB "crumb"
    static final java.lang.String CSRF_TOKEN "csrfToken"
    private static final java.lang.String END "\">"
    private static final java.lang.String FINANCE_YAHOO_COM "finance.yahoo.com"
    private static final java.lang.String GUCE_OATH_COM "guce.oath.com"
    private static final java.lang.String INPUT_TYPE_HIDDEN_NAME_BRAND_BID_VALUE "<input type=\"hidden\" name=\"brandBid\" value=\""
    private static final java.lang.String INPUT_TYPE_HIDDEN_NAME_CSRF_TOKEN_VALUE "<input type=\"hidden\" name=\"csrfToken\" value=\""
    private static final java.lang.String INTERVAL "interval"
    private static final java.lang.String QUERY1_FINANCE_YAHOO_COM "query1.finance.yahoo.com"
    static final java.lang.String SESSION_ID "sessionId"
  • org.ojalgo.machine.BasicMachine 
    Modifier and Type Constant Field Value
    private static final java.lang.String BYTES "bytes/"
    private static final java.lang.String GIGA "GB/"
    private static final java.lang.String KILO "kB/"
    private static final java.lang.String MEGA "MB/"
    private static final java.lang.String THREAD "thread"
    private static final java.lang.String THREADS "threads"
  • org.ojalgo.machine.CommonMachine 
    Modifier and Type Constant Field Value
    static final long K 1024L
  • org.ojalgo.machine.Hardware 
    Modifier and Type Constant Field Value
    public static final long CPU_CACHE_LINE_SIZE 64L
    public static final long OS_MEMORY_PAGE_SIZE 4096L
  • org.ojalgo.machine.MemoryEstimator 
    Modifier and Type Constant Field Value
    private static final long FINAL_ALIGNEMENT 8L
    private static final long PARENT_ALIGNEMENT 4L
    private static final long WORD 8L
    private static final long ZERO 0L
  • org.ojalgo.machine.VirtualMachine 
    Modifier and Type Constant Field Value
    private static final java.lang.String AMD64 "amd64"
    private static final java.lang.String I386 "i386"
    private static final java.lang.String X86 "x86"
    private static final java.lang.String X86_64 "x86_64"
  • org.ojalgo.netio.ASCII 
    Modifier and Type Constant Field Value
    public static final char COMMA 44
    public static final char CR 13
    public static final char DECIMAL_NINE 57
    public static final char DECIMAL_ZERO 48
    public static final char DEL 127
    public static final char EQUALS 61
    public static final char HT 9
    public static final char LCB 123
    public static final char LF 10
    public static final char LOWERCASE_A 97
    public static final char LOWERCASE_Z 122
    public static final char NBSP 160
    public static final char NULL 0
    public static final char RCB 125
    public static final char SEMICOLON 59
    public static final char SP 32
    public static final char UNDERSCORE 95
    public static final char UPPERCASE_A 65
    public static final char UPPERCASE_Z 90
  • org.ojalgo.netio.org.ojalgo.netio.EnumeratedColumnsParser.RFC4180 
    Modifier and Type Constant Field Value
    private static final char QUOTE 34
  • org.ojalgo.netio.SegmentedFile.Builder 
    Modifier and Type Constant Field Value
    private static final long k 1024L
  • org.ojalgo.netio.ShardedFile 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.ojalgo.optimisation.ExpressionsBasedModel 
    Modifier and Type Constant Field Value
    private static final java.lang.String NEW_LINE "\n"
    private static final java.lang.String OBJECTIVE "Generated/Aggregated Objective"
    private static final java.lang.String START_END "############################################\n"
  • org.ojalgo.optimisation.org.ojalgo.optimisation.FileFormatMPS 
    Modifier and Type Constant Field Value
    private static final java.lang.String COMMENT "*"
    private static final java.lang.String COMMENT_REF "&"
    private static final java.lang.String INTEND "INTEND"
    private static final java.lang.String INTORG "INTORG"
    private static final java.lang.String MARKER "MARKER"
    private static final java.lang.String MAX "MAX"
    private static final java.lang.String SPACE " "
  • org.ojalgo.optimisation.ModelEntity<ME extends ModelEntity<ME>> 
    Modifier and Type Constant Field Value
    static final int RANGE 8
  • org.ojalgo.optimisation.Optimisation.ProblemStructure 
    Modifier and Type Constant Field Value
    public static final boolean DEBUG false
  • org.ojalgo.optimisation.convex.org.ojalgo.optimisation.convex.BasePrimitiveSolver 
    Modifier and Type Constant Field Value
    private static final java.lang.String Q_NOT_POSITIVE_SEMIDEFINITE "Q not positive semidefinite!"
    private static final java.lang.String Q_NOT_SYMMETRIC "Q not symmetric!"
  • org.ojalgo.optimisation.integer.NodeSolver 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
  • org.ojalgo.optimisation.linear.org.ojalgo.optimisation.linear.TableauCutGenerator 
    Modifier and Type Constant Field Value
    private static final boolean DEBUG false
  • org.ojalgo.optimisation.service.OptimisationService.Integration 
    Modifier and Type Constant Field Value
    private static final java.lang.String PATH_ENVIRONMENT "/optimisation/v01/environment"
    private static final java.lang.String PATH_TEST "/optimisation/v01/test"
  • org.ojalgo.optimisation.service.org.ojalgo.optimisation.service.OptimisationService.Solver 
    Modifier and Type Constant Field Value
    private static final java.lang.String PATH_MAXIMISE "/optimisation/v01/maximise"
    private static final java.lang.String PATH_MINIMISE "/optimisation/v01/minimise"
  • org.ojalgo.scalar.Amount 
    Modifier and Type Constant Field Value
    private static final double DOUBLE_DENOMINATOR 100.0
    private static final long LONG_DENOMINATOR 100L
  • org.ojalgo.scalar.ComplexNumber 
    Modifier and Type Constant Field Value
    private static final java.lang.String LEFT "("
    private static final java.lang.String MINUS " - "
    private static final java.lang.String PLUS " + "
    private static final java.lang.String RIGHT "i)"
  • org.ojalgo.scalar.Money 
    Modifier and Type Constant Field Value
    private static final double DOUBLE_DENOMINATOR 10000.0
    private static final long LONG_DENOMINATOR 10000L
  • org.ojalgo.scalar.Price 
    Modifier and Type Constant Field Value
    private static final double DOUBLE_DENOMINATOR 1.0E8
    private static final long LONG_DENOMINATOR 100000000L
  • org.ojalgo.scalar.Quadruple 
    Modifier and Type Constant Field Value
    private static final double SPLIT 1.34217729E8
  • org.ojalgo.scalar.Quantity 
    Modifier and Type Constant Field Value
    private static final double DOUBLE_DENOMINATOR 1000000.0
    private static final long LONG_DENOMINATOR 1000000L
  • org.ojalgo.scalar.RationalNumber 
    Modifier and Type Constant Field Value
    private static final java.lang.String DIVIDE " / "
    private static final java.lang.String LEFT "("
    private static final java.lang.String RIGHT ")"
  • org.ojalgo.type.context.FormatContext<T> 
    Modifier and Type Constant Field Value
    public static final boolean NBSP true
  • org.ojalgo.type.context.NumberContext 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_SCALE -2147483648
  • org.ojalgo.type.format.BinaryFormat 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.ojalgo.type.format.BooleanFormat 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.ojalgo.type.format.org.ojalgo.type.format.NumberStyle.IntegerToUniformString 
    Modifier and Type Constant Field Value
    private static final java.lang.String PADDING "00000000000000000000"
  • org.ojalgo.type.format.StringFormat 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.ojalgo.type.format.TransformationFormat<N extends java.lang.Number & java.lang.Comparable<N>> 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.ojalgo.type.management.Throughput 
    Modifier and Type Constant Field Value
    private static final double NANOS 1.0E9