/cl3-hmatrix-interface

An interface to/from the Cl3 and HMatrix libraries

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.