public class SortIndexResults
Public Class SortIndexResults
public ref class SortIndexResults
type SortIndexResults = class end
Matrix entries are interpreted as well ordered following a column major ordering. The position of an entry in such well ordering is referred to as the linear position of that entry.
Property SortedData returns the matrix whose entries are those of the original matrix but ordered through a sorting operation.
Property SortedIndexes gets the original linear positions of the sorted entries, arranged in the same order applied to sort matrix entries.
SortIndexResults | Initializes a new instance of the SortIndexResults class |
SortedData | Gets the sorted data matrix. |
SortedIndexes | Gets the original linear indexes of sorted entries arranged in the same ordering. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |