Transform a vector into a matrix (NxN).
[M] =NL_F_Vector2MatrixColumn(V,N)
Vector.
Column size.
Matrix.
NL_F_Vector2MatrixColumn transmorms the vector V into the matrix M composed by N columns. Zeros are used to fill the matrix in the case of unmatchable sizes.