Checks whether a matrix is square and stochastic.
error_msg = mdp_check_square_stochas (T)
mdp_check_square_stochas checks if the matrix (T) is square and stochastic (sums of rows equal to 1).
If it is the case, the function returns an empty error message. In the opposite case, the function returns an error message describing the problem.
a matrix.
error message.
error_msg is a character string which is empty if the matrix is square and stochastic. In the opposite case, the variable contains problem information.