Dew.Lab.Studio.Core
Dew.Lab.Studio.Core bundles the portable, managed-only editions of the Dew libraries for maximum
cross-platform reach. It includes Dew.Math.Core (numerical computing), Dew.Signal.Core (DSP and
spectral analysis), and Dew.Stats.Core (probability, statistics, modeling), all without native
runtime dependencies.
What it provides:
- Numerical computing: vectors/matrices, linear algebra (QR/LU/SVD/eigen), complex arithmetic,
interpolation and splines, polynomial tools, special functions, numerical integration/differentiation
- Signal processing: FIR/IIR filters, FFT/spectral analysis, resampling, windowing, convolution/
correlation, time/frequency-domain transforms, streaming-friendly primitives
- Statistics and modeling: probability distributions and generators, descriptive statistics, hypothesis
tests, regression/curve fitting, optimization (Levenberg–Marquardt, BFGS, CG, simplex, trust-region)
Portability model:
- Pure managed (no native binaries) for libraries, plugins, mobile, WASM, and constrained hosts
- Targets netstandard2.0, net8.0, and net9.0 to cover legacy and modern .NET runtimes
Choose Dew.Lab.Studio.Core when you need unified math + DSP + stats in a single package with the
widest platform compatibility and zero native deployment.
v6.3.10↙ 4.8K