# File Warshall.rb, line 332
        def inv
                temp = self.copy
                ttemp = temp.nach
                temp.nach!(temp.vor)
                temp.vor!(ttemp)
                return temp
        end