Python implementation of PermutationMatrix

For the pure python implementation to work class PermutationMatrix needs to be implemented in python.

tasks

  • Implement class PermutationMatrix in python
  • Test python implementation by comparing to C++ version
  • Profile python implementation. Any bottlenecks?
  • Add implementation to the python cluster space framework if possible

DEMO:

  • Tests pass
  • Documentation exists
Edited by Mattias Ångqvist