cl3-hmatrix-interface: Interface to/from Cl3 and HMatrix.

[ algebra, bsd3, library, math ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 2.0.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), cl3 (>=1.0.0.2 && <3), hmatrix (>=0.16 && <1) [details]
License BSD-3-Clause
Copyright Copyright (C) 2018-2020 Nathan Waivio
Author Nathan Waivio
Maintainer Nathan Waivio <nathan.waivio@gmail.com>
Category Math, Algebra
Home page https://github.com/waivio/cl3-hmatrix-interface
Bug tracker https://github.com/waivio/cl3-hmatrix-interface/issues
Source repo head: git clone https://github.com/waivio/cl3-hmatrix-interface.git
Uploaded by nwaivio at 2020-07-21T02:30:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1443 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-07-21 [all 1 reports]

Readme for cl3-hmatrix-interface-2.0.0.0

[back to package description]

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.