Module com.morphiqlabs.vectorwave.core


module com.morphiqlabs.vectorwave.core
Defines the core module of the VectorWave library.

This module provides the primary public APIs for performing wavelet transforms such as MODWT and SWT. Implementations here are pure scalar Java 21 for maximum portability; SIMD/Vector API optimizations live exclusively in the optional vectorwave-extensions module.

It also defines the Service Provider Interface (SPI) for wavelet providers, allowing other modules to extend the library with additional wavelets or optimized implementations.