Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ solve
Method
solve
src/com/winvector/opt/def/LinearSolver.java:5–5 ·
view source on GitHub ↗
(double[][] a, double[] b)
Source
from the content-addressed store, hash-verified
3
4
public
interface
LinearSolver {
5
double[] solve(double[][] a, double[] b);
6
}
Callers
4
newtonStep
Method · 0.65
solve
Method · 0.65
solve
Method · 0.65
solve
Method · 0.65
Implementers
4
DirectSolver
src/com/winvector/opt/impl/DirectSolve
ConjugateGradientSolver
src/com/winvector/opt/impl/ConjugateGr
APISolver
src/com/winvector/opt/impl/APISolver.j
CholeskySolver
src/com/winvector/opt/impl/CholeskySol
Calls
no outgoing calls
Tested by
no test coverage detected