Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNextPow2TwinPrime
Method · 0.80
max
Method · 0.45
Tested by
no test coverage detected