Packages

t

spatial.lang.api

MathAPI

trait MathAPI extends AnyRef

Self Type
MathAPI with Implicits with MuxAPI
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MathAPI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class SeqBitOps extends AnyRef
  2. implicit class SeqMathOps[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abs[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  5. def abs[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  6. def acos[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  7. def acos[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asin[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  10. def asin[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  11. def atan[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  12. def atan[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  13. def ceil[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  14. def ceil[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. def cos[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  17. def cos[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  18. def cos_taylor[T](x: T)(implicit arg0: api.Num[T]): T

    Taylor expansion for cos from -pi to pi *

  19. def cosh[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  20. def cosh[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def exp[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  24. def exp[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  25. def exp_taylor[T](x: T)(implicit arg0: api.Num[T]): T

    Taylor expansion for natural exponential*

  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def floor[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  28. def floor[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def ln[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  33. def ln[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  34. def log_taylor[T](x: T)(implicit arg0: api.Num[T]): T

    Taylor expansion for natural log to third degree.

    Taylor expansion for natural log to third degree. *

  35. def max[A](a: Lift[A], b: Lift[A])(implicit arg0: api.Num[A]): A
  36. def max[A, B](a: Literal, b: A)(implicit arg0: api.Num[A]): A
  37. def max[A, B](a: A, b: Literal)(implicit arg0: api.Num[A]): A
  38. def max[A](a: Sym[A], b: Sym[A])(implicit arg0: api.Num[A]): A
  39. def min[A](a: Lift[A], b: Lift[A])(implicit arg0: api.Num[A]): A
  40. def min[A](a: Literal, b: Sym[A])(implicit arg0: api.Num[A]): A
  41. def min[A](a: Sym[A], b: Literal)(implicit arg0: api.Num[A]): A
  42. def min[A](a: Sym[A], b: Sym[A])(implicit arg0: api.Num[A]): A
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. def pow[A](b: Lift[A], e: Lift[A])(implicit arg0: api.Num[A]): A
  47. def pow[A](a: Literal, b: A)(implicit arg0: api.Num[A]): A
  48. def pow[A](a: A, b: Literal)(implicit arg0: api.Num[A]): A
  49. def pow[A](b: Sym[A], e: Sym[A])(implicit arg0: api.Num[A]): A
  50. def product[T](xs: T*)(implicit arg0: api.Num[T]): T

    Creates a product reduction tree for a fixed number of numeric elements.

  51. def reduce[T](xs: T*)(reduce: (T, T) ⇒ T): T

    Creates a reduction tree for a fixed number of elements.

  52. def sigmoid[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  53. def sigmoid[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  54. def sin[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  55. def sin[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  56. def sin_taylor[T](x: T)(implicit arg0: Type[T], arg1: api.Num[T]): T

    Taylor expansion for sin from -pi to pi *

  57. def sinh[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  58. def sinh[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  59. def sqrt[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  60. def sqrt[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  61. def sqrt_approx[T](x: T)(implicit arg0: api.Num[T]): T
  62. def sum[T](xs: T*)(implicit arg0: api.Num[T]): T

    Creates a sum reduction tree of a fixed number of numeric elements.

  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def tan[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  65. def tan[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  66. def tanh[A](a: Lift[A])(implicit arg0: api.Num[A]): A
  67. def tanh[A](a: Sym[A])(implicit arg0: api.Num[A]): A
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped