Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ f
Method
f
JSAT/test/jsat/math/rootfinding/RiddersMethodTest.java:33–36 ·
view source on GitHub ↗
(double... x)
Source
from the content-addressed store, hash-verified
31
private
static
final
long serialVersionUID = -4942395915907632276L;
32
33
public
double f(double... x)
34
{
35
return
sin(x[0]);
36
}
37
38
public
double f(Vec x)
39
{
Callers
nothing calls this directly
Calls
2
arrayCopy
Method · 0.45
pow
Method · 0.45
Tested by
no test coverage detected