All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Classes | Namespaces
ublas_traits.hpp File Reference
#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.
 

Detailed Description

Author
Tomasz Strozak
Version
1.0
Date
2015-07-09

Definition in file ublas_traits.hpp.