Apologies for the dumb question: the python method is_symmetric() does not take any argument according to the docs. Is this a mistake and should instead reflect the C++ documentation where is_symmetric takes tolerance as argument? Thank you, michele
Of course, python version takes tolerance argument as well. Automatic generation of python docstrings is not flawless.