|
template<typename Vector , typename holder_type = std::unique_ptr<Vector>, typename... Args> |
py::class_< Vector, holder_type > | bind_vector_without_repr (py::module &m, std::string const &name, Args &&... args) |
|
template<typename EigenVector > |
std::vector< EigenVector > | py_array_to_vectors_double (py::array_t< double, py::array::c_style|py::array::forcecast > array) |
|
template<typename EigenVector > |
std::vector< EigenVector > | py_array_to_vectors_int (py::array_t< int, py::array::c_style|py::array::forcecast > array) |
|
template<typename EigenVector , typename EigenAllocator = Eigen::aligned_allocator<EigenVector>> |
std::vector< EigenVector, EigenAllocator > | py_array_to_vectors_int_eigen_allocator (py::array_t< int, py::array::c_style|py::array::forcecast > array) |
|
template<typename EigenVector , typename EigenAllocator = Eigen::aligned_allocator<EigenVector>> |
std::vector< EigenVector, EigenAllocator > | py_array_to_vectors_int64_eigen_allocator (py::array_t< int64_t, py::array::c_style|py::array::forcecast > array) |
|