| ||||||||
| ||||||||
| Documentation | ||||||||
| data Tensor | ||||||||
| ||||||||
| rank :: Tensor -> Int | ||||||||
| dims :: Int | ||||||||
| tensor :: [Double] -> Tensor | ||||||||
| (#) :: Tensor -> Int -> Tensor | ||||||||
| (##) :: Tensor -> [Int] -> Tensor | ||||||||
| scalar :: Tensor -> Double | ||||||||
| vector :: Tensor -> [Double] | ||||||||
| epsilon' :: Int -> Int -> Int -> Double | ||||||||
| delta' :: Int -> Int -> Double | ||||||||
| dot :: Tensor -> Tensor -> Tensor | ||||||||
| cross' :: Tensor -> Tensor -> Int -> Double | ||||||||
| cross :: Tensor -> Tensor -> Tensor | ||||||||
| contract :: Int -> Int -> Tensor -> Tensor | ||||||||
| Produced by Haddock version 0.8 |