|
| static ScipyType & | getInstance () |
| static void | sharedMemory (const bool value) |
| static bool | sharedMemory () |
| static bp::object | getScipyType () |
| static const PyTypeObject * | getScipyCSRMatrixType () |
| static const PyTypeObject * | getScipyCSCMatrixType () |
| template<typename SparseMatrix> |
| static bp::object | get_pytype_object (const Eigen::SparseMatrixBase< SparseMatrix > *ptr=nullptr) |
| template<typename SparseMatrix> |
| static PyTypeObject const * | get_pytype (const Eigen::SparseMatrixBase< SparseMatrix > *ptr=nullptr) |
| static int | get_numpy_type_num (const bp::object &obj) |
Definition at line 15 of file scipy-type.hpp.
◆ get_numpy_type_num()
| int eigenpy::ScipyType::get_numpy_type_num | ( | const bp::object & | obj | ) | |
| inlinestatic |
◆ get_pytype()
template<typename SparseMatrix>
| PyTypeObject const * eigenpy::ScipyType::get_pytype | ( | const Eigen::SparseMatrixBase< SparseMatrix > * | ptr = nullptr | ) | |
| inlinestatic |
◆ get_pytype_object()
template<typename SparseMatrix>
| bp::object eigenpy::ScipyType::get_pytype_object | ( | const Eigen::SparseMatrixBase< SparseMatrix > * | ptr = nullptr | ) | |
| inlinestatic |
◆ csc_matrix_obj
| bp::object eigenpy::ScipyType::csc_matrix_obj |
| protected |
◆ csc_matrix_type
| PyTypeObject * eigenpy::ScipyType::csc_matrix_type |
| protected |
◆ csr_matrix_obj
| bp::object eigenpy::ScipyType::csr_matrix_obj |
| protected |
◆ csr_matrix_type
| PyTypeObject* eigenpy::ScipyType::csr_matrix_type |
| protected |
◆ shared_memory
| bool eigenpy::ScipyType::shared_memory |
| protected |
◆ sparse_module
| bp::object eigenpy::ScipyType::sparse_module |
| protected |
The documentation for this struct was generated from the following file: