All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.carrot2.mahout.math.buffer.DoubleBufferConsumer Maven / Gradle / Ivy

/* Imported from Mahout. */package org.carrot2.mahout.math.buffer;

import org.carrot2.mahout.math.list.DoubleArrayList;

public interface DoubleBufferConsumer {

  
  void addAllOf(DoubleArrayList list);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy