Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ hasNext
Method
hasNext
JSAT/src/jsat/linear/Vec.java:1045–1049 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1043
IndexValue indexValue =
new
IndexValue(-1, Double.NaN);
1044
1045
@Override
1046
public
boolean hasNext()
1047
{
1048
return
nextNonZero >= 0;
1049
}
1050
1051
@Override
1052
public
IndexValue next()
Callers
15
testIterator
Method · 0.45
testIterator
Method · 0.45
removeEvenByIterator
Method · 0.45
testIterator
Method · 0.45
removeEvenByIterator
Method · 0.45
removeEvenByIterator
Method · 0.45
testGetNonZeroIterator
Method · 0.45
testGetNonZeroIterator
Method · 0.45
testGetNonZeroIterator
Method · 0.45
testGetNonZeroIterator
Method · 0.45
diag
Method · 0.45
accumulateSum
Method · 0.45
Calls
no outgoing calls
Tested by
10
testIterator
Method · 0.36
testIterator
Method · 0.36
removeEvenByIterator
Method · 0.36
testIterator
Method · 0.36
removeEvenByIterator
Method · 0.36
removeEvenByIterator
Method · 0.36
testGetNonZeroIterator
Method · 0.36
testGetNonZeroIterator
Method · 0.36
testGetNonZeroIterator
Method · 0.36
testGetNonZeroIterator
Method · 0.36