(long self, int row, int col, int count, double[] vals)
| 1309 | private static native int nGetF(long self, int row, int col, int count, float[] vals); |
| 1310 | |
| 1311 | private static native int nGetD(long self, int row, int col, int count, double[] vals); |
| 1312 | |
| 1313 | private static native double[] nGet(long self, int row, int col); |
| 1314 |