Liking cljdoc? Tell your friends :D

fastmath.calculus.quadrature


build-initial-segmentsclj

(build-initial-segments f lower upper initdiv x w gw)
source

eigpolyclj

(eigpoly b z)
source

eigvecclj

(eigvec b lambda)
source

get-quadrature-pointsclj

(get-quadrature-points b n)
source

gk-comparatorclj

source

gk-quadratureclj

(gk-quadrature f lower upper)
(gk-quadrature f
               lower
               upper
               {:keys [rel abs max-evals max-iters integration-points initdiv
                       info?]
                :or {rel 1.0E-8
                     abs 1.0E-8
                     max-evals Integer/MAX_VALUE
                     max-iters 64
                     integration-points 7
                     initdiv 1
                     info? false}})
source

integrate-gkclj

(integrate-gk f ab x w gw)
source

kronrodclj

source

kronrod-clj

(kronrod- n)
source

kronrodjacobiclj

(kronrodjacobi b n)
source

newton-iterationsclj

(newton-iterations nb lambda)
source

sum-segmentsclj

(sum-segments segments)
source

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

× close