Home | History | Annotate | Download | only in test

Lines Matching refs:trace

188     >>> numpy.sum(I), numpy.trace(I)
229 >>> numpy.allclose(2., numpy.trace(R))
294 >>> numpy.allclose(2., numpy.trace(rotation_matrix(math.pi/2,
350 cosa = (numpy.trace(R33) - 1.0) / 2.0
418 factor = numpy.trace(M33) - 2.0
1209 t = numpy.trace(M)