mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
merge
This commit is contained in:
commit
307898e84b
@ -15,7 +15,7 @@ else(ADOLC_FOUND)
|
|||||||
ei_add_property(EIGEN_MISSING_BACKENDS "Adolc")
|
ei_add_property(EIGEN_MISSING_BACKENDS "Adolc")
|
||||||
endif(ADOLC_FOUND)
|
endif(ADOLC_FOUND)
|
||||||
|
|
||||||
ei_add_test(NonLinear)
|
ei_add_test(NonLinearOptimization)
|
||||||
ei_add_test(NumericalDiff)
|
ei_add_test(NumericalDiff)
|
||||||
ei_add_test(autodiff)
|
ei_add_test(autodiff)
|
||||||
ei_add_test(BVH)
|
ei_add_test(BVH)
|
||||||
|
@ -1795,7 +1795,7 @@ void testNistEckerle4(void)
|
|||||||
VERIFY_IS_APPROX(x[2], 4.5154121844E+02);
|
VERIFY_IS_APPROX(x[2], 4.5154121844E+02);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_NonLinear()
|
void test_NonLinearOptimization()
|
||||||
{
|
{
|
||||||
// Tests using the examples provided by (c)minpack
|
// Tests using the examples provided by (c)minpack
|
||||||
CALL_SUBTEST(testChkder());
|
CALL_SUBTEST(testChkder());
|
Loading…
x
Reference in New Issue
Block a user