def CalcOrtho(J, n): """CalcOrtho(DenseMatrix J, Vector n)""" return _densemat.CalcOrtho(J, n)
def CalcOrtho(J, n): return _densemat.CalcOrtho(J, n)