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
IncomingEdgeWeightSumMessage
fromvalue
.Declaration
Swift
public init(_ value: Float)
-
Sums weights of
other
withself
.Declaration
Swift
public mutating func merge(_ other: `Self`)