numeric-quest-0.2.0.2: Math and quantum mechanics
Tensor
data Tensor Source #
Constructors
Instances
Methods
(==) :: Tensor -> Tensor -> Bool #
(/=) :: Tensor -> Tensor -> Bool #
(+) :: Tensor -> Tensor -> Tensor #
(-) :: Tensor -> Tensor -> Tensor #
(*) :: Tensor -> Tensor -> Tensor #
negate :: Tensor -> Tensor #
abs :: Tensor -> Tensor #
signum :: Tensor -> Tensor #
fromInteger :: Integer -> Tensor #
showsPrec :: Int -> Tensor -> ShowS #
show :: Tensor -> String #
showList :: [Tensor] -> ShowS #
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 #