(long self, int row, int col, int count, double[] data)
| 1291 | private static native void n_delete(long nativeObj); |
| 1292 | |
| 1293 | private static native int nPutD(long self, int row, int col, int count, double[] data); |
| 1294 | |
| 1295 | private static native int nPutF(long self, int row, int col, int count, float[] data); |
| 1296 |