(long self, int[] idx, int count, float[] vals)
| 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 | |
| 1877 | private static native int nGetD(long self, int row, int col, int count, double[] vals); |
| 1878 |