Click or drag to resize

RCMCalculateReordering Method

Create a reordering index array.

The result array is intepreted like this: R[j] = i means that the vertex on index i should be moved to index j

Namespace:  DHI.Mike1D.Generic.Graph
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int[] CalculateReordering()

Return Value

Type: Int32

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Graph.RCM.CalculateReordering"]

See Also