12 void seed(
unsigned int seed_value) { srand(seed_value); }
30 using namespace Eigen;
37 "Share the memory when converting from Eigen to Numpy.");
39 bp::def(
"sharedMemory", (
bool (*)())NumpyType::sharedMemory,
40 "Status of the shared memory when converting from Eigen to Numpy.\n" 41 "If True, the memory is shared when converting an Eigen::Matrix to a " 43 "Otherwise, a deep copy of the Eigen::Matrix is performed.");
45 bp::def(
"seed", &
seed, bp::arg(
"seed_value"),
46 "Initialize the pseudo-random number generator with the argument " void seed(unsigned int seed_value)
static bool sharedMemory()
void exposeMatrixDouble()
void EIGENPY_DLLAPI enableEigenPy()
void EIGENPY_DLLAPI import_numpy()
void exposeMatrixLongDouble()
void exposeMatrixComplexFloat()
void exposeMatrixComplexLongDouble()
void exposeMatrixComplexDouble()
static void registerException()