I would like to do an inverse of a matrix. I read the QMatrix document (http://doc.qt.io/archives/qt-4.8/qmatrix.html#inverted). They have this inverted function. According to the doc, it supposes to return an inverted copy of the matrix, but it also mentions about returning boolean. How does this work?