IntegrateChebyshevVectorWithLimits
Integrate a Chebyshev series between two physical limits.
Developer documentation: this item describes internal implementation details.
Declaration
s = IntegrateChebyshevVectorWithLimits(v,x,a,b)
Parameters
vChebyshev coefficientsxLobatto grid defining the physical intervalalower integration limitbupper integration limit
Returns
sdefinite integral betweenaandb
Discussion
v are the coefficients of the chebyshev polynomials x is the domain, a Gauss-Lobatto grid a and b are the lower and upper limits, respectively