BinaryNode

io.github.quafadas.spireAD.BinaryNode
case class BinaryNode[F[_], T](op: BinaryOps, value1: F[T], thisId: UUID, left: UUID, right: UUID)(using vf: VectorisedField[F, T], vt: VectorisedTrig[F, T], sh: Show[F[T]]) extends VNode[F, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class VNode[F, T]
trait VDimChangeNode[F, F, T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def backward[N <: VDimChangeNode[_[_], _[_], T]](using td: TejVGraph[T]): Unit

Attributes

Definition Classes
override def graphShow: String

Attributes

Definition Classes
override def setGradOne(using ct: ClassTag[T]): Unit

Attributes

Definition Classes
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def setGradZero(using ct: ClassTag[T]): Unit

Attributes

Inherited from:
VNode

Inherited fields

var grad: F[T]

Attributes

Inherited from:
VNode
val id: UUID

Attributes

Inherited from:
VDimChangeNode
val value: F[T]

Attributes

Inherited from:
VDimChangeNode
val vf1: VectorisedField[F, T]

Attributes

Inherited from:
VDimChangeNode
val vf2: VectorisedField[F, T]

Attributes

Inherited from:
VDimChangeNode