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.
-
Memory map immutable and mutable vectors Memory map immutable and mutable vectors.
-
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 asQuick.sort xs
-
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.
vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> VecLPFP-core LPFPCore No documentation available.
vectorSurfaceIntegral :: SurfaceApprox -> VectorField -> Surface -> VecLPFP-core LPFPCore No documentation available.
vectorVolumeIntegral :: VolumeApprox -> VectorField -> Volume -> VecLPFP-core LPFPCore No documentation available.
vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> VecLPFP-core LPFPCore.ElectricField No documentation available.
vectorSurfaceIntegral :: SurfaceApprox -> VectorField -> Surface -> VecLPFP-core LPFPCore.ElectricField No documentation available.
vectorVolumeIntegral :: VolumeApprox -> VectorField -> Volume -> VecLPFP-core LPFPCore.ElectricField No documentation available.
vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> VecLPFP-core LPFPCore.Integrals No documentation available.