source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/cftest.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: 97 bytes
Line 
1function pass = cftest
2f = chebfun('exp(x)');
3[p,lam] = cf(f,2);
4pass = (abs(lam-0.045017)<1e-4);
Note: See TracBrowser for help on using the repository browser.