#include <corbo-optimization/hyper_graph/edge.h>
#include <corbo-optimization/hyper_graph/generic_edge.h>
#include <corbo-optimization/hyper_graph/hyper_graph.h>
#include <corbo-core/console.h>
#include <corbo-core/macros.h>
#include <corbo-core/types.h>
#include <corbo-core/utilities.h>
#include <corbo-core/value_comparison.h>
#include <array>
#include <functional>
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | TestHyperGraph |
Typedefs | |
using | pFVectorVertex = corbo::PartiallyFixedVectorVertex |
Functions | |
TEST_F (TestHyperGraph, graph_consistency) | |
TEST_F (TestHyperGraph, numerical_hessian) | |
TEST_F (TestHyperGraph, numerical_hessian2) | |
TEST_F (TestHyperGraph, numerical_jacobian1) | |
TEST_F (TestHyperGraph, numerical_jacobian2) | |
TEST_F (TestHyperGraph, vertex_set_active_vertices) | |
TEST_F (TestHyperGraph, vertex_set_increment) | |
TEST_F (TestHyperGraph, vertex_set_increment_fixed) | |
TEST_F (TestHyperGraph, vertex_set_increment_fixed2) | |
Definition at line 44 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
graph_consistency | |||
) |
Definition at line 212 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
numerical_hessian | |||
) |
Definition at line 269 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
numerical_hessian2 | |||
) |
Definition at line 298 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
numerical_jacobian1 | |||
) |
Definition at line 228 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
numerical_jacobian2 | |||
) |
Definition at line 246 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
vertex_set_active_vertices | |||
) |
Definition at line 126 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
vertex_set_increment | |||
) |
Definition at line 146 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
vertex_set_increment_fixed | |||
) |
Definition at line 166 of file test_hyper_graph.cpp.
TEST_F | ( | TestHyperGraph | , |
vertex_set_increment_fixed2 | |||
) |
Definition at line 189 of file test_hyper_graph.cpp.