Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allEqual :: Eq a => [a] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if all elements of a list are equal; returns True for empty list.

  2. allNearlyEqual :: [Double] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if all elements of a list are nearly equal; returns True for empty list.

  3. allNearlyEqualWith :: Double -> [Double] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if all elements of a list are nearly equal; returns True for empty list.

  4. nearlyEq :: Double -> Double -> Bool

    elynx-tools ELynx.Tools.Equality

    Test for equality with predefined tolerance eps (needed because of machine precision).

  5. nearlyEqList :: [Double] -> [Double] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if two lists are nearly equal; use tolerance eps.

  6. nearlyEqListWith :: Double -> [Double] -> [Double] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if two lists are nearly equal.

  7. nearlyEqMat :: Matrix R -> Matrix R -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if two vectors are nearly equal; use tolerance eps.

  8. nearlyEqMatWith :: Double -> Matrix R -> Matrix R -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if two vectors are nearly equal.

  9. nearlyEqVec :: Vector R -> Vector R -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if two vectors are nearly equal; use tolerance eps.

  10. nearlyEqVecWith :: Double -> Vector R -> Vector R -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if two vectors are nearly equal.

Page 391 of many | Previous | Next