g2o
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Variables
fixed_array.h File Reference
#include <Eigen/Core>
#include <algorithm>
#include <array>
#include <cstddef>
#include <memory>
#include <tuple>
#include <type_traits>
#include "memory.h"
Include dependency graph for fixed_array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  g2o::ceres::internal::FixedArray< T, N, A >
 
struct  g2o::ceres::internal::FixedArray< T, N, A >::StorageElementWrapper< OuterT, InnerT, InnerN >
 
class  g2o::ceres::internal::FixedArray< T, N, A >::NonEmptyInlinedStorage
 
class  g2o::ceres::internal::FixedArray< T, N, A >::EmptyInlinedStorage
 
class  g2o::ceres::internal::FixedArray< T, N, A >::Storage
 

Namespaces

namespace  g2o
 
namespace  g2o::ceres
 
namespace  g2o::ceres::internal
 

Typedefs

template<typename T >
using g2o::ceres::internal::FixedArrayDefaultAllocator = typename std::conditional< std::is_trivial< T >::value, std::allocator< T >, Eigen::aligned_allocator< T > >::type
 

Variables

static constexpr auto g2o::ceres::internal::kFixedArrayUseDefault = static_cast<size_t>(-1)