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. unsafeMMapVector :: Storable a => FilePath -> Maybe (Int64, Int) -> IO (Vector a)

    vector-mmap Data.Vector.Storable.MMap

    Map a file into memory (ReadOnly mode) as an immutable vector.

  2. writeMMapVector :: forall v a . (Storable a, Vector v a) => FilePath -> v a -> IO ()

    vector-mmap Data.Vector.Storable.MMap

    Write a file from a vector Be careful with existing files, parts behind the mapped range will stay as they are before the write operation.

  3. data family MVector s a

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.SortTriple

    No documentation available.

  4. c_clone_model_support_vectors :: Ptr CSvmModel -> IO CInt

    HSvm Data.SVM.Raw

    No documentation available.

  5. class RealVectorSpace ds

    LPFP-core LPFPCore

    A real vector space allows vector addition and scalar multiplication by reals.

  6. addVectorFields :: [VectorField] -> VectorField

    LPFP-core LPFPCore

    No documentation available.

  7. addVectorFields :: [VectorField] -> VectorField

    LPFP-core LPFPCore.CoordinateSystems

    No documentation available.

  8. class AbstractVector a

    LPFP-core LPFPCore.ElectricField

    No documentation available.

  9. zeroVector :: AbstractVector a => a

    LPFP-core LPFPCore.ElectricField

    No documentation available.

  10. class RealVectorSpace ds

    LPFP-core LPFPCore.Mechanics1D

    A real vector space allows vector addition and scalar multiplication by reals.

Page 121 of many | Previous | Next