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 19 May 2009 by Doxygen 1.5.5 -- Copyright 2007 by the Trustees of Indiana University.