Michele De Stefano's C++ Utilities
|
▼ examples | |
▼ endian | |
test_endian.cpp | |
▼ file_utils | |
cfile_sink_src.cpp | |
▼ python | |
▼ dict_usage | |
dict_usage.i | |
dict_usage.pycmd | |
▼ fileobj_usage | |
fileobj_usage.i | |
fileobj_usage.pycmd | |
▼ indexing_example | |
indexing_example.cpp | |
indexing_example.hpp | |
indexing_example.i | |
indexing_example.pycmd | |
▼ list_usage | |
list_usage.i | |
list_usage.pycmd | |
▼ numpy | |
▼ array_iter_usage | |
array_iter_usage.i | |
array_iter_usage.pycmd | |
▼ obj_usage | |
obj_usage.i | |
obj_usage.pycmd | |
▼ sequence_iterator_example | |
incr_seq.hpp | |
print_seq.hpp | |
sequence_iterator_example.i | |
sequence_iterator_example.pycmd | |
▼ tuple_usage | |
tuple_usage.i | |
tuple_usage.pycmd | |
▼ ublas | |
▼ matrix_sparse_usage | |
matrix_sparse_usage.i | |
matrix_sparse_usage.pycmd | |
▼ matrix_usage | |
matrix_usage.i | |
matrix_usage.pycmd | |
▼ numpy_array_usage | |
numpy_array_usage.i | |
numpy_array_usage.pycmd | |
▼ ublas_pkg_usage | |
ublas_pkg_usage.i | |
ublas_pkg_usage.pycmd | |
▼ vector_usage | |
vector_usage.i | |
vector_usage.pycmd | |
▼ ublas | |
test_traits.cpp | |
▼ include | |
▼ mds_utils | |
▼ file_utils | |
▼ detail | |
cfile_device_base.hpp | |
cfile_stream_fwd.hpp | |
cfile_stream.hpp | Contains some Boost.Iostreams devices to use a C FILE* as a C++ std::stream |
▼ python | |
▼ numpy | |
array_iterator.hpp | Contains the wrapper for the NumPy iterator for ndarray objects |
traits.hpp | Contains type utilities for building NumPy-based extensions |
▼ ublas | |
▼ detail | |
common.hpp | |
matrix.hpp | Contains converters for the boost::numeric::ublas::matrix class |
matrix.i | |
matrix_sparse.hpp | Contains converters for some boost::numeric::ublas' sparse matrices |
matrix_sparse.i | |
numpy_array.hpp | Contains NumPy array wrappers that behave like Boost uBLAS classes |
numpy_array.i | |
storage.i | |
vector.hpp | Contains converters for the boost::numeric::ublas::vector class |
vector.i | |
common.hpp | Utilities and workarounds for all the extension codes |
common.i | |
container_operators.hpp | Contains utilities for easy Python operators support into extension modules |
conversion.hpp | Utilities for converting data from/to Python |
dictionary.hpp | Contains a wrapper class for the Python dictionary datatype |
dictionary.i | |
exception.hpp | Contains new C++ exceptions created specifically for interoperation with Python |
fileobj.hpp | Contains classes for managing python file objects from C++ code |
fileobj.i | |
list.hpp | Contains a wrapper class for the Python list datatype |
list.i | |
obj.hpp | Contains a wrapper class for the PyObject* datatype |
obj.i | |
sequence.hpp | Contains a wrapper class for a generic Python sequence datatype |
sequence.i | |
sequence_iterator.hpp | Contains utilities for managing Python sequences through a bidirectional iterator |
tuple.hpp | Contains a wrapper class for the Python tuple datatype |
tuple.i | |
▼ ublas | |
traits.hpp | Contains utilities for the Boost uBLAS library |
echo.hpp | Contains macros for echoing programming instructions |
endian.hpp | Contains classes to test machine endianity |
doc_mainpage.hpp |