dunai-0.4.0.0: Generalised reactive framework supporting classic, arrowized and monadic FRP.

Safe HaskellSafe
LanguageHaskell2010

Data.VectorSpace.Specific

Contents

Description

Vector space instances for concrete/specific types.

This module contains:

Orphan instances

VectorSpace Double #

Vector-space instance for Double.

Instance details

VectorSpace Float #

Vector-space instance for Floatings.

Instance details

Methods

(^/) :: Float -> Groundfield Float -> Float #

RModule Double #

R-mobule instance for Doubles.

Instance details

Associated Types

type Groundring Double :: * #

RModule Float #

R-mobule instance for Floatings.

Instance details

Associated Types

type Groundring Float :: * #

RModule Int #

R-mobule instance for Ints.

Instance details

Associated Types

type Groundring Int :: * #

Methods

zeroVector :: Int #

(*^) :: Groundring Int -> Int -> Int #

(^*) :: Int -> Groundring Int -> Int #

negateVector :: Int -> Int #

(^+^) :: Int -> Int -> Int #

(^-^) :: Int -> Int -> Int #

RModule Integer #

R-mobule instance for Integers.

Instance details

Associated Types

type Groundring Integer :: * #