def f_c_v3(M): return f_b_v3(M.T).T
Transpose M (M.T):
Transposing M effectively swaps rows and columns.
In the transposed matrix M.T, what used to be rows in M become columns.