Logo MTL4

mtl::compressed< SizeType, MemLoc, IndexStyle > Struct Template Reference

#include <matrix.h>

List of all members.


Detailed Description

template<class SizeType = int, int MemLoc = internal, int IndexStyle = index_from_zero>
struct mtl::compressed< SizeType, MemLoc, IndexStyle >

tparam: SizeType - The type used in the index and pointer array - int tparam: MemLoc - Specify whether the memory used is "owned" by the matrix or if it was provided to the matrix from some external source (with a pointer to some data) - internal tparam: IndexStyle - Specify whether the underlying index array stores indices starting from one (fortan style) or from zero (c-style) - index_from_zero component: type category: containers, selectors example: sparse_matrix.cc definition: matrix.h
The documentation for this struct was generated from the following file:


mtl::compressed< SizeType, MemLoc, IndexStyle > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine -- Generated on 24 Aug 2009 by Doxygen 1.5.9 -- Copyright 2008-09 by TU Dresden and the Trustees of Indiana University.