|
|
|
Category: |
Component type: |
|
 |
Description
|
Called by oned_part::iterator::row()
Called by oned_part::iterator::column()
Used in oned_part::operator[](n)
|
 |
Refinement of
|
|
 |
Associated types
|
Concept |
Type name |
Description |
|
 |
Notations
|
|
 |
Definitions
|
|
 |
Expression semantics
|
Description |
Expression |
Semantics |
Calculate the row index of the given iterator
|
x.row(i)
|
|
Calculate the column index of the given iterator
|
x.column(i)
|
|
Calculate the offset to the element with index i
|
x.at(i)
|
|
|
 |
Function specification
|
|
 |
Invariants
|
|
 |
Models
|
|
 |
Notes
|
|
 |
See also
|
|