Template Struct init_matrix_or_array

Struct Documentation

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

Public Static Functions

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