netlib-ffi-0.0: Helper modules for FFI to BLAS and LAPACK

Safe HaskellSafe
LanguageHaskell98

Numeric.Netlib.Class

Documentation

class Storable a => Real a where Source #

Minimal complete definition

switchReal

Methods

switchReal :: f Float -> f Double -> f a Source #

Instances

class Floating a where Source #

Minimal complete definition

switchFloating

Methods

switchFloating :: f Float -> f Double -> f (Complex Float) -> f (Complex Double) -> f a Source #

Instances