Blender V4.3
vector.h File Reference
#include <vector>
#include <Eigen/Core>

Go to the source code of this file.

Namespaces

namespace  libmv
 

Typedefs

template<class ElementType >
using libmv::vector = std::vector<ElementType, Eigen::aligned_allocator<ElementType>>