numeric-quest-0.2.0.1: Math and quantum mechanics

Safe HaskellSafe-Inferred
LanguageHaskell98

Tensor

Documentation

data Tensor Source

Constructors

S Double 
T [Tensor] 

Instances

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