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.
vector_type :: CreateIndex -> Maybe VectorTypepinecone Pinecone.Indexes No documentation available.
vector_type :: EmbedResponse -> Maybe VectorTypepinecone Pinecone.Indexes No documentation available.
vectors :: UpsertVectors -> Vector VectorObjectpinecone Pinecone.Vectors No documentation available.
vectors :: Vectors -> Map Text VectorObjectpinecone Pinecone.Vectors No documentation available.
vectors :: VectorIDs -> Vector Textpinecone Pinecone.Vectors No documentation available.
vectorOf :: MonadGen m => Int -> m a -> m [a]quickcheck-transformer Test.QuickCheck.GenT Generates a list of the given length.
vectorRg :: Rg rg => rg -> [Int] -> Vector rgrg Data.Rg list the items in the enumeration as a Vector, stopping as soon as an index is out of range
-
unboxing-vector Data.Vector.Unboxing No documentation available.
package
vector-bytes-instances Serial (from the bytes package) for Vector (from the vector package) Serial (from the bytes package) for Vector (from the vector package) Based on the original BSD3-licensed work by Don Stewart in the vector-binary-instances library.
-
A binding to the fftw library for one-dimensional vectors. This package provides bindings to the fftw library for one-dimensional vectors. It provides both high-level functions and more low-level manipulation of fftw plans. We provide three different modules which wrap fftw's operations:
- Numeric.FFT.Vector.Unnormalized contains the raw transforms;
- Numeric.FFT.Vector.Invertible scales the backwards transforms to be true inverses;
- Numeric.FFT.Vector.Unitary additionally scales all transforms to preserve the L2 (sum-of-squares) norm of the input.