(long self, int row, int col, int count, int[] data)
| 1843 | private static native int nPutFIdx(long self, int[] idx, int count, float[] data); |
| 1844 | |
| 1845 | private static native int nPutI(long self, int row, int col, int count, int[] data); |
| 1846 | |
| 1847 | private static native int nPutIIdx(long self, int[] idx, int count, int[] data); |
| 1848 |