Collaboration diagram for Data blocks and data views:
![]() |
Classes | |
class | datablock< T > |
A datablock<T> is a block of memory, formatted to hold an array of T, with reference counting. More... | |
class | dataview_interface< T > |
The abstract base class for all data views. PARTIAL DOCUMENTATION! More... | |
class | vectorview< T > |
A one-dimensional view of a data block, suitable for a BLAS-compatible vector. NO DOC YET! More... | |
class | matrixview< T > |
A two-dimensional view of a data block, suitable for a BLAS-compatible matrix. NO DOC YET! More... |