| Copyright | (C) 2012-2013 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.V3
Description
3-D Vectors
Documentation
A 3-dimensional vector
Constructors
| V3 !a !a !a |
Instances
| Monad V3 | |
| Functor V3 | |
| MonadFix V3 | |
| Applicative V3 | |
| Foldable V3 | |
| Traversable V3 | |
| Generic1 V3 | |
| Distributive V3 | |
| Representable V3 | |
| MonadZip V3 | |
| Traversable1 V3 | |
| Foldable1 V3 | |
| Apply V3 | |
| Bind V3 | |
| Additive V3 | |
| Metric V3 | |
| R1 V3 | |
| R2 V3 | |
| R3 V3 | |
| Trace V3 | |
| Affine V3 | |
| Unbox a => Vector Vector (V3 a) | |
| Unbox a => MVector MVector (V3 a) | |
| Num r => Coalgebra r (E V3) | |
| Eq a => Eq (V3 a) | |
| Fractional a => Fractional (V3 a) | |
| Data a => Data (V3 a) | |
| Num a => Num (V3 a) | |
| Ord a => Ord (V3 a) | |
| Read a => Read (V3 a) | |
| Show a => Show (V3 a) | |
| Ix a => Ix (V3 a) | |
| Generic (V3 a) | |
| Storable a => Storable (V3 a) | |
| Hashable a => Hashable (V3 a) | |
| Unbox a => Unbox (V3 a) | |
| Ixed (V3 a) | |
| Epsilon a => Epsilon (V3 a) | |
| FunctorWithIndex (E V3) V3 | |
| FoldableWithIndex (E V3) V3 | |
| TraversableWithIndex (E V3) V3 | |
| Each (V3 a) (V3 b) a b | |
| Typeable (* -> *) V3 | |
| type Rep1 V3 | |
| type Rep V3 = E V3 | |
| type Diff V3 = V3 | |
| data MVector s (V3 a) = MV_V3 !Int (MVector s a) | |
| type Rep (V3 a) | |
| data Vector (V3 a) = V_V3 !Int (Vector a) | |
| type Index (V3 a) = E V3 | |
| type IxValue (V3 a) = a |
A space that has at least 1 basis vector _x.
Minimal complete definition
Nothing
class R1 t => R2 t where Source
Minimal complete definition
Nothing