Home
last modified time | relevance | path

Searched defs:storage_restrict_traits (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dtraits.hpp421 struct storage_restrict_traits { struct
422 typedef S1 storage_category;
426 struct storage_restrict_traits<sparse_tag, dense_proxy_tag> { struct
427 typedef sparse_proxy_tag storage_category;
430 struct storage_restrict_traits<sparse_tag, packed_proxy_tag> { struct
431 typedef sparse_proxy_tag storage_category;
434 struct storage_restrict_traits<sparse_tag, sparse_proxy_tag> { struct
435 typedef sparse_proxy_tag storage_category;
439 struct storage_restrict_traits<packed_tag, dense_proxy_tag> { struct
440 typedef packed_proxy_tag storage_category;
[all …]