fix bug in matrix_shrink function.bug affects the shrinking of vectors (one-dimensional matrix)
add shrink matrix functionality.It makes possible to delete one row and one column from a matrix.
add tokens check function for looking for known tokens
this can be useful when checking if a flag has been specified through command line
add libmatrix module