Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/ublas/detail/
Dmatrix_assign.hpp461 struct matrix_assign_traits { struct
462 typedef SC storage_category;
466 …struct matrix_assign_traits<dense_tag, COMPUTED, packed_random_access_iterator_tag, packed_random_… struct
467 typedef packed_tag storage_category;
470 …struct matrix_assign_traits<dense_tag, false, sparse_bidirectional_iterator_tag, sparse_bidirectio… struct
471 typedef sparse_tag storage_category;
474 …struct matrix_assign_traits<dense_tag, true, sparse_bidirectional_iterator_tag, sparse_bidirection… struct
475 typedef sparse_proxy_tag storage_category;
479 …struct matrix_assign_traits<dense_proxy_tag, COMPUTED, packed_random_access_iterator_tag, packed_r… struct
480 typedef packed_proxy_tag storage_category;
[all …]