Utils ===== Module containing utility functions for the ICS algorithm. This module provides various utility functions used in the computation of scatter matrices and transformations within the Invariant Coordinate Selection (ICS) algorithm. Functions included in this module perform operations such as sorting eigenvalues and eigenvectors, and computing the square root or inverse square root of symmetric matrices. .. automodule:: icspylab.utils :members: :undoc-members: :show-inheritance: