Class

spire.macros

AutoAlgebra

Related Doc: package macros

Permalink

abstract class AutoAlgebra extends AutoOps

Self Type
AutoAlgebra
Linear Supertypes
AutoOps, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutoAlgebra
  2. AutoOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AutoAlgebra()

    Permalink

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    AutoOps
  2. abstract def compare: scala.reflect.macros.whitebox.Context.Expr[Int]

    Permalink
  3. abstract def div[A](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
  4. abstract def equals: scala.reflect.macros.whitebox.Context.Expr[Boolean]

    Permalink
  5. abstract def minus[A](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
  6. abstract def mod[A](stub: ⇒ scala.reflect.macros.whitebox.Context.Expr[A] = failedSearch("mod", "%"))(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
  7. abstract def negate[A](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
  8. abstract def plus[A](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
  9. abstract def quot[A](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
  10. abstract def times[A](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink

Concrete 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 Eq[A]()(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Eq[A]]

    Permalink
  5. def EuclideanRing[A](z: scala.reflect.macros.whitebox.Context.Expr[A], o: scala.reflect.macros.whitebox.Context.Expr[A])(ev: scala.reflect.macros.whitebox.Context.Expr[Eq[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[EuclideanRing[A]]

    Permalink
  6. def Field[A](z: scala.reflect.macros.whitebox.Context.Expr[A], o: scala.reflect.macros.whitebox.Context.Expr[A])(ev: scala.reflect.macros.whitebox.Context.Expr[Eq[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Field[A]]

    Permalink
  7. def Order[A]()(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Order[A]]

    Permalink
  8. def Rig[A](z: scala.reflect.macros.whitebox.Context.Expr[A], o: scala.reflect.macros.whitebox.Context.Expr[A])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Rig[A]]

    Permalink
  9. def Ring[A](z: scala.reflect.macros.whitebox.Context.Expr[A], o: scala.reflect.macros.whitebox.Context.Expr[A])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Ring[A]]

    Permalink
  10. def Rng[A](z: scala.reflect.macros.whitebox.Context.Expr[A])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Rng[A]]

    Permalink
  11. def Semiring[A]()(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[Semiring[A]]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def binop[A](name: String, x: String = "x", y: String = "y"): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
    Definition Classes
    AutoOps
  14. def binopSearch[A](names: List[String], x: String = "x", y: String = "y")(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): Option[scala.reflect.macros.whitebox.Context.Expr[A]]

    Permalink
    Definition Classes
    AutoOps
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def failedSearch(name: String, op: String): scala.reflect.macros.whitebox.Context.Expr[Nothing]

    Permalink
    Definition Classes
    AutoOps
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hasMethod0[A, B](name: String)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.whitebox.Context.WeakTypeTag[B]): Boolean

    Permalink
    Definition Classes
    AutoOps
  22. def hasMethod1[A, B, C](name: String)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.whitebox.Context.WeakTypeTag[B], arg2: scala.reflect.macros.whitebox.Context.WeakTypeTag[C]): Boolean

    Permalink
    Definition Classes
    AutoOps
  23. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def unop[A](name: String, x: String = "x"): scala.reflect.macros.whitebox.Context.Expr[A]

    Permalink
    Definition Classes
    AutoOps
  31. def unopSearch[A](names: List[String], x: String = "x")(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): Option[scala.reflect.macros.whitebox.Context.Expr[A]]

    Permalink
    Definition Classes
    AutoOps
  32. final def wait(): Unit

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

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

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

Inherited from AutoOps

Inherited from AnyRef

Inherited from Any

Ungrouped