Name | Description | |
---|---|---|
sort(InArrayString) |
Sort strings in A along first non singleton dimension, ascending order.
[ILNumerics Computing Engine] | |
sort(InArrayString, Boolean) |
Sort strings in A along first non singleton dimension
[ILNumerics Computing Engine] | |
sort(BaseArraycomplex, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayfcomplex, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayByte, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayDouble, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayInt16, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayInt32, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArraySByte, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArraySingle, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayUInt16, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayUInt32, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(BaseArrayUInt64, Int32, Boolean) |
Sort elements of A along the specified dimension.
[ILNumerics Computing Engine] | |
sort(InArrayString, Int32, Boolean) |
Sort strings in A along dimension 'dim'
[ILNumerics Computing Engine] | |
sort(BaseArraycomplex, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayfcomplex, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayByte, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayDouble, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayInt16, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayInt32, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayInt64, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArraySByte, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArraySingle, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayUInt16, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayUInt32, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(BaseArrayUInt64, OutArrayInt64, Int32, Boolean) |
Sort elements of A along the specified dimension. Computes indices also.
[ILNumerics Computing Engine] | |
sort(InArrayString, OutArrayDouble, Int32, Boolean) |
Sort data in A along dimension 'dim'
[ILNumerics Computing Engine] | |
sortT, S, I(InArrayT, OutArrayI, Int32, Boolean, KeyMapperT, S) |
Generic bucket sort algorithm in A along arbitrary dimension
[ILNumerics Computing Engine] |