コード例 #1
0
 public RemainIndexValue(long ind, MatrixValue b) throws Exception {
   remainIndex = ind;
   valueClass = b.getClass();
   value = valueClass.newInstance();
   value.copy(b);
 }