conceptspy.hh File Reference

#include "boost/python.hpp"
#include "python/pyplusplus/include/concepts.pypp.hh"
#include "numpy.hpp"

Go to the source code of this file.

Namespaces

 conceptspy
 

Functions

void conceptspy::elementMatrix_c_setEntry (concepts::ElementMatrix< concepts::Cmplx > &matrix, uint i, uint j, concepts::Cmplx value)
 
bn::ndarray conceptspy::elementMatrix_r_getndarray (const concepts::ElementMatrix< concepts::Real > &matrix)
 
void conceptspy::elementMatrix_r_setEntry (concepts::ElementMatrix< concepts::Real > &matrix, uint i, uint j, concepts::Real value)
 
bn::ndarray conceptspy::elementMatrix_r_tondarray (const concepts::ElementMatrix< concepts::Real > &matrix)
 
void conceptspy::init ()
 Before using conceptspy make sure to call this routine. More...
 
bp::list conceptspy::sparseMatrix_c_convertCCS (const concepts::SparseMatrix< concepts::Cmplx > &matrix)
 
bp::list conceptspy::sparseMatrix_c_convertCRS (const concepts::SparseMatrix< concepts::Cmplx > &matrix)
 
bp::list conceptspy::sparseMatrix_c_convertIJK (const concepts::SparseMatrix< concepts::Cmplx > &matrix)
 
void conceptspy::sparseMatrix_c_setEntry (bp::object &self, unsigned int i, unsigned int j, concepts::Cmplx value)
 
bp::list conceptspy::sparseMatrix_r_convertCCS (const concepts::SparseMatrix< concepts::Real > &matrix)
 
bp::list conceptspy::sparseMatrix_r_convertCRS (const concepts::SparseMatrix< concepts::Real > &matrix)
 
bp::list conceptspy::sparseMatrix_r_convertIJK (const concepts::SparseMatrix< concepts::Real > &matrix)
 
void conceptspy::sparseMatrix_r_setEntry (concepts::SparseMatrix< concepts::Real > &matrix, unsigned int i, unsigned int j, concepts::Real value)
 
bn::ndarray conceptspy::vector_c_data (bp::object const &self)
 
void conceptspy::vector_c_setitem (concepts::Vector< concepts::Cmplx > &v, int index, concepts::Cmplx value)
 
bn::ndarray conceptspy::vector_r_data (bp::object const &self)
 
void conceptspy::vector_r_setitem (concepts::Vector< concepts::Real > &v, int index, concepts::Real value)
 
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich