AddRowsNode

io.github.quafadas.spireAD.AddRowsNode
case class AddRowsNode[T](value1: Matrix[T], thisId: UUID, depId: UUID, vec: Array[T])(using vf: VectorisedField[Matrix, T], vt: VectorisedTrig[Matrix, T], vta: VectorisedField[Array, T], red: Reductions[Array, T, 1], f: Field[T], sh: Show[Matrix[T]], numeric: Numeric[T], ct: ClassTag[T]) extends VNode[Matrix, T]

Attributes

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

Attributes

Inherited from:
VNode
val id: UUID

Attributes

Inherited from:
VDimChangeNode
val value: Matrix[T]

Attributes

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

Attributes

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

Attributes

Inherited from:
VDimChangeNode