How to Install libquadrule1 in Ubuntu 18.04



Install libquadrule1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libquadrule1

Description:

Quadrature rules and numerical integration routines

QUADRULE is a C library which sets up a variety of quadrature rules, used to approximate the integral of a function over various domains. . QUADRULE returns the abscissas and weights for a variety of one dimensional quadrature rules for approximating the integral of a function. The best rule is generally Gauss-Legendre quadrature, but other rules offer special features, including the ability to handle certain weight functions, to approximate an integral on an infinite integration region, or to estimate the approximation error.

Homepage: http://people.sc.fsu.edu/~jburkardt/c_src/quadrule/quadrule.html

Version: 0~20121001-2

Section: universe/math