source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/applycumsumop.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 154 bytes
Line 
1function pass = applycumsumop
2
3d = domain(4,5.6);
4Q = cumsum(d);
5f = chebfun(@(x) exp(sin(x).^2+2),d);
6pass = norm(Q*f - cumsum(f)) < chebfunpref('eps');
Note: See TracBrowser for help on using the repository browser.