ANN: Dew Research releases MtxVec v3
- From: "Atmapuri" <janez.makovsek@xxxxxxx>
- Date: Sat, 30 Jun 2007 11:08:39 +0200
Hi!
Dew Research is happy to announce immediate availability
of the new version of its numerical math library. The list
of new features can be found here:
http://www.dewresearch.com/mtxvec_release_history.html
MtxVec v3 has become the first library for Delphi 2006 and
Delphi 2007 to take full advantage of the new operator
overloading syntax on the product wide basis.
The use of the new syntax frees the programmer from the need
to worry about the need to free memory and provides a 100%
alternative to automatic memory management systems as those
found in .NET and Java and takes the design one step further.
The new syntax options also enable to programmer to write
linear algebra expressions and vectorized math code with
the usual set of (*,/-,+) operators.
The new Vector/Matrix records with methods demonstrate
performance yet unseen on other platforms and solutions
including C++ and Matlab when evaluating expressions.
The specific language features introduced with Delphi 2006
make it possible to achieve the best code maintainability vs.
performance ratio ever. There is virtually no measureable
performance loss when using vectorized expressions vs.
standard programming methods.
A single expression written like this:
var a,b: Vector;
begin
a := Ln(a) + b;
end;
can execute concurrently on multiple cores, without any
user intervention.(**)
The new features are supported for Delphi 2006 and Delphi 2007
compilers and their C++ sides only.
MtxVec v3 is especially suitable, if you would like speed up
nearly any scientific and engineering code by making use of the latest
CPU features including SSE3 and multiple cores.
The performance of the complex versions of basic math
functions like Sin, Cos, Tan.... exceed the equivalents
of latest Intel VML performance library by factor of 2-3x on
high-end dual core systems and has evolved to be the main
choice for truly high performance complex number math.
This proves that efficient code vectorization can be a
non-trivial task even for experienced engineers.
The new products are available immediately to the registered
customers with valid subscription and to new customers.
The trial version will be made available on July 30th. We plan
to update the site, the demos and the internet documentation
with the new data and facts throughout the summer.
Stay tuned for more on MtxVec v3.
Best Regards!
Atmapuri
www.dewresearch.com
**Requires large enough CPU cache and long enough vectors.
.
- Prev by Date: Re: ABC for Delphi .net components
- Next by Date: Re: Shared Remote PC View/Control
- Previous by thread: ANN: RiverSoftAVG Charting Component Suite Updated to v1.5
- Next by thread: ANN: GameVision Studio
- Index(es):
Relevant Pages
|