Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
backprop Numeric.Backprop.Num An Op that just returns whatever it receives. The identity function.
idOp = opIso id id
-
backprop Numeric.Backprop.Op An Op that just returns whatever it receives. The identity function.
idOp = opIso id id
-
bibtex Text.BibTeX.Entry No documentation available.
identifier :: CharParser st Stringbibtex Text.BibTeX.Parse No documentation available.
idDF :: forall (dom :: Domain) en a . DataFlow dom en en a aclash-prelude Clash.Prelude.DataFlow Identity circuit
-
clash-prelude Clash.Xilinx.DDR Xilinx specific variant of ddrIn implemented using the Xilinx IDDR primitive in SAME_EDGE mode. Reset values are 0 Of the output pair (o0, o1), o0 is the data clocked in on the falling edge and o1 is the data clocked in on the rising edge, and o0 comes before o1 in time. NB: This primitive only supports rising edges as the active edge. Trying to instantiate this function in a domain where falling edges are the active edge will lead to a HDL generation or Haskell simulation error.
-
dense-linear-algebra Statistics.Matrix Create the square identity matrix with given dimensions.
idPrefix :: forall n f . Functor f => (Text -> f Text) -> Options SVG V2 n -> f (Options SVG V2 n)diagrams-svg Diagrams.Backend.SVG Lens onto the idPrefix of the svg options. This is the prefix given to clipping paths to distinguish them from other svg files in the same web page.
idft :: (FFTWReal r, Ix i, Shapable i) => CArray i (Complex r) -> CArray i (Complex r)fft Math.FFT 1-dimensional complex inverse DFT. Inverse of dft.
idftN :: (FFTWReal r, Ix i, Shapable i) => [Int] -> CArray i (Complex r) -> CArray i (Complex r)fft Math.FFT Multi-dimensional inverse DFT.