![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "util/testing.h"#include <Eigen/Dense>#include "optim/least_absolute_deviations.h"#include "util/random.h"
Go to the source code of this file.
Macros | |
| #define | TEST_NAME "optim/least_absolute_deviations" |
Functions | |
| BOOST_AUTO_TEST_CASE (TestOverDetermined) | |
| BOOST_AUTO_TEST_CASE (TestWellDetermined) | |
| BOOST_AUTO_TEST_CASE (TestUnderDetermined) | |
| #define TEST_NAME "optim/least_absolute_deviations" |
Definition at line 32 of file least_absolute_deviations_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestOverDetermined | ) |
Definition at line 42 of file least_absolute_deviations_test.cc.
References e, colmap::SolveLeastAbsoluteDeviations(), and x.
| BOOST_AUTO_TEST_CASE | ( | TestUnderDetermined | ) |
Definition at line 96 of file least_absolute_deviations_test.cc.
References colmap::SolveLeastAbsoluteDeviations(), and x.
| BOOST_AUTO_TEST_CASE | ( | TestWellDetermined | ) |
Definition at line 69 of file least_absolute_deviations_test.cc.
References e, colmap::SolveLeastAbsoluteDeviations(), and x.