Functions
std_vector.cpp File Reference
#include <ostream>
#include "eigenpy/eigenpy.hpp"
#include "eigenpy/eigen-from-python.hpp"
#include "eigenpy/std-vector.hpp"
Include dependency graph for std_vector.cpp:

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (std_vector)
 
template<typename MatType >
std::vector< MatType, Eigen::aligned_allocator< MatType > > copy (const std::vector< MatType, Eigen::aligned_allocator< MatType > > &Ms)
 
template<typename MatType >
void printVectorOfMatrix (const std::vector< MatType, Eigen::aligned_allocator< MatType > > &Ms)
 
template<typename MatType >
void setZero (std::vector< MatType, Eigen::aligned_allocator< MatType > > &Ms)
 

Detailed Description

Definition in file std_vector.cpp.

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( std_vector  )

Definition at line 33 of file std_vector.cpp.

◆ copy()

template<typename MatType >
std::vector<MatType, Eigen::aligned_allocator<MatType> > copy ( const std::vector< MatType, Eigen::aligned_allocator< MatType > > &  Ms)

Definition at line 20 of file std_vector.cpp.

◆ printVectorOfMatrix()

template<typename MatType >
void printVectorOfMatrix ( const std::vector< MatType, Eigen::aligned_allocator< MatType > > &  Ms)

Definition at line 11 of file std_vector.cpp.

◆ setZero()

template<typename MatType >
void setZero ( std::vector< MatType, Eigen::aligned_allocator< MatType > > &  Ms)

Definition at line 27 of file std_vector.cpp.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:27