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