Skip to content

Commit

Permalink
added reflection graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Oct 4, 2016
1 parent 829ce73 commit 0b1cb9d
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
clifford
========
[![Build Status](https://travis-ci.org/arsenovic/clifford.svg?branch=master)](https://travis-ci.org/arsenovic/clifford) [![Documentation Status](https://readthedocs.org/projects/clifford/badge/?version=latest)](http://clifford.readthedocs.io/en/latest/?badge=latest)


numerical clifford algebra module for python
numerical geometric algebra module for python

###[Docs](http://clifford.readthedocs.org/en/latest/)


[![Build Status](https://travis-ci.org/arsenovic/clifford.svg?branch=master)](https://travis-ci.org/arsenovic/clifford)

[![Documentation Status](https://readthedocs.org/projects/clifford/badge/?version=latest)](http://clifford.readthedocs.io/en/latest/?badge=latest)

67 changes: 67 additions & 0 deletions docs/_static/reflection_on_vector.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test_clifford.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class CliffordTests(unittest.TestCase):

def setUp(self):
self.algebras = [Cl(i) for i in [3, 4, 5, 6]]
self.algebras = [Cl(i) for i in [3, 4, 5]]

def test_inverse(self):
for layout, blades in self.algebras:
Expand Down

0 comments on commit 0b1cb9d

Please sign in to comment.