Liking cljdoc? Tell your friends :D

prolin.polynomial


addclj

(add a b)

Add a LinearPolynomial to another

Add a LinearPolynomial to another
sourceraw docstring

instantiateclj

(instantiate polynomial values)

Given a LinearPolynomial and a map of variables to values, return a single number. All variables in the polynomial must be present in the value map.

Given a LinearPolynomial and a map of variables to values, return a
single number. All variables in the polynomial must be present in
the value map.
sourceraw docstring

multiplyclj

(multiply polynomial n)

Multiply a LinearPolynomial by a constant

Multiply a LinearPolynomial by a constant
sourceraw docstring

subtractclj

(subtract a b)

Subtract a polynomial from another

Subtract a polynomial from another
sourceraw docstring

zeroclj

(zero variables)

Construct a LinearPolynomial that contains the set of provided variables, each with a coefficient of zero.

Construct a LinearPolynomial that contains the set of provided
variables, each with a coefficient of 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