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.
ident :: Attributes -> !BufferIdyi-core Yi.Types No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
-
midi Sound.MIDI.Manufacturer No documentation available.
-
midi Sound.MIDI.Manufacturer No documentation available.
-
cairo Graphics.Rendering.Cairo Resets the current transformation matrix (CTM) by setting it equal to the identity matrix. That is, the user-space and device-space axes will be aligned and one user-space unit will transform to one device-space unit.
-
cairo Graphics.Rendering.Cairo.Matrix No documentation available.
idleGCDelayTime :: GCFlags -> RtsTimeghc-internal GHC.Internal.RTS.Flags No documentation available.
identityMatrix :: Num e => Sz1 -> Matrix DL emassiv Data.Massiv.Array.Numeric Create an indentity matrix.
Example
>>> import Data.Massiv.Array >>> identityMatrix 5 Array DL Seq (Sz (5 :. 5)) [ [ 1, 0, 0, 0, 0 ] , [ 0, 1, 0, 0, 0 ] , [ 0, 0, 1, 0, 0 ] , [ 0, 0, 0, 1, 0 ] , [ 0, 0, 0, 0, 1 ] ]
idStencil :: Index ix => Stencil ix e emassiv Data.Massiv.Array.Stencil Identity stencil that does not change the elements of the source array.