numeric-quest-0.2.0.2: Math and quantum mechanics
Safe HaskellSafe-Inferred
LanguageHaskell98

Tensor

Documentation

data Tensor Source #

Constructors

S Double 
T [Tensor] 

Instances

Instances details
Num Tensor Source # 
Instance details

Defined in Tensor

Show Tensor Source # 
Instance details

Defined in Tensor

Eq Tensor Source # 
Instance details

Defined in Tensor

Methods

(==) :: Tensor -> Tensor -> Bool #

(/=) :: Tensor -> Tensor -> Bool #

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 #