#include <scipy-type.hpp>
Definition at line 15 of file scipy-type.hpp.
◆ ScipyType()
eigenpy::ScipyType::ScipyType |
( |
| ) |
|
|
protected |
◆ get_numpy_type_num()
static int eigenpy::ScipyType::get_numpy_type_num |
( |
const bp::object & |
obj | ) |
|
|
inlinestatic |
◆ get_pytype()
template<typename SparseMatrix >
static PyTypeObject const* eigenpy::ScipyType::get_pytype |
( |
const Eigen::SparseMatrixBase< SparseMatrix > * |
ptr = nullptr | ) |
|
|
inlinestatic |
◆ get_pytype_object()
template<typename SparseMatrix >
static bp::object eigenpy::ScipyType::get_pytype_object |
( |
const Eigen::SparseMatrixBase< SparseMatrix > * |
ptr = nullptr | ) |
|
|
inlinestatic |
◆ getInstance()
ScipyType & eigenpy::ScipyType::getInstance |
( |
| ) |
|
|
static |
◆ getScipyCSCMatrixType()
const PyTypeObject * eigenpy::ScipyType::getScipyCSCMatrixType |
( |
| ) |
|
|
static |
◆ getScipyCSRMatrixType()
const PyTypeObject * eigenpy::ScipyType::getScipyCSRMatrixType |
( |
| ) |
|
|
static |
◆ getScipyType()
static bp::object eigenpy::ScipyType::getScipyType |
( |
| ) |
|
|
static |
◆ sharedMemory() [1/2]
bool eigenpy::ScipyType::sharedMemory |
( |
| ) |
|
|
static |
◆ sharedMemory() [2/2]
void eigenpy::ScipyType::sharedMemory |
( |
const bool |
value | ) |
|
|
static |
◆ 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 files: