-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
29 lines (24 loc) · 1.05 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SPARSE GRID INTERPOLATION TOOLBOX
VERSION 5.1.1
% ------------------------------------------------------------
% Sparse Grid Interpolation Toolbox
% Copyright (c) 2006 W. Andreas Klimke, Universitaet Stuttgart
% Copyright (c) 2007-2008 W. A. Klimke. All Rights Reserved.
% See LICENSE.txt for license.
% email: [email protected]
% web : http://www.ians.uni-stuttgart.de/spinterp
% ------------------------------------------------------------
INSTALLATION
------------
1) You should have obtained this software as a .zip file. Please
uncompress the archive to a directory of your choice.
2) From Matlab, please execute the m-file "spinit" to add the
sparse grid subroutines to the Matlab path.
DOCUMENTATION
-------------
Please use the Matlab HELP command to obtain information on the
syntax of each function (i.e. "help spinterp"). Some demos have
been included in the subdirectory "examples".
Alternatively, use the HTML documentation set available in Mat-
lab by starting the help browser with the command
"doc spinterptool" from the command line.