thery / GeometricAlgebra

Work based on http://www-sop.inria.fr/marelle/GeometricAlgebra/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeometricAlgebra

Docker CI

This is an update of the original project GeometricAlgebra. The project should now be compatible with Coq 8.17.0.

Simply run make to compile the relevant files.

This is the content of the old Readme:

This archive contains all the material of the formalisation of our Grassman Cayley and Clifford formalisation. It has been developped with Coq 8.3 To compile it, a simple make should be enough

Laurent.Fuchs@sic.univ-poitiers.fr Laurent.Thery@inria.fr

Meta

  • Author(s):
    • Laurent Théry
  • License: MIT License
  • Compatible Coq versions: 8.17 or later
  • Additional dependencies: none
  • Coq namespace: GeometricAlgebra
  • Related publication(s): none

Building and installation instructions

To build and install manually, do:

git clone https://github.com/thery/GeometricAlgebra.git
cd GeometricAlgebra
make   # or make -j <number-of-cores-on-your-machine> 
make install

About

Work based on http://www-sop.inria.fr/marelle/GeometricAlgebra/

License:MIT License


Languages

Language:Coq 99.9%Language:Makefile 0.1%