shuffle_#

swordfish.function.shuffle_()#

Please refer to shuffle. The only difference between shuffle and shuffle_ is that the latter assigns the result to X and thus changing the value of X after the execution.

参数:

obj (Constant) -- A vector/matrix.