Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package genvalidity-vector

    GenValidity support for vector GenValidity support for vector

  2. boxInitFromVectors :: (HasCallStack, MonadIO m) => Box -> [Vec3] -> m Box

    gi-graphene GI.Graphene.Structs.Box

    Initializes the given Box with the given array of vertices. If nVectors is 0, the returned box is initialized with boxEmpty. Since: 1.2

  3. sphereInitFromVectors :: (HasCallStack, MonadIO m) => Sphere -> [Vec3] -> Maybe Point3D -> m Sphere

    gi-graphene GI.Graphene.Structs.Sphere

    Initializes the given Sphere using the given array of 3D coordinates so that the sphere includes them. The center of the sphere can either be specified, or will be center of the 3D volume that encompasses all vectors. Since: 1.2

  4. data InvVector

    haskoin-core Haskoin.Network.Common

    Invectory vectors represent hashes identifying objects such as a Block or a Tx. They notify other peers about new data or data they have otherwise requested.

  5. InvVector :: InvType -> Hash256 -> InvVector

    haskoin-core Haskoin.Network.Common

    No documentation available.

  6. arbitraryInvVector :: Gen InvVector

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary InvVector.

  7. muvectorLaws :: (Eq a, Unbox a, Show a) => Gen a -> Laws

    hedgehog-classes Hedgehog.Classes

    Test that a MVector instance obey several laws.

  8. spherical_vector :: Int -> Int -> Vector Double

    hmatrix-gsl-stats Numeric.GSL.Distribution.Continuous

    returns a normalised random direction vector from a multivariate gaussian distribution

  9. addVector :: Histogram -> Vector Double -> Histogram

    hmatrix-gsl-stats Numeric.GSL.Histogram

    adds 1.0 to the correct bin for each element of the vector

  10. addVectorWeighted :: Histogram -> Vector Double -> Vector Double -> Histogram

    hmatrix-gsl-stats Numeric.GSL.Histogram

    adds the appropriate weight for each element of the list

Page 92 of many | Previous | Next