Algolib
  • Data structures
  • Graphs
  • Geometry
  • Mathematics
    • Exponentiation by squaring
    • Fraction
    • GCD / LCM
    • Matrix
    • Modulo
    • Permutation
    • Polynomial
    • Prime decomposition
    • Sieve of Eratosthenes
  • Optimization
  • Sorting
  • Strings
  • Trees
  • Simplex
  • Two-SAT
  • JSON
  • Constants
  • Shortcuts
  • Utility
Algolib
  • Mathematics
  • View page source

Mathematics

  • Exponentiation by squaring
    • getPower()
  • Fraction
    • abs()
    • operator+()
    • operator-()
    • operator*()
    • operator/()
    • operator-()
    • operator==()
    • operator!=()
    • operator<()
    • operator<=()
    • operator>()
    • operator>=()
    • operator<<()
    • Fraction
    • Constants< Fraction< T > >
  • GCD / LCM
    • getGCD()
    • getGCDBezout()
    • getLCM()
  • Matrix
    • operator+()
    • operator*()
    • operator*()
    • operator==()
    • operator<<()
    • Matrix
  • Modulo
    • operator+()
    • operator-()
    • operator*()
    • operator/()
    • operator<<()
    • Modulo
    • Constants< Modulo< T > >
  • Permutation
    • operator==()
    • operator*()
    • Permutation
  • Polynomial
    • operator+()
    • operator*()
    • operator*()
    • operator==()
    • operator<<()
    • lagrangePolynomial()
    • Polynomial
  • Prime decomposition
    • getPrimeDecomposition()
  • Sieve of Eratosthenes
    • SieveOfEratosthenes
Previous Next

© Copyright Adrien Vannson.

Built with Sphinx using a theme provided by Read the Docs.