fixed check.basis
parent
f71f12498d
commit
65a3928d0a
|
@ -25,9 +25,10 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace gtsam;
|
using namespace gtsam;
|
||||||
|
|
||||||
|
namespace {
|
||||||
auto model = noiseModel::Unit::Create(1);
|
auto model = noiseModel::Unit::Create(1);
|
||||||
|
|
||||||
const size_t N = 3;
|
const size_t N = 3;
|
||||||
|
} // namespace
|
||||||
|
|
||||||
//******************************************************************************
|
//******************************************************************************
|
||||||
TEST(Chebyshev, Chebyshev1) {
|
TEST(Chebyshev, Chebyshev1) {
|
||||||
|
|
|
@ -27,9 +27,11 @@ using namespace std;
|
||||||
using namespace gtsam;
|
using namespace gtsam;
|
||||||
using namespace boost::placeholders;
|
using namespace boost::placeholders;
|
||||||
|
|
||||||
|
namespace {
|
||||||
noiseModel::Diagonal::shared_ptr model = noiseModel::Unit::Create(1);
|
noiseModel::Diagonal::shared_ptr model = noiseModel::Unit::Create(1);
|
||||||
|
|
||||||
const size_t N = 32;
|
const size_t N = 32;
|
||||||
|
} // namespace
|
||||||
|
|
||||||
//******************************************************************************
|
//******************************************************************************
|
||||||
TEST(Chebyshev2, Point) {
|
TEST(Chebyshev2, Point) {
|
||||||
|
|
Loading…
Reference in New Issue