Coverage for chebpy/core/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.10.2, created at 2025-08-07 10:30 +0000

1"""Core functionality for the ChebPy package. 

2 

3This package contains the core classes and functions that implement the ChebPy 

4functionality. It includes the fundamental data structures for representing functions, 

5algorithms for numerical operations, and utilities for working with these objects. 

6 

7The core package is organized into several modules: 

8- chebfun: Implements the main Chebfun class for representing functions 

9- bndfun: Implements functions on bounded intervals 

10- chebtech: Implements Chebyshev technology for approximating functions 

11- algorithms: Numerical algorithms used throughout the package 

12- utilities: Helper functions and classes 

13"""