axle

package axle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. axle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Combinations[E] extends Iterable[IndexedSeq[E]]

  2. class CombinationsFast[E] extends Iterable[IndexedSeq[E]]

  3. class CrossProduct[E] extends Iterable[List[E]]

  4. case class EnrichedArray[T](arr: Array[T])(implicit evidence$1: Manifest[T]) extends Product with Serializable

  5. case class EnrichedBoolean(b: Boolean) extends Product with Serializable

  6. case class EnrichedByteArray(barr: Array[Byte]) extends Product with Serializable

  7. case class EnrichedGenSet[T](s: GenSet[T]) extends Product with Serializable

  8. case class EnrichedGenTraversable[+T](gt: GenTraversable[T])(implicit evidence$1: Manifest[T]) extends Product with Serializable

  9. class EnrichedIndexedSeq[T] extends AnyRef

  10. case class EnrichedInt(n: Int) extends Product with Serializable

  11. case class EnrichedMutableBuffer[T](buffer: Buffer[T]) extends Product with Serializable

  12. class IndexedCrossProduct[E] extends Iterable[Seq[E]]

  13. class IndexedPowerSet[E] extends Iterable[Set[E]]

  14. trait MapReduce extends AnyRef

  15. class Permutations[E] extends Iterable[IndexedSeq[E]]

  16. class PermutationsFast[E] extends Iterable[IndexedSeq[E]]

  17. abstract class ShellCommand extends AnyRef

  18. trait XmlAble extends AnyRef

  19. case class and(left: ShellCommand, right: ShellCommand) extends ShellCommand with Product with Serializable

  20. case class or(left: ShellCommand, right: ShellCommand) extends ShellCommand with Product with Serializable

  21. case class pipe(from: ShellCommand, to: ShellCommand) extends ShellCommand with Product with Serializable

  22. case class redirect(cmd: ShellCommand, path: String) extends ShellCommand with Product with Serializable

Value Members

  1. def ???: Nothing

  2. object Combinations

  3. object CombinationsFast

  4. object EnrichedIndexedSeq

  5. object IndexedCrossProduct

  6. object IndexedPowerSet

  7. object Permutations

    Based on Python's itertools.

  8. object PermutationsFast

    Based on Python's itertools.

  9. object ScalaMapReduce extends MapReduce

  10. package actor

  11. package algebra

  12. package ast

  13. package bio

  14. implicit def enrichArray[T](arr: Array[T])(implicit arg0: Manifest[T]): EnrichedArray[T]

  15. implicit def enrichBoolean(b: Boolean): EnrichedBoolean

  16. implicit def enrichByteArray(barr: Array[Byte]): EnrichedByteArray

  17. implicit def enrichGenSet[T](s: GenSet[T]): EnrichedGenSet[T]

  18. implicit def enrichGenTraversable[T](gt: GenTraversable[T])(implicit arg0: Manifest[T]): EnrichedGenTraversable[T]

  19. implicit def enrichIndexedSeq[T](is: IndexedSeq[T])(implicit arg0: Manifest[T]): EnrichedIndexedSeq[T]

  20. implicit def enrichInt(n: Int): EnrichedInt

  21. implicit def enrichMutableBuffer[T](buffer: Buffer[T]): EnrichedMutableBuffer[T]

  22. def fib(n: Int): Int

  23. package game

  24. def getLine(): String

  25. package graph

  26. def id[A](x: A): A

  27. def intersperse[T](d: T)(l: List[T]): List[T]

  28. package lx

  29. package matrix

  30. package ml

  31. package nlp

  32. package pgm

  33. package quanta

  34. def recfib(n: Int): Int

  35. def replicate[T](n: Int)(v: T): List[T]

  36. def reverse[T](l: List[T]): List[T]

  37. def square(x: Double): Double

  38. package stats

  39. package visualize

  40. object

  41. def (x: Double): Double

Inherited from AnyRef

Inherited from Any

Ungrouped