shapes-math-0.1.0.0: faster vector/matrix math using unboxed numbers and Template Haskell

Safe HaskellNone
LanguageHaskell2010

Shapes.Linear.Template

Documentation

dotE :: ValueInfo -> [ExpQ] -> [ExpQ] -> ExpQ Source #

conPE :: Name -> String -> Int -> Q (PatQ, [ExpQ]) Source #

genPEWith :: String -> Int -> (Name -> PatQ) -> (Name -> ExpQ) -> Q ([PatQ], [ExpQ]) Source #

genPE :: String -> Int -> Q ([PatQ], [ExpQ]) Source #