Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class
VectorSpace v a | v -> asimple-affine-space Data.VectorSpace Vector space type relation. A vector space is a set (type) closed under addition and multiplication by a scalar. The type of the scalar is the field of the vector space, and it is said that v is a vector space over a. The encoding uses a type class |VectorSpace| v a, where v represents the type of the vectors and a represents the types of the scalars.
-
LambdaHack Game.LambdaHack.Common.Vector Enumeration representation of Vector.
-
OpenAL Sound.OpenAL A three-dimensional vector.
Vector3 :: a -> a -> a -> Vector3 aOpenAL Sound.OpenAL No documentation available.
type
VectorField = Position -> VecLPFP LPFP No documentation available.
type
VectorLineIntegral = VectorField -> Curve -> VecLPFP LPFP No documentation available.
type
VectorSurfaceIntegral = VectorField -> Surface -> VecLPFP LPFP No documentation available.
type
VectorVolumeIntegral = VectorField -> Volume -> VecLPFP LPFP No documentation available.
type
VectorField = Position -> VecLPFP LPFP.CoordinateSystems No documentation available.
type
VectorLineIntegral = VectorField -> Curve -> VecLPFP LPFP.ElectricField No documentation available.