cmlabs
  • Interpolation (cmlabs.interpolate)
  • Differentiation (cmlabs.differentiate)
  • Integration (cmlabs.integrate)
  • Linear Algebra (cmlabs.linalg)
  • Optimization (cmlabs.optimize)
cmlabs
  • Cmlabs Documentation
  • View page source

Cmlabs Documentation

The cmlabs package is designed to complete computational mathematics labs so all of the functions are written for understanding, not speed. It provides a collection of tools for interpolation, numerical methods.

GitHub

Contents

  • Interpolation (cmlabs.interpolate)
    • Lagrange/Newton interpolation
    • Finite differences interpolation
    • Splines
    • Tests
  • Differentiation (cmlabs.differentiate)
    • Lagrange differentiation
    • Tests
  • Integration (cmlabs.integrate)
    • Integration
    • Tests
  • Linear Algebra (cmlabs.linalg)
    • Linear Algebra
    • Tests
  • Optimization (cmlabs.optimize)
    • Optimization
    • Tests
Next

© Copyright 2025, Roman Sokolovsky.

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