Data.Number.Flint.Fq.Types
data Fq Source #
Constructors
type CFq = CFmpzPoly Source #
data FqPoly Source #
type CFqPoly = CFlint FqPoly Source #
data FqMat Source #
data CFqMat Source #
Defined in Data.Number.Flint.Fq.Mat.FFI
Methods
sizeOf :: CFqMat -> Int #
alignment :: CFqMat -> Int #
peekElemOff :: Ptr CFqMat -> Int -> IO CFqMat #
pokeElemOff :: Ptr CFqMat -> Int -> CFqMat -> IO () #
peekByteOff :: Ptr b -> Int -> IO CFqMat #
pokeByteOff :: Ptr b -> Int -> CFqMat -> IO () #
peek :: Ptr CFqMat -> IO CFqMat #
poke :: Ptr CFqMat -> CFqMat -> IO () #