Return True if two matrices perform same transformation. >>> is_same_transform(numpy.identity(4), numpy.identity(4)) True >>> is_same_transform(numpy.identity(4), random_rotation_matrix()) False
(matrix0, matrix1)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected