Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
protolude Protolude The identity function, returns the give value unchanged.
identityLeft :: C u => Mul Scalar u -> unumeric-prelude Algebra.DimensionTerm No documentation available.
identityRight :: C u => Mul u Scalar -> unumeric-prelude Algebra.DimensionTerm No documentation available.
identity :: Eq a => (a -> a -> a) -> a -> a -> Boolnumeric-prelude Algebra.Laws No documentation available.
-
numeric-prelude Algebra.Monoid No documentation available.