Packages

final case class Hypotx[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable

Linear Supertypes
Serializable, PureOp[A, A], Op[A, A], ProductWithAdjuncts, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hypotx
  2. Serializable
  3. PureOp
  4. Op
  5. ProductWithAdjuncts
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Hypotx()(implicit num: NumDouble[A])

Type Members

  1. final type State[T <: Exec[T]] = Unit
    Definition Classes
    PureOpOp

Value Members

  1. def adjuncts: List[Adjunct]
    Definition Classes
    HypotxProductWithAdjuncts
  2. def apply(a: A, b: A): A
    Definition Classes
    HypotxPureOp
  3. def copyState[T <: Exec[T], Out <: Exec[Out]](s: State[T])(implicit tx: T, txOut: Out): State[Out]
    Definition Classes
    PureOpOp
  4. final def disposeState[T <: Exec[T]](s: State[T])(implicit tx: T): Unit
    Definition Classes
    PureOpOp
  5. def name: String
    Definition Classes
    HypotxOp
  6. def next[T <: Exec[T]](a: A, b: A)(implicit state: State[T], tx: T): A
    Definition Classes
    PureOpOp
  7. final def prepare[T <: Exec[T]](ref: AnyRef)(implicit ctx: Context[T], tx: T): State[T]
    Definition Classes
    PureOpOp
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. final def productPrefix: String
    Definition Classes
    Op → Product
  10. final def readState[T <: Exec[T]](in: DataInput)(implicit tx: T): State[T]
    Definition Classes
    PureOpOp
  11. def toString(): String
    Definition Classes
    Op → AnyRef → Any
  12. final def writeState[T <: Exec[T]](s: State[T], out: DataOutput): Unit
    Definition Classes
    PureOpOp