|
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
|
|
|