Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. clearOutputVectorBuffer :: MonadIO m => OutputVector -> m ()

    gi-gio GI.Gio.Structs.OutputVector

    Set the value of the “buffer” field to Nothing. When overloading is enabled, this is equivalent to

    clear #buffer
    

  2. getOutputVectorBuffer :: MonadIO m => OutputVector -> m (Ptr ())

    gi-gio GI.Gio.Structs.OutputVector

    Get the value of the “buffer” field. When overloading is enabled, this is equivalent to

    get outputVector #buffer
    

  3. getOutputVectorSize :: MonadIO m => OutputVector -> m CSize

    gi-gio GI.Gio.Structs.OutputVector

    Get the value of the “size” field. When overloading is enabled, this is equivalent to

    get outputVector #size
    

  4. newZeroOutputVector :: MonadIO m => m OutputVector

    gi-gio GI.Gio.Structs.OutputVector

    Construct a OutputVector struct initialized to zero.

  5. setOutputVectorBuffer :: MonadIO m => OutputVector -> Ptr () -> m ()

    gi-gio GI.Gio.Structs.OutputVector

    Set the value of the “buffer” field. When overloading is enabled, this is equivalent to

    set outputVector [ #buffer := value ]
    

  6. setOutputVectorSize :: MonadIO m => OutputVector -> CSize -> m ()

    gi-gio GI.Gio.Structs.OutputVector

    Set the value of the “size” field. When overloading is enabled, this is equivalent to

    set outputVector [ #size := value ]
    

  7. decodeVector :: (Serialise a, Vector v a) => Decoder s (v a)

    serialise Codec.Serialise.Class

    Generic decoder for vectors. Its intended use is to allow easy definition of Serialise instances for custom vector

  8. encodeVector :: (Serialise a, Vector v a) => v a -> Encoding

    serialise Codec.Serialise.Class

    Generic encoder for vectors. Its intended use is to allow easy definition of Serialise instances for custom vector

  9. initializationVector :: IV k -> {-# UNPACK #-} !ByteString

    crypto-api Crypto.Types

    No documentation available.

  10. colVector :: Vector a -> Matrix a

    matrix Data.Matrix

    O(1). Represent a vector as a one column matrix.

Page 54 of many | Previous | Next