Functions
eigen_ref.cpp File Reference
#include "eigenpy/eigenpy.hpp"
#include <iostream>
Include dependency graph for eigen_ref.cpp:

Go to the source code of this file.

Functions

template<typename MatType >
Eigen::Ref< MatType > asRef (const int rows, const int cols)
 
 BOOST_PYTHON_MODULE (eigen_ref)
 
template<typename MatType >
void fill (Eigen::Ref< MatType > mat, const typename MatType::Scalar &value)
 
template<typename MatType >
void printMatrix (const Eigen::Ref< const MatType > mat)
 
template<typename VecType >
void printVector (const Eigen::Ref< const VecType > &vec)
 
template<typename MatType >
void setOnes (Eigen::Ref< MatType > mat)
 

Function Documentation

template<typename MatType >
Eigen::Ref<MatType> asRef ( const int  rows,
const int  cols 
)

Definition at line 41 of file eigen_ref.cpp.

BOOST_PYTHON_MODULE ( eigen_ref  )

Definition at line 48 of file eigen_ref.cpp.

template<typename MatType >
void fill ( Eigen::Ref< MatType >  mat,
const typename MatType::Scalar &  value 
)

Definition at line 35 of file eigen_ref.cpp.

template<typename MatType >
void printMatrix ( const Eigen::Ref< const MatType >  mat)

Definition at line 13 of file eigen_ref.cpp.

template<typename VecType >
void printVector ( const Eigen::Ref< const VecType > &  vec)

Definition at line 22 of file eigen_ref.cpp.

template<typename MatType >
void setOnes ( Eigen::Ref< MatType >  mat)

Definition at line 29 of file eigen_ref.cpp.



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