|
Michele De Stefano's C++ Utilities
|
Detects if a data type is a boost::numeric::ublas::compressed_matrix. More...
#include <mds_utils/ublas/traits.hpp>
Detects if a data type is a boost::numeric::ublas::compressed_matrix.
| T | The data type to be tested. If T is a boost::numeric::ublas::compressed_matrix then mds_utils::is_compressed_matrix<T> inherits from std::true_type; otherwise it inherits from std::false_type. |
Definition at line 182 of file traits.hpp.