(add a b)Add a LinearPolynomial to another
Add a LinearPolynomial to another
(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.
(multiply polynomial n)Multiply a LinearPolynomial by a constant
Multiply a LinearPolynomial by a constant
(subtract a b)Subtract a polynomial from another
Subtract a polynomial from another
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |