 | vector-space-0.7.1: Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9 or better) | Source code | Contents | Index |
|
Data.Basis | Stability | experimental | Maintainer | conal@conal.net |
|
|
|
Description |
Basis of a vector space, as an associated type
This module requires ghc-6.10 or later
|
|
Synopsis |
|
|
|
Documentation |
|
|
| Associated Types | | Representation of the canonical basis for v
|
|
| | Methods | | Interpret basis rep as a vector
| | | Extract coordinates
| | | Experimental version. More elegant definitions, and friendly to
infinite-dimensional vector spaces.
|
| | Instances | HasBasis Double | HasBasis Float | (s ~ Scalar u, s ~ Scalar v, HasBasis u, HasBasis v) => HasBasis ((,) u v) | (s ~ Scalar u, s ~ Scalar v, s ~ Scalar w, HasBasis u, HasBasis v, HasBasis w) => HasBasis ((,,) u v w) |
|
|
|
|
Linear combination
|
|
|
|
Produced by Haddock version 2.4.2 |