cash: the Computer Algebra SHell

[ bsd3, computer-algebra, library, math ] [ Propose Tags ]

A Computer Algebra Shell for Haskell. CASH connects via SCSCP and OpenMATH to Computer Algebra systems with SCSCP (such as GAP). CASH also exposes an OpenMath and SCSCP marshalling library.


[Skip to Readme]

Modules

  • Math
    • ComputerAlgebra
      • Math.ComputerAlgebra.Cash
        • Math.ComputerAlgebra.Cash.BaseServices
        • Math.ComputerAlgebra.Cash.Date
        • Math.ComputerAlgebra.Cash.HS2SCSCP
        • Math.ComputerAlgebra.Cash.HS_SCSCP
        • Math.ComputerAlgebra.Cash.Monitor
        • Math.ComputerAlgebra.Cash.SCSCP_API
        • Math.ComputerAlgebra.Cash.SCSCP_DTD
        • Math.ComputerAlgebra.Cash.SGPTypes

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>4 && <=5), deepseq, haskell98, HaXml (<=1.13.3), network, parallel (<=2.2.0.1), pretty [details]
License BSD-3-Clause
Author Chris Brown, Hans-Wolfgang Loidl, Jost Berthold, Kevin Hammond
Maintainer Chris Brown
Category Math, Computer Algebra
Home page http://www.cs.st-andrews.ac.uk/~hwloidl/SCIEnce/SymGrid-Par/CASH/
Bug tracker mailto:chrisb@cs.st-andrews.ac.uk
Uploaded by ChrisBrown at 2012-03-26T14:17:17Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2180 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-05 [all 10 reports]

Readme for cash-0.1.0.1

[back to package description]
README for CASH v 0.1.0.1

This package contains the latest release of CASH the Computer Alegbra SHell.
It is currently version 0.1.0.1.

The following contains some brief installation instructions to setup 
and install a working version of CASH.

Assuming you are in the root directory for CASH, simply do the following:

cabal install.

Alternatively, use cabal to download and install cash:

cabal update
cabal install cash


March 2012.