Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ functions
Functions
2,179 in github.com/AcademySoftwareFoundation/Imath
⨍
Functions
2,179
◇
Types & classes
366
Function
testRoundingError
src/ImathTest/testError.cpp:190
Function
testSVD
()
src/python/PyImathTest/pyImathTest.py:8953
Function
testSVD
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8968
Function
testScalarArray2DToNumpy
Tests the wrapping of PyImath scalar2D array types to numpy arrays.
src/python/PyImathNumpyTest/pyImathNumpyTest.py:184
Function
testScalarArrayToNumpy
Tests the wrapping of PyImath scalar array types to numpy arrays.
src/python/PyImathNumpyTest/pyImathNumpyTest.py:89
Function
testShear
src/python/PyImathTest/main.cpp:1891
Function
testShear
src/ImathTest/testShear.cpp:21
Function
testShear6
()
src/python/PyImathTest/pyImathTest.py:4650
Function
testShear6
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:4650
Function
testShearConversions
()
src/python/PyImathTest/pyImathTest.py:4695
Function
testShearConversions
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:4695
Function
testSize
src/ImathTest/testSize.cpp:18
Function
testSize
src/ImathTest/testInterval.cpp:466
Function
testSize
src/ImathTest/testBox.cpp:606
Function
testSlicesOnArray
()
src/python/PyImathTest/pyImathTest.py:839
Function
testSlicesOnArray
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:831
Function
testSolidSphere
src/ImathTest/testRandom.cpp:198
Function
testStream
src/ImathTest/testInterval.cpp:679
Function
testStringArray
()
src/python/PyImathTest/pyImathTest.py:9351
Function
testStringArray
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:9364
Function
testStringTable
src/python/PyImathTest/testStringTable.cpp:108
Function
testSymmetricEigensolve
()
src/python/PyImathTest/pyImathTest.py:9071
Function
testSymmetricEigensolve
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:9086
Function
testTinySVD
src/ImathTest/testTinySVD.cpp:390
Function
testTinySVDImp
src/ImathTest/testTinySVD.cpp:260
Function
testTinySVD_3x3
src/ImathTest/testTinySVD.cpp:164
Function
testTinySVD_4x4
src/ImathTest/testTinySVD.cpp:206
Function
testToFloat
src/ImathTest/testToFloat.cpp:97
Function
testTranslationRotationMatrix
src/ImathTest/testProcrustes.cpp:22
Function
testV2
()
src/python/PyImathTest/pyImathTest.py:2196
Function
testV2
src/python/PyImathTest/main.cpp:2058
Function
testV2
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:2189
Function
testV2Array
()
src/python/PyImathTest/pyImathTest.py:2637
Function
testV2Array
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:2630
Function
testV3
()
src/python/PyImathTest/pyImathTest.py:2963
Function
testV3
src/python/PyImathTest/main.cpp:2193
Function
testV3
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:2961
Function
testV3Array
()
src/python/PyImathTest/pyImathTest.py:3415
Function
testV3Array
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:3413
Function
testV4
()
src/python/PyImathTest/pyImathTest.py:3841
Function
testV4
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:3844
Function
testV4Array
()
src/python/PyImathTest/pyImathTest.py:4254
Function
testV4Array
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:4257
Function
testVArrays
Test variable-length arrays. Currently we only support an VIntArray with very limited Python functionality. This test should be expande
src/python/PyImathTest/pyImathTest.py:9483
Function
testVArrays
Test variable-length arrays. Currently we only support an VIntArray with very limited Python functionality. This test should be expande
src/pybind11/PyBindImathTest/pyBindImathTest.py:9496
Function
testVec
src/ImathTest/testVec.cpp:253
Function
testVecConversions
()
src/python/PyImathTest/pyImathTest.py:4337
Function
testVecConversions
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:4340
Function
testVectorArray2DToNumpy
Tests the wrapping of PyImath vector2D array types to numpy arrays.
src/python/PyImathNumpyTest/pyImathNumpyTest.py:224
Function
testVectorArrayToNumpy
Tests the wrapping of PyImath vector array types to numpy arrays.
src/python/PyImathNumpyTest/pyImathNumpyTest.py:131
Function
testWithTranslateRotateAndScale
src/ImathTest/testProcrustes.cpp:68
Function
testWstringArray
()
src/python/PyImathTest/pyImathTest.py:9417
Function
testWstringArray
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:9430
Method
test_baseTypeEpsilon
(self)
src/python/PyImathPythonTest/test_v3.py:8
Method
test_baseTypeEpsilon
(self)
src/python/PyImathPythonTest/todo_m44.py:11
Method
test_baseTypeLowest
(self)
src/python/PyImathPythonTest/test_v3.py:12
Method
test_baseTypeLowest
(self)
src/python/PyImathPythonTest/todo_m44.py:15
Method
test_baseTypeMax
(self)
src/python/PyImathPythonTest/test_v3.py:16
Method
test_baseTypeMax
(self)
src/python/PyImathPythonTest/todo_m44.py:19
Method
test_baseTypeSmallest
(self)
src/python/PyImathPythonTest/test_v3.py:20
Method
test_baseTypeSmallest
(self)
src/python/PyImathPythonTest/todo_m44.py:23
Method
test_closestVertex
(self)
src/python/PyImathPythonTest/test_v3.py:24
Method
test_cross
(self)
src/python/PyImathPythonTest/test_v3.py:31
Method
test_determinant
(self)
src/python/PyImathPythonTest/todo_m44.py:27
Method
test_dimensions
(self)
src/python/PyImathPythonTest/test_v3.py:38
Method
test_dot
(self)
src/python/PyImathPythonTest/test_v3.py:42
Method
test_equalWithAbsError
(self)
src/python/PyImathPythonTest/test_v3.py:49
Method
test_equalWithAbsError
(self)
src/python/PyImathPythonTest/todo_m44.py:33
Method
test_equalWithRelError
(self)
src/python/PyImathPythonTest/test_v3.py:55
Method
test_equalWithRelError
(self)
src/python/PyImathPythonTest/todo_m44.py:39
Method
test_extractAndRemoveScalingAndShear
check scale, shear and if the they were removed from the matrix
src/python/PyImathPythonTest/todo_m44.py:45
Method
test_extractEulerXYZ
TODO: doesn't work
src/python/PyImathPythonTest/todo_m44.py:63
Method
test_extractSHRT
TODO: do 4 tests?
src/python/PyImathPythonTest/todo_m44.py:80
Method
test_extractScaling
(self)
src/python/PyImathPythonTest/todo_m44.py:96
Method
test_extractScalingAndShear
same as test_extractAndRemoveScalingAndShear except the matrix doesn't change
src/python/PyImathPythonTest/todo_m44.py:103
Method
test_length
(self)
src/python/PyImathPythonTest/test_v3.py:61
Method
test_length2
(self)
src/python/PyImathPythonTest/test_v3.py:67
Method
test_multDirMatrix
(self)
src/python/PyImathPythonTest/todo_m44.py:163
Method
test_multVecMatrix
(self)
src/python/PyImathPythonTest/todo_m44.py:170
Method
test_negate
(self)
src/python/PyImathPythonTest/test_v3.py:73
Method
test_negate
(self)
src/python/PyImathPythonTest/todo_m44.py:177
Method
test_normalize
(self)
src/python/PyImathPythonTest/test_v3.py:79
Method
test_normalizeExc
(self)
src/python/PyImathPythonTest/test_v3.py:86
Method
test_normalizeNonNull
(self)
src/python/PyImathPythonTest/test_v3.py:93
Method
test_normalized
(self)
src/python/PyImathPythonTest/test_v3.py:100
Method
test_normalizedExc
(self)
src/python/PyImathPythonTest/test_v3.py:107
Method
test_normalizedNonNull
(self)
src/python/PyImathPythonTest/test_v3.py:114
Method
test_orthogonal
(self)
src/python/PyImathPythonTest/test_v3.py:121
Method
test_project
(self)
src/python/PyImathPythonTest/test_v3.py:129
Method
test_reflect
(self)
src/python/PyImathPythonTest/test_v3.py:136
Method
test_removeScaling
(self)
src/python/PyImathPythonTest/todo_m44.py:183
Method
test_sansScaling
(self)
src/python/PyImathPythonTest/todo_m44.py:215
Method
test_setValue
(self)
src/python/PyImathPythonTest/todo_m44.py:252
Method
test_singularValueDecomposition
TODO this
src/python/PyImathPythonTest/todo_m44.py:271
Method
test_translate
(self)
src/python/PyImathPythonTest/todo_m44.py:294
Method
test_translation
(self)
src/python/PyImathPythonTest/todo_m44.py:301
Method
test_transpose
(self)
src/python/PyImathPythonTest/todo_m44.py:307
Method
test_transposed
(self)
src/python/PyImathPythonTest/todo_m44.py:313
Method
test_xyz
(self)
src/python/PyImathPythonTest/test_v3.py:143
Method
timesN
src/ImathTest/testFunction.cpp:28
← previous
next →
2,001–2,100 of 2,179, ranked by callers