Popularity
1.1
Declining
Activity
0.0
Stable
1
2
0

Monthly Downloads: 12
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Algebra     Math     Cl3    
Latest version: v2.0.0.0

cl3-hmatrix-interface alternatives and similar packages

Based on the "cl3" category.
Alternatively, view cl3-hmatrix-interface alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cl3-hmatrix-interface or a related project?

Add another 'cl3' Package

README

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.