Static Public Member Functions | List of all members
eigenpy::details::init_matrix_or_array< MatType, IsVectorAtCompileTime > Struct Template Reference

#include <eigen-allocator.hpp>

Static Public Member Functions

static MatType * run (int rows, int cols, void *storage)
 
static MatType * run (PyArrayObject *pyArray, void *storage=NULL)
 

Detailed Description

template<typename MatType, bool IsVectorAtCompileTime = MatType::IsVectorAtCompileTime>
struct eigenpy::details::init_matrix_or_array< MatType, IsVectorAtCompileTime >

Definition at line 20 of file eigen-allocator.hpp.

Member Function Documentation

template<typename MatType , bool IsVectorAtCompileTime = MatType::IsVectorAtCompileTime>
static MatType* eigenpy::details::init_matrix_or_array< MatType, IsVectorAtCompileTime >::run ( int  rows,
int  cols,
void *  storage 
)
inlinestatic

Definition at line 22 of file eigen-allocator.hpp.

template<typename MatType , bool IsVectorAtCompileTime = MatType::IsVectorAtCompileTime>
static MatType* eigenpy::details::init_matrix_or_array< MatType, IsVectorAtCompileTime >::run ( PyArrayObject *  pyArray,
void *  storage = NULL 
)
inlinestatic

Definition at line 30 of file eigen-allocator.hpp.


The documentation for this struct was generated from the following file:


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