Uncategorized

Announcing NMath 6.1 and NMath Stats 4.1

We're pleased to announce new versions of the NMath libraries - NMath 6.1, and NMath Stats 4.1. Added functionality includes: Upgraded to Intel MKL 11.2 Update 2 with resulting performance increases. Updated NMath Premium GPU code to CUDA 6. Added classes for solving linear and nonlinear programming problems with integer or binary constraints. Added class SpecialFunctions containing s...
Read More

Announcing NMath 6.0 and NMath Stats 4.0

We're pleased to announce new versions of the NMath libraries - NMath 6.0, and NMath Stats 4.0. Added functionality includes: Upgraded to Intel MKL 11.1 Update 3 with resulting performance increases. Added Adaptive Bridge™ technology to NMath Premium edition, with support for multiple GPUs, per-thread control for binding threads to GPUs, and automatic performance tuning of individu...
Read More

CenterSpace in Chicago and Singapore

NVIDIA GPU Technology Workshop in SE Asia CenterSpace will be giving a presentation at the upcoming GPU Technology Workshop South East Asia on July 10. The conference will be held at the Suntec Singapore Convention & Exhibition Centre. For a full schedule of talks see the agenda. Abstract From CPU to GPU: a comparative case study / Andy Gray – CenterSpace Sof...
Read More

NMath and Silverlight

Customers have asked about using NMath from a Silverlight application. NMath uses unmanaged code--specifically, Intel's Math Kernel Library (MKL), an implementation of the BLAS and LAPACK standard. In Silverlight 4.0, you can use NMath in two ways. You can either use JavaScript to talk to the server and have NMath running there, or you can register classes as COM objects on the local machin...
Read More

Finding Peaks in Data with NMath

Finding peaks in experimental data is a very common computing activity, and because of its intuitive nature there are many established techniques and literally dozens of heuristics built on top of those. CenterSpace Software has jumped into this algorithmic fray with a new peak finding class based on smooth Savitzy-Golay polynomials. If you are not familiar with Savitzy-Golay polynomial smoothi...
Read More
Top