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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public int[] CalculateReordering()

Return Value

Type: Int32
See Also