Example #1
0
 protected static boolean isLengthOne(RAbstractIntVector length) {
   return length.getLength() == 1;
 }