debian man page for integrate

Query: integrate

OS: debian

Section: 4rheolef

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

integrate(4rheolef)						    rheolef-6.1 					       integrate(4rheolef)

NAME
integrate - integrate a function
DESCRIPTION
Integrate a function over a domain by using a quadrature formulae.
SYNOPSYS
template <class T, class M, class Function> T integrate (const geo_basic<T,M>& g, Function f, quadrature_option_type qopt)
EXAMPLE
Float f(const point& x); ... Float value = integrate (omega, f, quadrature_option); An optional argument specifies the quadrature formulae used for the computation of the integral.
IMPLEMENTATION
template <class T, class M, class Function> T integrate (const geo_basic<T,M>& g, Function f, const quadrature_option_type& qopt) { space_basic<T,M> Xh (g, "P0"); field_basic<T,M> int_K_f_dx = riesz (Xh, f, qopt); return dot (1, int_K_f_dx); } rheolef-6.1 rheolef-6.1 integrate(4rheolef)
Related Man Pages
band(2rheolef) - debian
dia(2rheolef) - debian
adapt(4rheolef) - debian
pcg(4rheolef) - debian
form_element(7rheolef) - debian
Similar Topics in the Unix Linux Community
sqlplus and shell scripting
How to transfer files from AIX to AS400/i-series Integrated File System
Integrate Sudo and NIS
Should We Integrate Chess Into the Forums for Forum Members?
How to integrate AIX Client LPAR to make use of existing MS AD LDAP ?