(long self, int row, int col)
| 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 | |
| 1315 | private static native String nDump(long self); |
| 1316 | } |