#include <eigen-allocator.hpp>
|
template<typename MatrixIn , typename MatrixOut > |
static void | run (const Eigen::MatrixBase< MatrixIn > &input, const Eigen::MatrixBase< MatrixOut > &dest) |
|
template<typename Scalar, typename NewScalar, template< typename D > class EigenBase = Eigen::MatrixBase, bool cast_is_valid = FromTypeToType<Scalar, NewScalar>::value>
struct eigenpy::details::cast< Scalar, NewScalar, EigenBase, cast_is_valid >
Definition at line 158 of file eigen-allocator.hpp.
◆ run()
template<typename Scalar , typename NewScalar , template< typename D > class EigenBase = Eigen::MatrixBase, bool cast_is_valid = FromTypeToType<Scalar, NewScalar>::value>
template<typename MatrixIn , typename MatrixOut >
static void eigenpy::details::cast< Scalar, NewScalar, EigenBase, cast_is_valid >::run |
( |
const Eigen::MatrixBase< MatrixIn > & |
input, |
|
|
const Eigen::MatrixBase< MatrixOut > & |
dest |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: