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.
-
GenValidity support for vector GenValidity support for vector
boxInitFromVectors :: (HasCallStack, MonadIO m) => Box -> [Vec3] -> m Boxgi-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
sphereInitFromVectors :: (HasCallStack, MonadIO m) => Sphere -> [Vec3] -> Maybe Point3D -> m Spheregi-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
-
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.
InvVector :: InvType -> Hash256 -> InvVectorhaskoin-core Haskoin.Network.Common No documentation available.
arbitraryInvVector :: Gen InvVectorhaskoin-core Haskoin.Util.Arbitrary.Network Arbitrary InvVector.
muvectorLaws :: (Eq a, Unbox a, Show a) => Gen a -> Lawshedgehog-classes Hedgehog.Classes Test that a MVector instance obey several laws.
spherical_vector :: Int -> Int -> Vector Doublehmatrix-gsl-stats Numeric.GSL.Distribution.Continuous returns a normalised random direction vector from a multivariate gaussian distribution
addVector :: Histogram -> Vector Double -> Histogramhmatrix-gsl-stats Numeric.GSL.Histogram adds 1.0 to the correct bin for each element of the vector
addVectorWeighted :: Histogram -> Vector Double -> Vector Double -> Histogramhmatrix-gsl-stats Numeric.GSL.Histogram adds the appropriate weight for each element of the list