Object

cilib.algebra

Algebra

Related Doc: package algebra

Permalink

object Algebra

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Algebra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def distance[F[_], A](a: F[A], b: F[A])(implicit D: DotProd[F, A], M: Module[F[A], Double]): Double

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def magnitude[F[_], A](a: F[A])(implicit D: DotProd[F, A]): Double

    Permalink
  14. def meanVector[F[_], A](xs: NonEmptyList[F[A]])(implicit M: Module[F[A], Double]): F[A]

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def normalize[F[_], A](a: F[A])(implicit M: Module[F[A], Double], D: DotProd[F, A]): F[A]

    Permalink
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def orthogonalize[F[_], A](x: F[A], vs: List[F[A]])(implicit arg0: Functor[F], D: DotProd[F, A], F: Field[A], M: Module[F[A], Double]): F[A]

    Permalink
  20. def orthonormalize[F[_], A](vs: NonEmptyList[F[A]])(implicit arg0: Functor[F], arg1: Foldable1[F], arg2: NRoot[A], D: DotProd[F, A], M: Module[F[A], Double], A: Field[A]): NonEmptyList[F[A]]

    Permalink
  21. def pointwise[F[_], A](a: F[A], b: F[A])(implicit P: Pointwise[F, A]): F[A]

    Permalink
  22. def project[F[_], A](x: F[A], other: F[A])(implicit D: DotProd[F, A], F: Functor[F], F2: Field[A], M: Module[F[A], Double]): F[A]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def vectorSum[F[_], A](xs: NonEmptyList[F[A]])(implicit M: Module[F[A], Double]): F[A]

    Permalink
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped