Algolib

Contents

  • algolib
    • algolib package
      • Subpackages
        • algolib.core package
        • algolib.maths package
        • algolib.numerics package
        • algolib.physics package
        • algolib.utils package
      • Submodules
      • algolib.exceptions module
      • Module contents
Algolib
  • algolib
  • algolib package
  • algolib.maths package
  • View page source

algolib.maths package

Subpackages

  • algolib.maths.algebra package
    • Submodules
    • algolib.maths.algebra.matrix_dense module
      • MatrixDense
        • MatrixDense.T()
        • MatrixDense.copy()
        • MatrixDense.det()
        • MatrixDense.equals()
        • MatrixDense.eye()
        • MatrixDense.from_rows()
        • MatrixDense.identity()
        • MatrixDense.inv()
        • MatrixDense.matvec()
        • MatrixDense.rows
        • MatrixDense.shape
        • MatrixDense.zeros()
    • algolib.maths.algebra.polynomial module
      • Polynomial
        • Polynomial.coeffs
        • Polynomial.constant()
        • Polynomial.degree
        • Polynomial.derivative()
        • Polynomial.identity()
        • Polynomial.integral()
        • Polynomial.zeros()
    • Module contents
      • MatrixDense
        • MatrixDense.T()
        • MatrixDense.copy()
        • MatrixDense.det()
        • MatrixDense.equals()
        • MatrixDense.eye()
        • MatrixDense.from_rows()
        • MatrixDense.identity()
        • MatrixDense.inv()
        • MatrixDense.matvec()
        • MatrixDense.rows
        • MatrixDense.shape
        • MatrixDense.zeros()
      • Polynomial
        • Polynomial.coeffs
        • Polynomial.constant()
        • Polynomial.degree
        • Polynomial.derivative()
        • Polynomial.identity()
        • Polynomial.integral()
        • Polynomial.zeros()
  • algolib.maths.geometry package
    • Submodules
    • algolib.maths.geometry.geometry module
      • GeometryUtils
        • GeometryUtils.distance()
      • Line
        • Line.contains()
        • Line.point_at()
      • Plane
        • Plane.contains()
        • Plane.signed_distance()
      • Point
        • Point.dimension()
      • Vector
        • Vector.dimension()
        • Vector.dot()
        • Vector.norm()
    • Module contents
  • algolib.maths.number_theory package
    • Submodules
    • algolib.maths.number_theory.prime module
      • is_prime()
    • Module contents
      • is_prime()

Module contents

Previous Next

© Copyright 2025, Hideki Hokuto.

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