Related articles |
---|
Automatic C code generation yusan@isd.uni-stuttgart.de (Hakan Yusan) (1999-04-29) |
Re: Automatic C code generation nr@labrador.cs.virginia.edu (Norman Ramsey) (1999-04-30) |
Re: Automatic C code generation jmccarro@world.std.com (1999-04-30) |
From: | Norman Ramsey <nr@labrador.cs.virginia.edu> |
Newsgroups: | comp.compilers |
Date: | 30 Apr 1999 22:50:50 -0400 |
Organization: | University of Virginia Computer Science |
References: | 99-04-106 |
Keywords: | C |
Hakan Yusan <yusan@isd.uni-stuttgart.de> wrote:
>Hi, I am looking for some help or ideas how to handle the task of
>generating automatically C codes for the solution of equations that
>can be solved by symbolic computation.
I wrote a paper a short time ago describing a simple equation solver;
the code associated with that paper can emit C code for the solution
of the equations. I'm happy to share the code. The paper is
Norman Ramsey. A simple solver for linear equations containing
nonlinear operators. Software---Practice & Experience, 26(4):467--487,
April 1996.
The catch is that the solver is really useful only for very simple
`almost linear' equations.
Norman
Return to the
comp.compilers page.
Search the
comp.compilers archives again.