(long self, int row, int col, int count, double[] data)
| 1354 | private static native void n_delete(long nativeObj); |
| 1355 | |
| 1356 | private static native int nPutD(long self, int row, int col, int count, double[] data); |
| 1357 | |
| 1358 | private static native int nPutF(long self, int row, int col, int count, float[] data); |
| 1359 |