Condition number estimation
The following function defined in the file gmm/gmm_condition_number.h
condition_number(M)
compute the condition number of a matrix M. For the moment, this function uses a dense QR algorithm and thus is only usable for dense matrices.
