I have a 2-D array like:
val a = new Array[double]([0..N-1,0..N-1], (Point) => 0.0);

and a quick sort function like:
private final def qSort1(C:Rail[double]!, lo:int, hi:int));

Can I pass one row of array a as the parameter of type Rail?

Haibo (Jason) Lin, Ph.D.
Manager, Programming Models and Tools
Science TA, IBM Research - China
Tel: (86-10)5874-8593; Fax: (86-10)5874-8630
E-mail: li...@cn.ibm.com
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to