ReductionWithParams

io.github.quafadas.spireAD.ReductionWithParams
case class ReductionWithParams[F[_], G[_], T](op: ParameterisedReductionOps[InferDimension[F]], value1: F[T], thisId: UUID, depId: UUID, singleParam: TupleDim[InferDimension[G]], someGtoSetGrad: G[T])(using gf: VectorisedField[G, T], vf: VectorisedField[F, T], vt: VectorisedTrig[F, T], svf: Field[T], reduction: Reductions[G, T, InferDimension[G]], shF: Show[F[T]], shG: Show[G[T]]) extends VDimChangeNode[F, G, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait VDimChangeNode[F, G, 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: G[T]

Inherited fields

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[G, T]

Attributes

Inherited from:
VDimChangeNode