Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ LinearSolver
Interface
LinearSolver
src/com/winvector/opt/def/LinearSolver.java:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
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