MCPcopy 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
4public interface LinearSolver {
5 double[] solve(double[][] a, double[] b);
6}

Callers 4

newtonStepMethod · 0.65
solveMethod · 0.65
solveMethod · 0.65
solveMethod · 0.65

Implementers 4

DirectSolversrc/com/winvector/opt/impl/DirectSolve
ConjugateGradientSolversrc/com/winvector/opt/impl/ConjugateGr
APISolversrc/com/winvector/opt/impl/APISolver.j
CholeskySolversrc/com/winvector/opt/impl/CholeskySol

Calls

no outgoing calls

Tested by

no test coverage detected