DiffFunctionOpImplicits

class Object
trait Matchable
class Any
object DiffFunction.type

Implicits

Implicits

implicit def castOps[V1, V2, T, Op, VR](implicit v1ev: V1 <:< DiffFunction[T], V2ev: V2 <:< DiffFunction[T], op: UImpl2[Op, DiffFunction[T], DiffFunction[T], VR]): UImpl2[Op, V1, V2, VR]
implicit def opAddDiffFunction[T](implicit opAdd: Impl2[T, T, T]): Impl2[DiffFunction[T], DiffFunction[T], DiffFunction[T]]
implicit def opDivDiffFunction[T](implicit opDiv: Impl2[T, Double, T]): Impl2[DiffFunction[T], Double, DiffFunction[T]]
implicit def opDivLHSDiffFunction[T](implicit opMul: Impl2[Double, T, T]): Impl2[Double, DiffFunction[T], DiffFunction[T]]
implicit def opMulDiffFunction[T](implicit opMul: Impl2[T, Double, T]): Impl2[DiffFunction[T], Double, DiffFunction[T]]
implicit def opMulLHSDiffFunction[T](implicit opMul: Impl2[Double, T, T]): Impl2[Double, DiffFunction[T], DiffFunction[T]]
implicit def opSubDiffFunction[T](implicit opSub: Impl2[T, T, T]): Impl2[DiffFunction[T], DiffFunction[T], DiffFunction[T]]