Documentation

TCSlib.algorithms

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Asymptotics.IsOmega {α : Type} {E : Type u_1} {F : Type u_2} [Norm E] [Norm F] (l : Filter α) (f : αE) (g : αF) :
    Equations
    Instances For
      structure Algorithm (α : Type) (β : Type) :
      • func : αβ
      • time : α
      Instances For
        theorem composition_time {α : Type} {β : Type} {γ : Type} (f : Algorithm α β) (g : Algorithm β γ) :
        ∃ (h : Algorithm α γ), h.func = g.func f.func h.time = f.time + g.time f.func
        def self_composition {α : Type} (func : αα) :
        αα
        Equations
        Instances For