SYNOPSIS

xmds [options] <script_file>

DESCRIPTION

The program xmds is a code generator that integrates equations. You write them down in human readable form in an \s-1XML\s0 file, and it goes away and writes and compiles a \*(C+ program that integrates those equations as fast as it can possibly be done in your architecture.

For information as to how to write a script for xmds, and how to solve problems in physics, mathematics and even finance and economics, read the associated pdf documentation available from the xmds web site: http://www.xmds.org.

OPTIONS

-t, --template Output a template either to the terminal or to an optionally specified file

-h, --help Display help and usage information

-v, --verbose Turn on verbose information output

-n, --nocompile Turn off automatic compilation of output code

-d, --debug Turn on debugging information in processing of xmds script

-x, --xmldebug Turn on debugging information in parsing of xml code

FILES

Directory for storing fftw wisdom files:

${\s-1HOME\s0}/.xmds/wisdom/

Preferences file:

${\s-1HOME\s0}/.xmds/xmds.prefs or <path-to-script-directory>/xmds.prefs

EXAMPLES

xmds nlse.xmds xmds -t new_xmds_file.xmds xmds --template > new_xmds_file.xmds

AUTHORS

Originally written by Greg Collecutt

Maintained by Paul Cochrane with code contributed by Joe Hope

BUGS

No known bugs.

RELATED TO xmds…

xsil2graphics\|(1), loadxsil\|(1)

COPYRIGHT

Copyright (C) 2000-2004

Code contributed by Greg Collecutt, Joseph Hope and Paul Cochrane

This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0. See the \s-1GNU\s0 General Public License for more details.

You should have received a copy of the \s-1GNU\s0 General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, \s-1MA\s0 02111-1307, \s-1USA\s0.