MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / LongDoubleMap

Method LongDoubleMap

JSAT/src/jsat/utils/LongDoubleMap.java:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 private double[] table;
27
28 public LongDoubleMap()
29 {
30 this(32);
31 }
32
33 public LongDoubleMap(int capacity)
34 {

Callers

nothing calls this directly

Calls 2

getNextPow2TwinPrimeMethod · 0.80
maxMethod · 0.45

Tested by

no test coverage detected