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

Copyright(C) 2018 Nathan Waivio
LicenseBSD3
MaintainerNathan Waivio <nathan.waivio@gmail.com>
StabilityStable
Portabilityunportable
Safe HaskellUnsafe
LanguageHaskell2010

Algebra.Geometric.Cl3.HMatrixInterface

Description

Interface functions of Cl3 types to/from HMatrix.

Synopsis

Documentation

toHMatrix :: Cl3 -> Matrix (Complex Double) Source #

toHMatrix Convert a Cl3 Cliffor to a HMatrix Matrix

fromHMatrix :: Matrix (Complex Double) -> Cl3 Source #

fromHMatrix Convert from a HMatrix Matrix (2x2 Complex Double hopefully...) to a Cl3 Cliffor