Sky89 <Sky89@sky68.com>: May 16 03:49PM -0400 Hello.. Here is how to use my Delphi projects with C++Builder: Mixing Delphi and C++ With David Millington: https://www.youtube.com/watch?v=6f5UBL0bQ9U You can find all my Delphi projects here: https://sites.google.com/site/aminer68/ Thank you, Amine Moulay Ramdane. |
Sky89 <Sky89@sky68.com>: May 16 07:26PM -0400 Hello, Scalable Parallel C++ Conjugate Gradient Linear System Solver Library for Windows and Linux was updated to version 1.70, it was more optimized, and this version is much more stable and scalable and very fast: Author: Amine Moulay Ramdane Description: This library contains a Scalable Parallel implementation of Conjugate Gradient Dense Linear System Solver library that is NUMA-aware and cache-aware, and it contains also a Scalable Parallel implementation of Conjugate Gradient Sparse Linear System Solver library that is cache-aware. Conjugate Gradient is known to converge to the exact solution in n steps for a matrix of size n, and was historically first seen as a direct method because of this. However, after a while people figured out that it works really well if you just stop the iteration much earlier - often you will get a very good approximation after much fewer than n steps. In fact, we can analyze how fast Conjugate gradient converges. The end result is that Conjugate gradient is used as an iterative method for large linear systems today. You can download it from: https://sites.google.com/site/aminer68/scalable-parallel-c-conjugate-gradient-linear-system-solver-library Please download the zip file and read the readme file inside the zip to know how to use it. Language: GNU C++ and Visual C++ and C++Builder Operating Systems: Windows, Linux, Unix and Mac OS X on (x86) Thank you, Amine Moulay Ramdane. |
Sky89 <Sky89@sky68.com>: May 16 07:23PM -0400 Hello, My following Delphi and FreePascal projects were updated (they were more optimized): Scalable parallel implementation of Conjugate Gradient Linear Sparse System Solver library version 1.70: https://sites.google.com/site/aminer68/parallel-implementation-of-conjugate-gradient-sparse-linear-system-solver And: Scalable Parallel implementation of Conjugate Gradient Dense Linear System Solver library that is NUMA-aware and cache-aware version 1.70: https://sites.google.com/site/aminer68/scalable-parallel-implementation-of-conjugate-gradient-linear-system-solver-library-that-is-numa-aware-and-cache-aware Those versions are much more stable and scalable and very fast. Thank you, Amine Moulay Ramdane. |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com. |
No comments:
Post a Comment