class SymmetricSkylineIterator: public GeneralIterator

Iterator for a sparse symmetric skyline matrix

Inheritance:


Public

[more] Explanation
[more] Constructor
[more] Public member

Private

[more] Private member
[more] Private data


Documentation

Iterator for a sparse symmetric skyline matrix
o Explanation
Sparse Symmetric Skyline Storage Iterator

o Constructor

o Public member

ovoid operator++()
get to the next stored element in matrix (warning: storage is Column major)

ovoid incRow()
get to the first stored element in next row

ovoid incCol()
get to the first stored element in next column

o Private member

oIndex firstInRow() const
get first in row

oIndex lastInRow() const
get last in row

oIndex firstInCol() const
get first in col

oIndex lastInCol() const
get last in col

oIndex map( Index const& i, Index const& j ) const
map(i,j) find the position in the data array

oIndex map_fast( Index const& i, Index const& j ) const
same as map(i,j) but without any control

o Private data

oconst& my_haut
const reference to table my_haut

oconst& my_diag
const reference to table my_diag

oconst my_last
number of stored elemenet in profil


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.