-- Do not edit! Automatically generated by create-lapack-ffi. {-# LANGUAGE ForeignFunctionInterface #-} module Numeric.LAPACK.FFI.Miscellaneous where import Foreign.Ptr (Ptr) import Foreign.C.Types -- | foreign import ccall "chla_transtype_" chla_transtype :: Ptr CInt -> IO CChar -- | foreign import ccall "ieeeck_" ieeeck :: Ptr CInt -> Ptr Float -> Ptr Float -> IO CInt -- | foreign import ccall "iladiag_" ladiag :: Ptr CChar -> IO CInt -- | foreign import ccall "ilaprec_" laprec :: Ptr CChar -> IO CInt -- | foreign import ccall "ilatrans_" latrans :: Ptr CChar -> IO CInt -- | foreign import ccall "ilauplo_" lauplo :: Ptr CChar -> IO CInt