Skip to content

Commit

Permalink
docfixs
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Oct 4, 2016
1 parent 8c5db72 commit cf9f825
Show file tree
Hide file tree
Showing 9 changed files with 412 additions and 206 deletions.
7 changes: 6 additions & 1 deletion clifford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
Issues
======
======
* Currently, algebras over 6 dimensions are very slow. this is because
this module was written for *pedagogical* purposes. However, because the
syntax for this module is so attractive, we plan to fix the
perfomance problems, in the future...
* Due to Python's order of operations, the bit operators ^ << follow
the normal arithmetic operators + - * /, so
Expand Down
6 changes: 3 additions & 3 deletions clifford/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Algorithms and tools of various kinds.
Determining Rotors From Frame Pairs or Matrices
===============================================
Determining Rotors From Frame Pairs or Orthogonal Matrices
==========================================================
Given two frames that are related by a orthogonal transform, we seek a rotor which enacts the transform. Detail of the mathematics and psuedo code used the create the algorithms below can be found at Allan Cortzen's website.
http://ctz.dk/geometric-algebra/frames-to-versor-algorithm/
There are also some helper functions which can be used to translate matrices into GA frames, so an orthogonal matrix can be directly translated into a Verser.
There are also some helper functions which can be used to translate matrices into GA frames, so an orthogonal (or complex unitary )matrix can be directly translated into a Verser.
.. autosummary::
:toctree: generated/
Expand Down

0 comments on commit cf9f825

Please sign in to comment.