Liking cljdoc? Tell your friends :D

prolin.commons-math


*debug*clj

source

debugcljmultimethod

source

defaultsclj

Default options for constructing a SimplexSolver.

Default options for constructing a SimplexSolver.
sourceraw docstring

relationshipsclj

source

solverclj

(solver)
(solver options)

Return an implementation of Solver using the 2-stage Simplex algorithm provided by Apache Commons Math.

Optionally takes an options map containing the following keys:

:epsilon - Amount of error to accept for algorithm convergence. :max-ulps - Amount of error to accept in floating point comparisons. :cutoff - Values smaller than the cutOff are treated as zero.

Return  an  implementation  of  Solver using  the  2-stage  Simplex
algorithm provided by Apache Commons Math.

Optionally takes an options map containing the following keys:

:epsilon - Amount of error to accept for algorithm convergence.
:max-ulps - Amount of error to accept in floating point comparisons.
:cutoff - Values smaller than the cutOff are treated as zero.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close