Metadata-Version: 1.1
Name: sg_helper
Version: 0.0.0
Summary: A numpy interface for the SG++ adaptive sparse grids library
Home-page: https://github.com/dgreenwald/sg_helper
Author: Dan Greenwald
Author-email: greenw2@gmail.com
License: MIT
Description: SGHelper: a numpy interface for the SG++ adaptive sparse grids library
        
        Requires the SG++ library of Dirk Pflueger, which can be found at http://sgpp.sparsegrids.org/.
        
        This module provides a class SGHelper for easy interface with SG++ capabilities using numpy arrays.
        Functions can be approximated on arbitrary cubes by providing lower and upper bounds for each argument.
        The constructor for the class automatically creates a grid that is refined to a set tolerance.
        The grid can then be used to evaluate the function on a numpy array of points. Each column should be one input point.
        
Keywords: adaptive sparse grids
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
