Classes | Functions
user_type.cpp File Reference
#include "eigenpy/eigenpy.hpp"
#include "eigenpy/user-type.hpp"
#include "eigenpy/ufunc.hpp"
#include <iostream>
#include <sstream>
Include dependency graph for user_type.cpp:

Go to the source code of this file.

Classes

struct  CustomType< Scalar >
 

Functions

 BOOST_PYTHON_MODULE (user_type)
 
template<typename Scalar >
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > build_matrix (int rows, int cols)
 
template<typename Scalar >
Eigen::Matrix< CustomType< Scalar >, Eigen::Dynamic, Eigen::Dynamic > create (int rows, int cols)
 
template<typename Scalar >
void expose_custom_type (const std::string &name)
 

Function Documentation

BOOST_PYTHON_MODULE ( user_type  )

Definition at line 97 of file user_type.cpp.

template<typename Scalar >
Eigen::Matrix<Scalar,Eigen::Dynamic,Eigen::Dynamic> build_matrix ( int  rows,
int  cols 
)

Definition at line 63 of file user_type.cpp.

template<typename Scalar >
Eigen::Matrix<CustomType<Scalar>,Eigen::Dynamic,Eigen::Dynamic> create ( int  rows,
int  cols 
)

Definition at line 56 of file user_type.cpp.

template<typename Scalar >
void expose_custom_type ( const std::string &  name)

Definition at line 70 of file user_type.cpp.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59