Hello

I want to declare a square 2d array in x10. Would you please tell me how to
do that.

I saw pguide.pdf,
http://x10-lang.org/documentation/code-examples/small-examples.html,
x10-latest.pdf etc., but could not deduce and also could not find clearly
on web.

This one:
 val gridInfo = new Array[double](2);
compiles fine and if I am correct, (2) shows it is 2d. But still how to
specify the dimension? The dimension is statically known.

I would be thankful for your help.
Thanks and Regards
Sparsh Mittal
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to