packed_strider [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category: Component type:
Description
stride multiple (NEEDS WORK!) JGS
Example
Definition
dense2D.h
Template Parameters
Model of
Members
Member Where defined Description
packed_strider ()    
packed_strider (int m_, int n_, int l_, int u_, int j_, int i_)    
packed_strider (const self& x)    
int operator* () const    
self& operator ()    
self& operator-- ()    
self& operator+= (int n)    
self& operator-= (int n)    
self operator+ (const self& x) const    
self operator+ (int n) const    
self operator- (int n) const    
bool operator== (const self& x) const    
bool operator!= (const self& x) const    
bool operator< (const self& x) const    
int stride () const    
int index () const    
int to (int x) const    
int div (int n) const    
New members
Notes
See also

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