|
SOLUTIONS
|
JLINK SYMBOL
AllowRaggedArrays
AllowRaggedArrays[True]
lets you pass ragged (i.e. non-rectangular) arrays to Java.
AllowRaggedArrays[False]
restores the default behavior.
DetailsDetails
- To use AllowRaggedArrays, you first need to load J/Link using Needs["JLink`"].
- With AllowRaggedArrays[True], a method that takes
could be passed
. - AllowRaggedArrays[True] can drastically reduce the speed with which large arrays are passed back and forth between Mathematica and Java.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
