numeric-quest-0.2.0.2: Math and quantum mechanics

Safe HaskellSafe
LanguageHaskell98

Tensor

Documentation

showList' :: Show t => Int -> [t] -> String -> String Source #

(#) :: Tensor -> Int -> Tensor infixl 9 Source #

(##) :: Tensor -> [Int] -> Tensor infixl 9 Source #

(<*>) :: Tensor -> Tensor -> Tensor infixl 7 Source #

(<<*>>) :: Tensor -> Tensor -> Tensor infixl 7 Source #