释义 |
1. | | 2. | 阶差分商 //阶差分商(Divided Differences)double f(int n0, int ni){ if (n0 == ni) return val[n0].y; if (n0 1== ni) return (val[ni].y... www.softist.com | 3. | 除法微分 ...数的方法, 这包括手工方法 (By Hand) ,除法微分(Divided Differences) ,符号微分(Symbolic Differences) ,自动微分 (Automatic D... wenku.baidu.com |
|