Groups
Groups
Sign in
Groups
Groups
comp.lang.c++
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
I have decided that will port my scalable parallel conjugate gradient to C++..
6 views
Skip to first unread message
Ramine
unread,
May 20, 2016, 3:05:10 PM
5/20/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I have decided that will port my scalable parallel conjugate gradient to
C++..
I will port this one that is a Parallel implementation of Conjugate
Gradient Sparse Linear System Solver library:
https://sites.google.com/site/aminer68/parallel-implementation-of-conjugate-gradient-sparse-linear-system-solver
And i will port also this one to C++ that is not sparse and that
is scalable on NUMA architecture:
https://sites.google.com/site/aminer68/scalable-parallel-implementation-of-conjugate-gradient-linear-system-solver-library-that-is-numa-aware-and-cache-aware
I will not use C++ operator overloading, i will use an
interface with methods like this:
void setElement(long2 r, long2 c, double e);
double getElement (long2 r, long2 c);
Thank you,
Amine Moulay Ramdane.
0 new messages