
MtxVec v6
Develop with Delphi, C# or C++ and deliver the code speed of assembler.
Comprehensive and fast numerical math library
Support for VS.NET, Embarcadero Delphi and C++ Builder
Statistical and DSP add-ons
Latest News
Dew Lab Studio Update R2
Written on
We are happy to announce the availability of Dew Lab Studio 2025 update R2. This latest update delivers JIT-ed matrix multiply. The kernels will be created on the first call to the TMtx.Mul and will be used automatically in most algorithms, where it matters. Considering how frequently is this function used, this does make a big difference for many algorithms. Multiplication of small matrices was a problem for a long time due to the overhead of encapsulation. The total performance improvement in best case can be close to a factor of 100x for matrices of size 2x2, but even at a size 50x50 an improvement of 30% is noticeable. This release is further complemented with the first official support for AI assisted programming for MtxVec.



Numerical library for Delphi and .NET developers
Dew Research develops mathematical software for advanced scientific computing trusted by many customers. MtxVec for Delphi, C++ Builder or .NET is alternative for products like Matlab, LabView, OMatrix, SciLab, etc. We offer a high performance math library, statistics library and digital signal processing library (dsp library) for:
- Embarcadero/CodeGear Delphi and C++Builder numerical libraries and components
- Microsoft .NET components -- including Visual Studio add-ons and a .NET numerical library for C++, C#, and Visual Basic
Product Features
-
A comprehensive set of mathematical, signal processing and statistical functions
-
Substantial performance improvements of floating point math by exploiting the SSE4.2, AVX, AVX2, AVX512 instruction sets offered by modern CPUs.
-
Solutions based on it scale linearly with core count which makes it ideal for massively parallel systems.
-
Improved compactness and readability of code.
-
Support for native 64bit execution gives free way to memory hungry applications
-
Significantly shorter development times by protecting the developer from a wide range of possible errors.
-
Direct integration with TeeChart© to simplify and speed up the charting.
-
No royalty fees for distribution of compiled binaries in products you develop
Optimized Functions
Performance Secrets
Code vectorization
The program achieves substantial performance improvements in floating point arithmetic by exploiting the CPU Streaming SIMD Extensions: SSE4.2, AVX, AVX2 and AVX512 instruction sets. (SIMD = Single Instruction Multiple Data.)