org.autoplot.cdf.TrArrayDataSet

echo ArrayDataSet, but [0,3,2,1] transpose

TrArrayDataSet( )


getComponentType

getComponentType( ) → Class

Returns:

java.lang.Class

[search for examples] [view on GitHub] [view on old javadoc]


jvmMemory

jvmMemory( ) → int

Returns:

int

[search for examples] [view on GitHub] [view on old javadoc]


wrap

wrap( Object array, int[] qube, boolean copy ) → TrArrayDataSet

return the array as ArrayDataSet The array must be a 1-D array and the dimensions of the result are provided in qube.

Parameters

array - 1-D array
qube - dimensions of the dataset
copy - copy the data so that original data is not modified with putValue

Returns:

ArrayDataSet

[search for examples] [view on GitHub] [view on old javadoc]