Hi,

I've two data sets like,

DataSet<T> a = ...
DataSet<T> b = ...

They have the same type and same decomposition. I want to apply a map
operator that need both *a* and *b. *For example,

a.map( i -> OP)

within this OP I need the corresponding (*i *th) element of *b* as well. Is
there a way to do this?

Thank you,
Saliya

-- 
Saliya Ekanayake
Ph.D. Candidate | Research Assistant
School of Informatics and Computing | Digital Science Center
Indiana University, Bloomington
Cell 812-391-4914
http://saliya.org

Reply via email to