Object

fr.iscpif.mgo.tools

Math

Related Doc: package tools

Permalink

object Math

Mathematical tools for the library

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

Type Members

  1. type Point2D = (Double, Double)

    Permalink
  2. implicit class Point2DDecorator extends AnyRef

    Permalink

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. def add(x: Seq[Double], y: Seq[Double]): Seq[Double]

    Permalink
  5. def allEquals(i: Iterable[Double], in: Seq[Iterable[Double]]): Boolean

    Permalink
  6. def allTheSame(i1: Seq[Iterable[Double]], i2: Seq[Iterable[Double]]): Boolean

    Permalink
  7. def allTheSameSorted(i1: Seq[Iterable[Double]], i2: Seq[Iterable[Double]]): Boolean

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def average(sequence: Seq[Double]): Double

    Permalink
  10. def centroid(e: Seq[Seq[Double]]): Seq[Double]

    Permalink
  11. def clamp(value: Double, min_v: Double = 0.0, max_v: Double = 1.0): Double

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val epsilon: Double

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def euclideanNorm(p1: Point2D, p2: Point2D): Double

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findInterval(s: Vector[Double], v: Double): Int

    Permalink
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def integral(points: Seq[Point2D]): Double

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isUpper(line1: Point2D, line2: Point2D, c: Point2D): Boolean

    Permalink
  24. def mse(sequence: Seq[Double]): Double

    Permalink
  25. def multinomialDraw[T](s: Seq[(Double, T)])(implicit rng: Random): (T, List[(Double, T)])

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def same(i1: Iterable[Double], i2: Iterable[Double]): Boolean

    Permalink
  30. def squareDist(x: Seq[Double], y: Seq[Double]): Double

    Permalink
  31. def surface(p1: Point2D, p2: Point2D, p3: Point2D): Double

    Permalink
  32. def surface(a: Double, b: Double, c: Double): Double

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped