Note that the last two lines are equivalent to this: X = A.T # doesn't transpose B X[0,1]= -1 # propagates through view back to B # i.e., ...
確定! 回上一頁