Template Struct init_matrix_or_array< MatType, true >

Struct Documentation

template<typename MatType>
struct init_matrix_or_array<MatType, true>

Public Static Functions

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