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

breeze.linalg.support.CanTabulate.scala Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package breeze.linalg.support

/**
 * breeze
 * 7/19/14
 * @author Gabriel Schubiner 
 *
 *
 */
trait CanTabulate[I,V,E] {
  def apply(d: I, f: I => E): V
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy