MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / testMatrixArray

Function testMatrixArray

src/python/PyImathTest/pyImathTest.py:9256–9270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9254 assert a[2].multVecMatrix(v[2]) == V[2]
9255
9256def testMatrixArray ():
9257 print ("M44fArray")
9258 testMxArray (M44fArray, M44f)
9259 testM4Array (M44fArray, M44f, V3f, V3fArray)
9260 print ("M44dArray")
9261 testMxArray (M44dArray, M44d)
9262 testM4Array (M44dArray, M44d, V3d, V3dArray)
9263 print ("M33fArray")
9264 testMxArray (M33fArray, M33f)
9265 print ("M33dArray")
9266 testMxArray (M33dArray, M33d)
9267 print ("M22fArray")
9268 testMxArray (M22fArray, M22f)
9269 print ("M22dArray")
9270 testMxArray (M22dArray, M22d)
9271
9272testList.append(("testMatrixArray",testMatrixArray))
9273

Callers

nothing calls this directly

Calls 2

testMxArrayFunction · 0.70
testM4ArrayFunction · 0.70

Tested by

no test coverage detected