Package org.ojalgo.machine


package org.ojalgo.machine
  • Class
    Description
    How much memory, and how many threads share that memory.
    Stuff common to Hardware and VirtualMachine.
    The first element in the array should correspond to total system resources; the total amount of RAM and the total number of threads (Typically the same as what is returned by Runtime.availableProcessors()).
    B byte signed byte C char Unicode character code point in the Basic Multilingual Plane, encoded with UTF-16 D double double-precision floating-point value F float single-precision floating-point value I int integer J long long integer L ClassName ; reference an instance of class ClassName S short signed short Z boolean true or false [ reference one array dimension
    MemoryEstimator