Dear Frank,
I found there are four constructors for the Domain class,but I don't know which one I should use under a specific situation.Could you please specify the design purpose for each of the four constructors respectively? Bunch of thanks in advance : )
(1)Domain();
(2)Domain(int numNodes, int numElements, int numSPs, int numMPs,int numLoadPatterns);
[quote="fmk"]pick the first.[/quote]
Hi Frank,
Thanks for your reply.But I'm still interested to know the usages for the other three constructors.Could you please give me more details?
the others are for people experimenting with data structures and determing the best container object for their particaular situation .. it also allow me to test new container objects.
[quote="fmk"]the others are for people experimenting with data structures and determing the best container object for their particaular situation .. it also allow me to test new container objects.[/quote]