| Copyright | (C) 2012-2015 Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Trustworthy |
| Language | Haskell98 |
Linear.V
Description
n-D Vectors
Documentation
Instances
| TraversableWithIndex Int (V k n) Source # | |
| FunctorWithIndex Int (V k n) Source # | |
| FoldableWithIndex Int (V k n) Source # | |
| (Dim k n, Unbox a) => Vector Vector (V k n a) Source # | |
| (Dim k n, Unbox a) => MVector MVector (V k n a) Source # | |
| Dim k n => Dim * (V k n a) Source # | |
| Dim k n => Monad (V k n) Source # | |
| Functor (V k n) Source # | |
| Dim k n => MonadFix (V k n) Source # | |
| Dim k n => Applicative (V k n) Source # | |
| Foldable (V k n) Source # | |
| Traversable (V k n) Source # | |
| Generic1 (V k n) Source # | |
| Eq1 (V k n) Source # | |
| Ord1 (V k n) Source # | |
| Dim k n => Read1 (V k n) Source # | |
| Show1 (V k n) Source # | |
| Dim k n => MonadZip (V k n) Source # | |
| Dim k n => Distributive (V k n) Source # | |
| Apply (V k n) Source # | |
| Bind (V k n) Source # | |
| Dim k n => Additive (V k n) Source # | |
| Dim k n => Metric (V k n) Source # | |
| Dim k n => Serial1 (V k n) Source # | |
| Dim k n => Representable (V k n) Source # | |
| Finite (V Nat n) Source # | |
| Dim k n => Trace (V k n) Source # | |
| Dim * n => Affine (V * n) Source # | |
| (Bounded a, Dim k n) => Bounded (V k n a) Source # | |
| Eq a => Eq (V k n a) Source # | |
| (Dim k n, Floating a) => Floating (V k n a) Source # | |
| (Dim k n, Fractional a) => Fractional (V k n a) Source # | |
| (Typeable (* -> *) (V k n), Typeable * (V k n a), Dim k n, Data a) => Data (V k n a) Source # | |
| (Dim k n, Num a) => Num (V k n a) Source # | |
| Ord a => Ord (V k n a) Source # | |
| Read a => Read (V k n a) Source # | |
| Show a => Show (V k n a) Source # | |
| Generic (V k n a) Source # | |
| (Dim k n, Storable a) => Storable (V k n a) Source # | |
| (Dim k n, Binary a) => Binary (V k n a) Source # | |
| NFData a => NFData (V k n a) Source # | |
| (Dim k n, Unbox a) => Unbox (V k n a) Source # | |
| Ixed (V k n a) Source # | |
| (Dim k n, Epsilon a) => Epsilon (V k n a) Source # | |
| (Dim k n, Serial a) => Serial (V k n a) Source # | |
| (Dim k n, Serialize a) => Serialize (V k n a) Source # | |
| Each (V k n a) (V k n b) a b Source # | |
| data MVector s (V k n a) Source # | |
| type Rep1 (V k n) Source # | |
| type Rep (V k n) Source # | |
| type Size (V Nat n) Source # | |
| type Diff (V * n) Source # | |
| type Rep (V k n a) Source # | |
| data Vector (V k n a) Source # | |
| type IxValue (V k n a) Source # | |
| type Index (V k n a) Source # | |
Minimal complete definition
Methods
reflectDim :: p n -> Int Source #