PIPELINED ALGORITHM FOR NEWTONS DIVIDED DIFFERENCE INTERPOLATION

Authors
Citation
Ae. Alayyoub, PIPELINED ALGORITHM FOR NEWTONS DIVIDED DIFFERENCE INTERPOLATION, Computers & structures, 58(4), 1996, pp. 689-701
Citations number
6
Categorie Soggetti
Computer Sciences","Computer Application, Chemistry & Engineering","Computer Science Interdisciplinary Applications","Engineering, Civil
Journal title
ISSN journal
00457949
Volume
58
Issue
4
Year of publication
1996
Pages
689 - 701
Database
ISI
SICI code
0045-7949(1996)58:4<689:PAFNDD>2.0.ZU;2-G
Abstract
The problem of numerical interpolation is encountered in many engineer ing and scientific applications. Newton's methods are commonly used to solve these problems. Generally, Newton's algorithms are of O(n(2)) s equential complexity. In this paper, Newton's divided difference inter polation algorithm is reorganized to well-suite vector processing. The proposed algorithm has O(log n) vector complexity. It requries 2 log n + 4 vector instructions to set up the divided differences, and log n + 4 vector instructions to evaluate the interpolating polynomial at a given point.