(long self, int row, int col, int count, float[] vals)
| 1871 | private static native int nGetIIdx(long self, int[] idx, int count, int[] vals); |
| 1872 | |
| 1873 | private static native int nGetF(long self, int row, int col, int count, float[] vals); |
| 1874 | |
| 1875 | private static native int nGetFIdx(long self, int[] idx, int count, float[] vals); |
| 1876 |