#include "paal/utils/type_functions.hpp"
#include <boost/numeric/bindings/traits/traits.hpp>
#include <boost/numeric/bindings/traits/ublas_matrix.hpp>
#include <boost/numeric/ublas/banded.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/traits.hpp>
#include <boost/numeric/ublas/vector.hpp>
Go to the source code of this file.
Classes | |
struct | paal::data_structures::is_sparse_row< RowType, Enable > |
struct | paal::data_structures::is_sparse_row< RowType, typename std::enable_if< std::is_same< typename paal::decay_t< RowType >::container_type::storage_category, boost::numeric::ublas::sparse_tag >::value >::type > |
struct | paal::data_structures::matrix_type_traits< Matrix > |
Traits class for matrix related types. More... | |
struct | paal::data_structures::matrix_type_traits< boost::numeric::ublas::matrix< T > > |
Specialization matrix_type_traits for ublas matrix. More... | |
Namespaces | |
paal | |
global namespace of project. | |
paal::data_structures | |
Data Structure namespace. | |