conceptspy.hh
Go to the documentation of this file.
47 void elementMatrix_r_setEntry(concepts::ElementMatrix<concepts::Real>& matrix, uint i, uint j, concepts::Real value );
49 void elementMatrix_c_setEntry(concepts::ElementMatrix<concepts::Cmplx>& matrix, uint i, uint j, concepts::Cmplx value );
bp::list sparseMatrix_c_convertCCS(const concepts::SparseMatrix< concepts::Cmplx > &matrix)
bp::list sparseMatrix_r_convertIJK(const concepts::SparseMatrix< concepts::Real > &matrix)
bp::list sparseMatrix_c_convertCRS(const concepts::SparseMatrix< concepts::Cmplx > &matrix)
void vector_r_setitem(concepts::Vector< concepts::Real > &v, int index, concepts::Real value)
bp::list sparseMatrix_r_convertCRS(const concepts::SparseMatrix< concepts::Real > &matrix)
bn::ndarray vector_c_data(bp::object const &self)
bn::ndarray elementMatrix_r_tondarray(const concepts::ElementMatrix< concepts::Real > &matrix)
void elementMatrix_r_setEntry(concepts::ElementMatrix< concepts::Real > &matrix, uint i, uint j, concepts::Real value)
bn::ndarray elementMatrix_r_getndarray(const concepts::ElementMatrix< concepts::Real > &matrix)
bn::ndarray vector_r_data(bp::object const &self)
bp::list sparseMatrix_r_convertCCS(const concepts::SparseMatrix< concepts::Real > &matrix)
bp::list sparseMatrix_c_convertIJK(const concepts::SparseMatrix< concepts::Cmplx > &matrix)
void sparseMatrix_r_setEntry(concepts::SparseMatrix< concepts::Real > &matrix, unsigned int i, unsigned int j, concepts::Real value)
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.
Definition: typedefs.hh:39
void elementMatrix_c_setEntry(concepts::ElementMatrix< concepts::Cmplx > &matrix, uint i, uint j, concepts::Cmplx value)
Definition: conceptspy.hh:15
void sparseMatrix_c_setEntry(bp::object &self, unsigned int i, unsigned int j, concepts::Cmplx value)
void vector_c_setitem(concepts::Vector< concepts::Cmplx > &v, int index, concepts::Cmplx value)