Reverse the order of a matrix (line).
[R] = NL_F_ReverseMatrixLin(M)
Matrix.
Reversed matrix.
NL_F_ReverseMatrixLin reverses the matrix M into R (line permutation). If , then .
m=[1 2 3 4;5 6 7 8;9 10 11 12]//matrix [r]=NL_F_ReverseMatrixLin(m)//application of NL_F_ReverseMatrixLin