I suppose to have the following matrix A) and I want to remove a generic row and column.
For instance the second row and column, then I get B). How can I realize it in C? I cannot figure out how to do.
A) B)
a00 a01 a02 a00 a02
a10 a11 a12 a20 a22
a20 a21 a22