SuiteSparse_config

Central configuration and utility header for all SuiteSparse libraries

Central configuration and utility header for all SuiteSparse libraries

This file provides the shared foundation for the entire SuiteSparse collection of sparse matrix algorithms. Key features include:

@note Applications can customize memory allocation by calling the SuiteSparse_config_*_set functions before using any SuiteSparse library.

Mathematics

Implements the hypot function: sqrt(x^2 + y^2) using a numerically stable algorithm that avoids intermediate overflow/underflow.

See Also

Source

Header file: `SuiteSparse_config/SuiteSparse_config.h`