RowReductionNode

io.github.quafadas.spireAD.RowReductionNode
case class RowReductionNode[T](op: ReductionOps, value1: Array[T], thisId: UUID, depId: UUID, someGtoSetGrad: Array[T])(using gfa: VectorisedField[Array, T], gft: VectorisedTrig[Array, T], svf: Field[T], shF: Show[Array[T]], shG: Show[Matrix[T]], ct: ClassTag[T]) extends VDimChangeNode[Array, Array, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait VDimChangeNode[Array, Array, 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
def setGradOne(using ct: ClassTag[T]): Unit
def setGradZero(using ct: ClassTag[T]): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

var grad: Array[T]

Inherited fields

val id: UUID

Attributes

Inherited from:
VDimChangeNode
val value: Array[T]

Attributes

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

Attributes

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

Attributes

Inherited from:
VDimChangeNode