|
rbmatlab 0.10.01
|
integration of function func over reference interval == unit interval. by Gaussian quadrature exactly integrating polynoms of poldeg. More...
Go to the source code of this file.
Functions | |
| function res = | intervalquadrature ( poldeg, func, varargin) |
| integration of function func over reference interval == unit interval. by Gaussian quadrature exactly integrating polynoms of poldeg. | |
integration of function func over reference interval == unit interval. by Gaussian quadrature exactly integrating polynoms of poldeg.
Definition in file intervalquadrature.m.
| function res = intervalquadrature | ( | poldeg, | |
| func, | |||
| varargin | |||
| ) |
integration of function func over reference interval == unit interval. by Gaussian quadrature exactly integrating polynoms of poldeg.
| poldeg | poldeg |
| func | func |
| varargin | varargin |
| res | result of quadrature |
Definition at line 1 of file intervalquadrature.m.
1.7.4