Packages

p

axle

algebra

package algebra

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. algebra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package laws

Value Members

  1. def applyForever[N](f: (N) => N, x0: N): Iterator[N]
  2. def applyK[N](f: (N) => N, x0: N, k: Int): N
  3. def bytewise(left: Array[Byte])(right: Array[Byte])(op: (Byte, Byte) => Byte): Array[Byte]
  4. implicit def catsifyAdditiveGroup[T](ag: AdditiveGroup[T]): Group[T]
  5. def chain[A, B, M[_], C[_]](a: A, f: (A) => M[Option[B]], g: (B) => A, empty: C[B], combine: (B) => (C[B]) => C[B])(implicit arg0: Monad[M]): M[C[B]]
  6. def dummy[T]: T
  7. implicit def enrichMutableBuffer[T](buffer: Buffer[T]): EnrichedMutableBuffer[T]
  8. def etc[N](n: N)(implicit ringN: Ring[N]): Iterable[N]
  9. def filterOut[T](xs: Iterator[T], skips: Iterator[T])(implicit orderT: Order[T]): Iterator[T]
  10. def foled[A, B, M[_]](a: A, f: (A) => M[Option[B]], g: (B) => A)(implicit arg0: Monad[M]): M[Option[B]]
  11. def gaps[T](xs: Seq[T])(implicit ringT: Ring[T]): Seq[(T, T)]
  12. def id[A](x: A): A
  13. def ignore[T]: (T) => Unit
  14. def intersperse[T](d: T)(l: List[T]): List[T]
  15. def lastOption[T](it: Iterator[T]): Option[T]
  16. def lazyListsFrom[N](n: N)(implicit orderN: Order[N], ringN: Ring[N]): LazyList[N]
  17. def mergeBufferedIterators[T](iterators: Seq[BufferedIterator[T]])(implicit orderT: Order[T]): Iterator[T]
  18. def replicate[T](n: Int)(v: T): List[T]
  19. def reverse[T](l: List[T]): List[T]
  20. def runs[T](xs: Seq[T])(implicit ringT: Ring[T], orderT: Order[T]): Seq[(T, T)]
  21. def runs[T](xs: Seq[T], breaks: Set[T]): Seq[(T, T)]
  22. def skip[T](bufferedXs: BufferedIterator[T], bufferedSkips: BufferedIterator[T])(implicit orderT: Order[T]): Unit
  23. def tensorProduct[T](xs: Vector[T], ys: Vector[T])(implicit multT: MultiplicativeSemigroup[T]): Vector[T]
  24. def terminatesWithin[T](it: Iterator[T])(k: Int): Boolean
  25. def trace[N](f: (N) => N, x0: N): Iterator[(N, Set[N])]
  26. def (left: Array[Byte])(right: Array[Byte]): Array[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped