Dew.Math.Core
Dew.Math.Core is the portable, pure managed edition of the Dew.Math library. It provides the same
high-level matrix and vector programming model, expression parser, probability and optimization
toolkit, and special function support without linking to any native runtime components. This enables
maximum compatibility across platforms and runtime environments.
Core Numerical Capabilities (Managed):
- Dense matrix and vector operations with operator overloading and method-based APIs
- QR, LU, SVD and eigenvalue routines using high-quality managed linear algebra kernels
- Complex number and real-valued computation with full vectorization in managed code
- Sparse matrix representations with iterative solver support
- Probability distributions, histogramming, random generators, Monte Carlo workflows
- Nonlinear optimization, curve fitting, regression models, trust-region and gradient methods
- Vectorized expression parsing for symbolic-style expression and simulation pipelines
- Polynomial and spline interpolation, numerical integration and differentiation
- Special function suite including Bessel, Airy, Gamma-related, Legendre and elliptic functions
Portability Model:
- No native libraries required (zero unmanaged dependencies)
- Runs on Windows, Linux, macOS, iOS, Android, MAUI, Uno, WASM, Unity*, cloud functions and plugins
- Targets netstandard2.0, net8.0, and net9.0
Use Dew.Math.Core when you need **maximum portability** in libraries, shared simulation engines,
tooling, mobile deployments, WebAssembly environments, or plugin architectures.
v6.3.10↙ 14.4K