numeric-quest-0.1.1: Math and quantum mechanicsSource codeContentsIndex
Tensor
Documentation
data Tensor Source
Constructors
S Double
T [Tensor]
show/hide Instances
rank :: Tensor -> IntSource
dims :: IntSource
showList' :: Show t => Int -> [t] -> String -> StringSource
tensor :: [Double] -> TensorSource
(#) :: Tensor -> Int -> TensorSource
(##) :: Tensor -> [Int] -> TensorSource
scalar :: Tensor -> DoubleSource
vector :: Tensor -> [Double]Source
epsilon' :: Int -> Int -> Int -> DoubleSource
delta' :: Int -> Int -> DoubleSource
epsilon :: TensorSource
delta :: TensorSource
dot :: Tensor -> Tensor -> TensorSource
cross' :: Tensor -> Tensor -> Int -> DoubleSource
cross :: Tensor -> Tensor -> TensorSource
contract :: Int -> Int -> Tensor -> TensorSource
(<*>) :: Tensor -> Tensor -> TensorSource
(<<*>>) :: Tensor -> Tensor -> TensorSource
d_standard :: TensorSource
d_simpler :: TensorSource
Produced by Haddock version 2.6.0