cl3-hmatrix-interface

Haskell Library implementing standard interface functions for the Algebra of Physical Space Cl(3,0) and HMatrix


Keywords
bsd3, library, math, Propose Tags , Algebra.Geometric.Cl3.HMatrixInterface
License
BSD-3-Clause
Install
cabal install cl3-hmatrix-interface-1.0.0.1

Documentation

Cl3 interface to/from HMatrix

A simple interface supporting to/from: Matrix (Complex Double).

The exported functions make use of the isomorphism between APS and M(2,C) and are:

  • toHMatrix
  • fromHMatrix

Note: Please make sure your HMatrix Matrix is a 2x2 Complex Double.