numeric-quest-0.2.0.1: Math and quantum mechanics
Tensor
data Tensor Source
Constructors
Instances
rank :: Tensor -> Int Source
dims :: Int Source
showList' :: Show t => Int -> [t] -> String -> String Source
tensor :: [Double] -> Tensor Source
(#) :: Tensor -> Int -> Tensor infixl 9 Source
(##) :: Tensor -> [Int] -> Tensor infixl 9 Source
scalar :: Tensor -> Double Source
vector :: Tensor -> [Double] Source
epsilon' :: Int -> Int -> Int -> Double Source
delta' :: Int -> Int -> Double Source
delta :: Tensor Source
epsilon :: Tensor Source
dot :: Tensor -> Tensor -> Tensor Source
cross' :: Tensor -> Tensor -> Int -> Double Source
cross :: Tensor -> Tensor -> Tensor Source
contract :: Int -> Int -> Tensor -> Tensor Source
(<*>) :: Tensor -> Tensor -> Tensor infixl 7 Source
(<<*>>) :: Tensor -> Tensor -> Tensor infixl 7 Source
d_standard :: Tensor Source
d_simpler :: Tensor Source