sort_each_col: Sort the columns of a matrix

View source: R/RcppExports.R

sort_each_colR Documentation

Sort the columns of a matrix

Description

Convenience functions to sort the columns of a matrix in an increasing way.

Usage

sort_each_col(A)

sort_index_each_col(A)

Arguments

A

a matrix of arbitrary dimensions.

Value

A matrix with the same dimensions as A such that each column is sorted increasingly (for sort_each_col) or contains the sorting indexes (for sort_index_each_col). sort_index_each_col.


sphunif documentation built on Aug. 21, 2023, 9:11 a.m.