|
void * | aligned_malloc (std::size_t size, std::size_t alignment=EIGENPY_DEFAULT_ALIGN_BYTES) |
|
bool | call_PyArray_Check (PyObject *py_obj) |
|
PyArray_Descr * | call_PyArray_DescrFromType (int typenum) |
|
void | call_PyArray_InitArrFuncs (PyArray_ArrFuncs *funcs) |
|
PyArray_Descr * | call_PyArray_MinScalarType (PyArrayObject *arr) |
|
PyObject * | call_PyArray_New (PyTypeObject *py_type_ptr, int nd, npy_intp *shape, int np_type, npy_intp *strides, void *data_ptr, int options) |
|
PyObject * | call_PyArray_New (PyTypeObject *py_type_ptr, int nd, npy_intp *shape, int np_type, void *data_ptr, int options) |
|
int | call_PyArray_ObjectType (PyObject *obj, int val) |
|
int | call_PyArray_RegisterCanCast (PyArray_Descr *descr, int totype, NPY_SCALARKIND scalar) |
|
int | call_PyArray_RegisterCastFunc (PyArray_Descr *descr, int totype, PyArray_VectorUnaryFunc *castfunc) |
|
int | call_PyArray_RegisterDataType (PyArray_DescrProto *dtype) |
|
PyObject * | call_PyArray_SimpleNew (int nd, npy_intp *shape, int np_type) |
|
bool | check_registration () |
|
bool EIGENPY_DLLAPI | checkVersionAtLeast (unsigned int major_version, unsigned int minor_version, unsigned int patch_version) |
|
void | eigen_from_py_construct (PyObject *pyObj, bp::converter::rvalue_from_python_stage1_data *memory) |
|
void | eigen_sparse_matrix_from_py_construct (PyObject *pyObj, bp::converter::rvalue_from_python_stage1_data *memory) |
|
void EIGENPY_DLLAPI | enableEigenPy () |
|
void | enableEigenPySpecific () |
|
void | expose () |
|
void | expose_boost_type_info () |
|
void | expose_std_type_info () |
|
void | exposeAccelerate () |
|
void EIGENPY_DLLAPI | exposeAngleAxis () |
|
void | exposeBoostTypeIndex () |
|
void | exposeCholmod () |
|
void | exposeComputationInfo () |
|
void EIGENPY_DLLAPI | exposeDecompositions () |
|
void | exposeEigenSolver () |
|
void EIGENPY_DLLAPI | exposeGeometryConversion () |
|
void | exposeLDLTSolver () |
|
void | exposeLLTSolver () |
|
void | exposeMatrixBool () |
|
void | exposeMatrixChar () |
|
void | exposeMatrixComplexDouble () |
|
void | exposeMatrixComplexFloat () |
|
void | exposeMatrixComplexLongDouble () |
|
void | exposeMatrixDouble () |
|
void | exposeMatrixFloat () |
|
void | exposeMatrixInt16 () |
|
void | exposeMatrixInt32 () |
|
void | exposeMatrixInt64 () |
|
void | exposeMatrixInt8 () |
|
void | exposeMatrixLinuxLongLong () |
|
void | exposeMatrixLinuxULongLong () |
|
void | exposeMatrixLongDouble () |
|
void | exposeMatrixMacLong () |
|
void | exposeMatrixMacULong () |
|
void | exposeMatrixUInt16 () |
|
void | exposeMatrixUInt32 () |
|
void | exposeMatrixUInt64 () |
|
void | exposeMatrixUInt8 () |
|
void | exposeMatrixWindowsLong () |
|
void | exposeMatrixWindowsULong () |
|
void | exposeMINRESSolver () |
|
void | exposeNoneType () |
|
void | exposePermutationMatrix () |
|
void EIGENPY_DLLAPI | exposePreconditioners () |
|
void | exposeQRSolvers () |
|
void EIGENPY_DLLAPI | exposeQuaternion () |
|
void | exposeSelfAdjointEigenSolver () |
|
void | exposeSimplicialLDLTSolver () |
|
void | exposeSimplicialLLTSolver () |
|
void EIGENPY_DLLAPI | exposeSolvers () |
|
void | exposeStdArrayEigenSpecificType (const char *name) |
|
void | exposeStdTypeIndex () |
|
void EIGENPY_DLLAPI | exposeStdVector () |
|
void | exposeStdVectorEigenSpecificType (const char *name) |
|
EIGEN_DONT_INLINE void | exposeType () |
|
void | exposeTypeInfo () |
|
PySwigObject * | get_PySwigObject (PyObject *pyObj) |
|
boost::python::object | getInstanceClass () |
|
PyTypeObject * | getPyArrayType () |
|
void EIGENPY_DLLAPI | import_numpy () |
|
bool | is_aligned (const void *ptr, std::size_t alignment) |
|
EIGEN_DONT_INLINE bool | is_approx (const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2) |
|
EIGEN_DONT_INLINE bool | is_approx (const Eigen::MatrixBase< MatrixType1 > &mat1, const Eigen::MatrixBase< MatrixType2 > &mat2, const typename MatrixType1::RealScalar &prec) |
|
EIGEN_DONT_INLINE bool | is_approx (const Eigen::SparseMatrixBase< MatrixType1 > &mat1, const Eigen::SparseMatrixBase< MatrixType2 > &mat2) |
|
EIGEN_DONT_INLINE bool | is_approx (const Eigen::SparseMatrixBase< MatrixType1 > &mat1, const Eigen::SparseMatrixBase< MatrixType2 > &mat2, const typename MatrixType1::RealScalar &prec) |
|
bool | isNumpyNativeType () |
|
bool | np_type_is_convertible_into_scalar (const int np_type) |
|
std::string EIGENPY_DLLAPI | printEigenVersion (const std::string &delimiter=".") |
|
std::string EIGENPY_DLLAPI | printVersion (const std::string &delimiter=".") |
|
int EIGENPY_DLLAPI | PyArray_TypeNum (PyTypeObject *type) |
|
bool | register_symbolic_link_to_registered_type () |
|
bool | register_symbolic_link_to_registered_type (const Visitor &visitor) |
|
bool | registerCast (const bool safe) |
|
void | registerCommonUfunc () |
|
int | registerNewType (PyTypeObject *py_type_ptr=NULL) |
|
void | seed (unsigned int seed_value) |
|
boost::typeindex::type_index | type_info (const T &value) |
|
bool EIGENPY_DLLAPI | withTensorSupport () |
|