Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. Equal :: PartialOrdering

    radix-tree Data.RadixTree.Word8.Lazy

  2. Equal :: PartialOrdering

    radix-tree Data.RadixTree.Word8.Strict

  3. Equal :: PartialOrdering

    radix-tree Data.Zebra.Word

  4. Equal :: Relation

    rampart Rampart

    Interval x is equal to Interval y.

    lesser x == lesser y &&
    greater x == greater y
    
    +---+
    | x |
    +---+
    +---+
    | y |
    +---+
    

  5. module Algorithm.EqSat

    Equality Saturation for SRTree Heavily based on hegg (https:/github.comalt-romes/hegg by alt-romes)

  6. data EqualityConstraint s v

    srtree Algorithm.SRTree.NonlinearOpt

    An equality constraint, comprised of both the constraint function (or functions, if a preconditioner is used) along with the desired tolerance.

  7. EqualityConstraint :: Constraint s v -> Double -> EqualityConstraint s v

    srtree Algorithm.SRTree.NonlinearOpt

    No documentation available.

  8. type EqualityConstraints = [EqualityConstraint ScalarConstraint VectorConstraint]

    srtree Algorithm.SRTree.NonlinearOpt

    A collection of equality constraints that do not supply constraint derivatives.

  9. type EqualityConstraintsD = [EqualityConstraint ScalarConstraintD VectorConstraintD]

    srtree Algorithm.SRTree.NonlinearOpt

    A collection of equality constraints that supply constraint derivatives.

  10. Equals :: forall a1 . (Show a1, ToJSON a1, Eq a1, Typeable a1) => Val a1 -> Val a1 -> Val Bool

    stratosphere Stratosphere.Values

    No documentation available.

Page 41 of many | Previous | Next