mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +08:00
rename test for coherency with previous renaming of the module
This commit is contained in:
parent
f7e73f1bf9
commit
a89b22f352
@ -15,7 +15,7 @@ else(ADOLC_FOUND)
|
||||
ei_add_property(EIGEN_MISSING_BACKENDS "Adolc")
|
||||
endif(ADOLC_FOUND)
|
||||
|
||||
ei_add_test(NonLinear)
|
||||
ei_add_test(NonLinearOptimization)
|
||||
ei_add_test(NumericalDiff)
|
||||
ei_add_test(autodiff)
|
||||
ei_add_test(BVH)
|
||||
|
@ -1795,7 +1795,7 @@ void testNistEckerle4(void)
|
||||
VERIFY_IS_APPROX(x[2], 4.5154121844E+02);
|
||||
}
|
||||
|
||||
void test_NonLinear()
|
||||
void test_NonLinearOptimization()
|
||||
{
|
||||
// Tests using the examples provided by (c)minpack
|
||||
CALL_SUBTEST(testChkder());
|
Loading…
Reference in New Issue
Block a user