Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BrentBaccala/CoCoA
C++ computer algebra system
https://github.com/BrentBaccala/CoCoA
Last synced: 3 months ago
JSON representation
C++ computer algebra system
- Host: GitHub
- URL: https://github.com/BrentBaccala/CoCoA
- Owner: BrentBaccala
- License: gpl-3.0
- Created: 2015-05-09T04:40:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T22:50:39.000Z (over 6 years ago)
- Last Synced: 2024-05-12T22:35:40.092Z (6 months ago)
- Language: C
- Size: 8.59 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING-GPLv3
Awesome Lists containing this project
README
README for CoCoALib and CoCoA-5
===============================Date: 28th July 2014
CoCoALib is a C++ library for Computational Commutative Algebra.
CoCoA-5 is an interactive system for Computational Commutative Algebra.INSTALLATION
------------
Instructions are in doc/txt/INSTALL.txt (plain text)
and also in doc/html/INSTALL.htmlPlease also read doc/txt/00INTRODUCTION.txt or doc/html/00INTRODUCTION.html
Summary
-------
This subtree contains the sources of the C++ library CoCoALib. The CoCoA
library offers functions to perform calculations in Computational Commutative
Algebra, and some other related areas. Our intention is that the library
should be pleasant to use while offering good run-time performance. To use
the library you will need to have some knowledge of C++.Copyright Issues
----------------
The source code files under src/ and include/ are distributed under the GPL
(version 3, or later); the full text of the GPL can be found in COPYING-GPLv3.Files under doc/ are distributed under the GNU FDL; the full text of the
licence is in doc/COPYING.Source code files under examples/ are released into the public domain.