|
Ublas : |
Subject: [ublas] storage_category
From: Matwey V. Kornilov (matwey.kornilov_at_[hidden])
Date: 2011-12-12 06:19:15
Hi,
What is storage_category typetag? I see there are only six different types:
sparse_proxy_tag, sparse_tag, packed_proxy_tag, packed_tag, proxy_tag,
dense_proxy_tag, dense_tag. What are requirements for a class which
specifies storage_category as one of these tags?
As far as I see, storage_category is used mainly by assignment operations.