文件名称:Interpolation
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 范*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Source Code Archive
An Introduction to Numerical Analysis
with Applications to the Physical,
Natural and Social Sciences-neville.C
Neville s algorithm
divdiff.C
calculate the coefficients of the Newton form of the interpolating polynomial using divided differences
nf_eval.C
evaluate the Newton form of the interpolating polynomial
cubic_nak.C
construct the cubic spline interpolant with "not-a-knot" boundary conditions
cubic_clamped.C
construct the cubic spline interpolant with clamped boundary conditions
spline_eval.C
evaluate a spline interpolant (works with the output from cubic_nak.C and cubic_clamped.C)
hermite.C
calculate the coefficients of the Hermite interpolating polynomial
cubic_herm.C
evaluate the Hermite cubic interpolant
An Introduction to Numerical Analysis
with Applications to the Physical,
Natural and Social Sciences-neville.C
Neville s algorithm
divdiff.C
calculate the coefficients of the Newton form of the interpolating polynomial using divided differences
nf_eval.C
evaluate the Newton form of the interpolating polynomial
cubic_nak.C
construct the cubic spline interpolant with "not-a-knot" boundary conditions
cubic_clamped.C
construct the cubic spline interpolant with clamped boundary conditions
spline_eval.C
evaluate a spline interpolant (works with the output from cubic_nak.C and cubic_clamped.C)
hermite.C
calculate the coefficients of the Hermite interpolating polynomial
cubic_herm.C
evaluate the Hermite cubic interpolant
(系统自动生成,下载前可以参看下载内容)
下载文件列表
interp.C
interp.h
interp.h