trait MathAPI extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MathAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class SeqBitOps extends AnyRef
- implicit class SeqMathOps[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abs[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def abs[A](a: Sym[A])(implicit arg0: api.Num[A]): A
- def acos[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def acos[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asin[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def asin[A](a: Sym[A])(implicit arg0: api.Num[A]): A
- def atan[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def atan[A](a: Sym[A])(implicit arg0: api.Num[A]): A
- def ceil[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def ceil[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def cos[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def cos[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
def
cos_taylor[T](x: T)(implicit arg0: api.Num[T]): T
Taylor expansion for cos from -pi to pi *
- def cosh[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def cosh[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exp[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def exp[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
def
exp_taylor[T](x: T)(implicit arg0: api.Num[T]): T
Taylor expansion for natural exponential*
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def floor[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def floor[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def ln[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def ln[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
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. *
- def max[A](a: Lift[A], b: Lift[A])(implicit arg0: api.Num[A]): A
- def max[A, B](a: Literal, b: A)(implicit arg0: api.Num[A]): A
- def max[A, B](a: A, b: Literal)(implicit arg0: api.Num[A]): A
- def max[A](a: Sym[A], b: Sym[A])(implicit arg0: api.Num[A]): A
- def min[A](a: Lift[A], b: Lift[A])(implicit arg0: api.Num[A]): A
- def min[A](a: Literal, b: Sym[A])(implicit arg0: api.Num[A]): A
- def min[A](a: Sym[A], b: Literal)(implicit arg0: api.Num[A]): A
- def min[A](a: Sym[A], b: Sym[A])(implicit arg0: api.Num[A]): A
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pow[A](b: Lift[A], e: Lift[A])(implicit arg0: api.Num[A]): A
- def pow[A](a: Literal, b: A)(implicit arg0: api.Num[A]): A
- def pow[A](a: A, b: Literal)(implicit arg0: api.Num[A]): A
- def pow[A](b: Sym[A], e: Sym[A])(implicit arg0: api.Num[A]): A
-
def
product[T](xs: T*)(implicit arg0: api.Num[T]): T
Creates a product reduction tree for a fixed number of numeric elements.
-
def
reduce[T](xs: T*)(reduce: (T, T) ⇒ T): T
Creates a reduction tree for a fixed number of elements.
- def sigmoid[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def sigmoid[A](a: Sym[A])(implicit arg0: api.Num[A]): A
- def sin[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def sin[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
def
sin_taylor[T](x: T)(implicit arg0: Type[T], arg1: api.Num[T]): T
Taylor expansion for sin from -pi to pi *
- def sinh[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def sinh[A](a: Sym[A])(implicit arg0: api.Num[A]): A
- def sqrt[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def sqrt[A](a: Sym[A])(implicit arg0: api.Num[A]): A
- def sqrt_approx[T](x: T)(implicit arg0: api.Num[T]): T
-
def
sum[T](xs: T*)(implicit arg0: api.Num[T]): T
Creates a sum reduction tree of a fixed number of numeric elements.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tan[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def tan[A](a: Sym[A])(implicit arg0: api.Num[A]): A
- def tanh[A](a: Lift[A])(implicit arg0: api.Num[A]): A
- def tanh[A](a: Sym[A])(implicit arg0: api.Num[A]): A
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )