Home
last modified time | relevance | path

Searched refs:testJacobian (Results 1 – 6 of 6) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/differentiation/
H A DJacobianFunctionTest.java40 double[][] testJacobian = j.value(point); in testSphere() local
41 Assert.assertEquals(referenceJacobian.length, testJacobian.length); in testSphere()
43 TestUtils.assertEquals(referenceJacobian[i], testJacobian[i], 2.0e-15); in testSphere()
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/test/
H A Dtest-fe.hh170 bool testJacobian(const Geo &geo, const FE& fe, double eps, double delta, in testJacobian() function
286 success = testJacobian(geo, fe, eps, delta, order) and success; in testFE()
H A Dtest-localfe.hh236 bool testJacobian(const FE& fe, in testJacobian() function
775 success = testJacobian<FE>(fe, quadOrder, derivativePointSkip) and success; in testFE()
799 … success = testJacobian<VirtualFEInterface>(virtualFE, quadOrder, derivativePointSkip) and success; in testFE()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/unittests/
H A Dunittests.py73 def testJacobian(self): member in TestPybulletJacobian
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Transform/test/
H A DitkCompositeTransformTest.cxx66 bool testJacobian( const TArray2D & m1, const TArray2D & m2 ) in testJacobian() function
304 if( !testJacobian( jacComposite, jacSingle ) ) in itkCompositeTransformTest()
733 if( !testJacobian( jacComposite2, jacTruth ) ) in itkCompositeTransformTest()
H A DitkSplineKernelTransformTest.cxx257 TPSTransform2DType::JacobianPositionType testJacobian; in itkSplineKernelTransformTest() local
264 tps2D->ComputeJacobianWithRespectToPosition(testVector,testJacobian); in itkSplineKernelTransformTest()