eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::details::init_matrix_or_array< MatType, IsVectorAtCompileTime > Struct Template Reference

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 19 of file eigen-allocator.hpp.

Member Function Documentation

◆ run() [1/2]

template<typename MatType, bool IsVectorAtCompileTime = MatType::IsVectorAtCompileTime>
MatType * eigenpy::details::init_matrix_or_array< MatType, IsVectorAtCompileTime >::run(introws,
intcols,
void *storage )
inlinestatic

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

◆ run() [2/2]

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

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


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