Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Data blocks and data views
[Linear Algebra libraryLinAlg Internals]

Collaboration diagram for Data blocks and data views:

These classes define how the LinAlg library stores numerical data, and provide an abstraction for defining multiple "windows" onto the data. More...

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...

Detailed Description

These classes define how the LinAlg library stores numerical data, and provide an abstraction for defining multiple "windows" onto the data.


Generated on Wed Jun 14 22:25:36 2006 for linalg by  doxygen 1.4.4