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

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

The newest version!
package breeze.linalg.support

/**
 * TODO
 *
 * @author dlwh
 **/
class RangeSuffix(val start: Int) extends AnyVal {
  def step = 1
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy