numeric-quest-0.2.0.2: Math and quantum mechanics

Safe HaskellSafe
LanguageHaskell98

Tensor

Documentation

data Tensor #

Constructors

S Double 
T [Tensor] 

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

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

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

epsilon' :: Int -> Int -> Int -> Double #

delta' :: Int -> Int -> Double #

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

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