(long self, int[] idx, int count, double[] data)
| 1837 | private static native int nPutD(long self, int row, int col, int count, double[] data); |
| 1838 | |
| 1839 | private static native int nPutDIdx(long self, int[] idx, int count, double[] data); |
| 1840 | |
| 1841 | private static native int nPutF(long self, int row, int col, int count, float[] data); |
| 1842 |