@Override
 public boolean isZero() {
   return DoubleArrays.isZero(data, 0, data.length);
 }