TEMPLATE-DRIVEN INTERFACES FOR NUMERICAL SUBROUTINES

Citation
Jl. Bentley et al., TEMPLATE-DRIVEN INTERFACES FOR NUMERICAL SUBROUTINES, ACM transactions on mathematical software, 19(3), 1993, pp. 265-287
Citations number
12
Categorie Soggetti
Computer Sciences",Mathematics
ISSN journal
00983500
Volume
19
Issue
3
Year of publication
1993
Pages
265 - 287
Database
ISI
SICI code
0098-3500(1993)19:3<265:TIFNS>2.0.ZU;2-F
Abstract
This paper describes a set of interfaces for numerical subroutines. Ty ping a short (often one-line) description allows one to solve problems in application domains including fitting, differential equations, min imization, root finding, and integration. Our approach of ''template-d riven programming'' makes it easy to build such an interface: a simple one takes a few hours to construct, while a few days suffice to build the most complex program we describe.