Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. package vector-mmap

    Memory map immutable and mutable vectors Memory map immutable and mutable vectors.

  2. package vector-quicksort

    Fast and flexible quicksort implementation for mutable vectors Quicksort implementation developed with performance in mind. Has good default single-threaded sort and provides parallelised versions that are actually faster than the single-threaded version. Users can define new parallelisation methods. Good starting point:

    import Data.Vector.Algorithms.Quicksort qualified as Quick
    
    Then call as
    Quick.sort xs
    

  3. package vector-rotcev

    Vectors with O(1) reverse A wrapper for an arbitrary Vector with O(1) reverse. Instead of creating a copy, it just flips a flag, which inverts indexing. Imagine it as a vector with a switch between little-endianness and big-endianness.

  4. vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> Vec

    LPFP-core LPFPCore

    No documentation available.

  5. vectorSurfaceIntegral :: SurfaceApprox -> VectorField -> Surface -> Vec

    LPFP-core LPFPCore

    No documentation available.

  6. vectorVolumeIntegral :: VolumeApprox -> VectorField -> Volume -> Vec

    LPFP-core LPFPCore

    No documentation available.

  7. vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> Vec

    LPFP-core LPFPCore.ElectricField

    No documentation available.

  8. vectorSurfaceIntegral :: SurfaceApprox -> VectorField -> Surface -> Vec

    LPFP-core LPFPCore.ElectricField

    No documentation available.

  9. vectorVolumeIntegral :: VolumeApprox -> VectorField -> Volume -> Vec

    LPFP-core LPFPCore.ElectricField

    No documentation available.

  10. vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> Vec

    LPFP-core LPFPCore.Integrals

    No documentation available.

Page 38 of many | Previous | Next