This package provides a representation of most of the Scilab datatypes.

Example:
double [][]a={{21.2, 22.0, 42.0, 39.0},{23.2, 24.0, 44.0, 40.0}};
ScilabDouble aMatrix = new ScilabDouble(a);