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.
I have added new functions in order to have
morder
andmpermute
applied to big.matrix columns (morderCols
andmpermuteCols
). I also updated some nested if/else statements to use a more conciseswitch
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.