IncomingEdgeWeightSumMessage
public struct IncomingEdgeWeightSumMessage : MergeableMessage
A message used in ParallelGraph algorithms to compute the sum of weights for all incoming
edges to a vertex.
-
Creates an
IncomingEdgeWeightSumMessagefromvalue.Declaration
Swift
public init(_ value: Float) -
Sums weights of
otherwithself.Declaration
Swift
public mutating func merge(_ other: `Self`)
View on GitHub
IncomingEdgeWeightSumMessage Structure Reference