chemotools.utils#

Utility functions and helper methods used internally by chemotools.

Import from this module:

from chemotools.utils import (
    # Linear algebra utilities
)

Note

This module contains internal utilities. Most users won’t need to import directly from here.

For linear algebra operations used in preprocessing, see the specific method classes in other modules.

Available Functions#

This module provides linear algebra utilities and helper functions that support the core chemotools methods.

See the source code for implementation details.