Liking cljdoc? Tell your friends :D

sicmutils.operator


anticommutatorclj/s

(anticommutator o p)
source

commutatorclj/s

(commutator o p)
source

expclj/s

(exp op)

Returns an operator represented by a Taylor series expansion of $e^x$, applied to op. This expanded series of operators is itself an operator that applies each element to its argument.

Put another way: (exp g) to an operator g means forming the power series

I + g + 1/2 g^2 + ... + 1/n! g^n

where (as elsewhere) exponentiating the operator means n-fold composition.

Returns an operator represented by a Taylor series expansion of $e^x$, applied
to `op`. This expanded series of operators is itself an operator that applies
each element to its argument.

Put another way: `(exp g)` to an operator g means forming the power series

I + g + 1/2 g^2 + ... + 1/n! g^n

where (as elsewhere) exponentiating the operator means n-fold composition.
sourceraw docstring

expnclj/s

(expn op)
(expn op n)

Similar to exp, but takes an optional argument n that defines an order for each term of the taylor series expansion.

Similar to `exp`, but takes an optional argument `n` that defines an order for
each term of the taylor series expansion.
sourceraw docstring

identity-operatorclj/s

source

make-operatorclj/s

(make-operator o name & {:as context})
source

Operatorclj/s

source

operator?clj/s

(operator? x)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close