ext_comp2D<T, SizeType, int IND_OFFSET> [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:container Component type:type
Description
This version of the compressed matrix format uses memory provided by the user for the matrix storage. deprecated
Example
Definition
compressed2D.h
Template Parameters

ParameterDescriptionDefault
TThe element type 
SizeTypeThe type for the stored indices 
IND_OFFSETTo handle indexing from 0 or 1 
Model of
TwoDContainerRef
Members
Member Where defined Description
dim_type    
external_vec<T,0,SizeType> vals    
size_type    
external_vec<size_type,0,SizeType> inds    
external_vec<size_type,0,SizeType> ptrs    
rep_size_t    
ext_comp2D ()    
ext_comp2D (dim_type d, size_type nz, T* val, size_type* ptr, size_type* ind)   Preallocated Memory Constructor
ext_comp2D (const self& x)   Copy Constructor
self& operator= (const self& x)    
band_type   Banded View (including Symm and Tri) Constructor
ext_comp2D (const self& x, band_type, banded_tag)    
template <class SubMatrix>
struct partitioned
   
New members
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.