Name: AERN-RnToRm-Plot Version: 0.1.2 Cabal-Version: >= 1.2 Build-Type: Simple License: BSD3 License-File: LICENCE Author: Michal Konecny (Aston University) Copyright: (c) 2007-2008 Michal Konecny Maintainer: mik@konecny.aow.cz Stability: experimental Category: Data, Math Synopsis: GL plotting of polynomial function enclosures (PFEs) Tested-with: GHC ==6.10.1 Description: This library extends AERN-RnToRm with support for plotting unary function enclosures in any GL context and a Gtk window for inspecting these enclosures. . Simple examples of usage can be found in module @Demo.hs@ in folder @tests@. Extra-source-files: tests/Demo.hs tests/FnView.glade src/FnView.glade Data-files: ChangeLog README.glade Library hs-source-dirs: src Build-Depends: base >= 3, base < 4, containers, binary >= 0.4, directory, filepath, time, stm, AERN-Real >= 0.9.9, AERN-RnToRm >= 0.4.9, OpenGL >= 2.2.1.1, GLUT >= 2.1.1.1, gtk >= 0.10.0, gtkglext >= 0.10.0, glib >= 0.10.0, glade >= 0.10.0 Exposed-modules: Data.Number.ER.RnToRm.Plot.FnView, Data.Number.ER.RnToRm.Plot.GLDrawable, Data.Number.ER.RnToRm.Plot.Params