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 EnrichedGenSeq[T](genSeq: GenSeq[T]) extends Product with Serializable

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

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

  10. class EnrichedIndexedSeq[T] extends AnyRef

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

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

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

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

    A ℘ (IndexedPowerSet) constructed with a collection with elements of type E can construct an Iterator which enumerates all possible subsets (of type Collection<E>) of the collection used to construct the PowerSet.

  15. trait MapReduce extends AnyRef

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

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

  18. trait XmlAble extends AnyRef

Value Members

  1. object Combinations

  2. object CombinationsFast

  3. object EnrichedIndexedSeq

  4. object IndexedCrossProduct

  5. object IndexedPowerSet

  6. object Permutations

    Based on Python's itertools.

  7. object PermutationsFast

  8. val Pi: Π.type

  9. object ScalaMapReduce extends MapReduce

  10. val Sigma: Σ.type

  11. def ackermann(m: Long, n: Long): Long

    http://en.

    http://en.wikipedia.org/wiki/Ackermann_function

  12. package algebra

  13. package ast

  14. package bio

  15. implicit val boolEq: Eq[Boolean]

  16. package data

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

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

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

  20. implicit def enrichGenSeq[T](genSeq: GenSeq[T]): EnrichedGenSeq[T]

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

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

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

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

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

  26. implicit def eqSet[S](implicit arg0: Eq[S]): Eq[Set[S]]

  27. def fib(n: Int): Int

  28. object forall

  29. package game

  30. def getLine(): String

  31. package graph

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

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

  34. implicit val jodaDateTimeEq: Eq[DateTime]

  35. package logic

  36. package lx

  37. package matrix

  38. package ml

  39. package nlp

  40. package pgm

  41. package quanta

  42. def recfib(n: Int): Int

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

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

  45. def square[N](x: N)(implicit arg0: Field[N]): N

  46. package stats

  47. implicit val stringEq: Eq[String]

  48. object thereexists

  49. object Π

  50. object Σ

  51. object

  52. val : forall.type

  53. val : thereexists.type

  54. def [N](x: N)(implicit arg0: NRoot[N]): N

Inherited from AnyRef

Inherited from Any

Ungrouped