kaneplusplus / bigmemory

126 stars 24 forks source link

Ordering big.matrix Columns #24

Closed cdeterman closed 9 years ago

cdeterman commented 9 years ago

I have added new functions in order to have morder and mpermute applied to big.matrix columns (morderCols and mpermuteCols). I also updated some nested if/else statements to use a more concise switch syntax that is more extensible if we ever need to add more classes/types. We can decide if we want to change the functions names. This should close #23.