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:
- /usr/src/RPM/BUILD/mtl4-2.r6668.alpha/mtl/mtl/matrix.h