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.

  1. identityMatrix :: Render ()

    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.

  2. identity :: Matrix

    cairo Graphics.Rendering.Cairo.Matrix

    No documentation available.

  3. idleGCDelayTime :: GCFlags -> RtsTime

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  4. identityMatrix :: Num e => Sz1 -> Matrix DL e

    massiv 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 ]
    ]
    

  5. idStencil :: Index ix => Stencil ix e e

    massiv Data.Massiv.Array.Stencil

    Identity stencil that does not change the elements of the source array.

  6. identity :: a -> a

    protolude Protolude

    The identity function, returns the give value unchanged.

  7. identityLeft :: C u => Mul Scalar u -> u

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  8. identityRight :: C u => Mul u Scalar -> u

    numeric-prelude Algebra.DimensionTerm

    No documentation available.

  9. identity :: Eq a => (a -> a -> a) -> a -> a -> Bool

    numeric-prelude Algebra.Laws

    No documentation available.

  10. idt :: C a => a

    numeric-prelude Algebra.Monoid

    No documentation available.

Page 284 of many | Previous | Next