Difference between revisions of "ApCoCoALib:Main Page"

From ApCoCoAWiki
(creating a text.)
 
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
ApCoCoALib is a GPL'ed c++ library, extending the functionality of [[CoCoALib:Main_Page |CoCoALib]]. The library contains symbolic and numeric methods
+
ApCoCoALib is a C++ library licensed under [http://www.gnu.de/index.en.html GNU General Public License] (version 3 or later)
and is maintained and extended by the [[ApCoCoA:Team|ApCoCoA Team]].  
+
which extends the functionality of the [[CoCoALib:Main_Page |CoCoALib]]. The library contains implementations of symbolical and numerical algorithms and is maintained and developed by the [[ApCoCoA:Team|ApCoCoA Team]].  
  
 +
===Source code===
 +
You can download the source from our [[ApCoCoA:Downloads|download page]].
 +
There are more recent versions available in our open subversion repository. If you want to use these newest developments, please have a look at the [[ApCoCoA:SourceCodeManagement|source code management page]].
 +
 +
===Compilation instructions===
 
To build ApCoCoALib from source, please follow the [[ApCoCoALib:CompilationInstructions|compilation instructions]].
 
To build ApCoCoALib from source, please follow the [[ApCoCoALib:CompilationInstructions|compilation instructions]].
  
 +
===Documentation===
 +
For documentation of ApCoCoALib go to the [[:Category:ApCoCoALib_Manual|ApCoCoALib Manual.]]
  
== Dependencies==
+
===Known issues===
ApCoCoALib depends on the [http://gmplib.org/ GMP-lib] and [[CoCoALib:Main_Page|CoCoALib]].
+
Please refer to the [http://www.apcocoa.org/bugtracker/ ApCoCoA bugtracker] for a list of known issues.
 
 
 
 
Besides these, there are some optional dependencies. You do not need them to use ApCoCoALib, but without, some parts if ApCoCoALib will not work, or work slower or with lesse features.
 
 
 
For example the methods around approximate banishing ideals and the numerical Buchberger-Moeller algorithm need numerical libraries present.
 
These are Blas and Lapack, which can be most easily installed via [http://math-atlas.sourceforge.net/ atlas] if you are using Linux/Unix or Windows. In case you use Mac OS X there is the accelerate framework and you have a working version of all libraries needed.  
 
 
 
  
Another optional dependency is [http://linalg.org linbox], which can improve FGLM und border basis techniques.
 
  
 +
__NOTOC__
  
==Versions, changes and bugs==
+
[[Category:ApCoCoALib|{{PAGENAME}}]]
ApCoCoALib's current version is 0.99.04. You can download the source and binaries [[ApCoCoA:Downloads|here]].
 
There is a more recent version in our open [http://www.apcocoa.org/hg/ mercurial repository]. If you want to use this newest developments, please follow
 
[[ApCoCoA:SourceCodeManagement|these steps]]. The latest changes between versions are documented in the [[ApCoCoA:Changelog]] and a listing of the bugs we are aware of can be found at [[ApCoCoALib:KnownIssues]].
 

Latest revision as of 12:12, 5 August 2009

ApCoCoALib is a C++ library licensed under GNU General Public License (version 3 or later) which extends the functionality of the CoCoALib. The library contains implementations of symbolical and numerical algorithms and is maintained and developed by the ApCoCoA Team.

Source code

You can download the source from our download page. There are more recent versions available in our open subversion repository. If you want to use these newest developments, please have a look at the source code management page.

Compilation instructions

To build ApCoCoALib from source, please follow the compilation instructions.

Documentation

For documentation of ApCoCoALib go to the ApCoCoALib Manual.

Known issues

Please refer to the ApCoCoA bugtracker for a list of known issues.