Scythe-1.0.3
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
typedef const_matrix_random_access_iterator<T_type, ORDER, ORDER, STYLE> scythe::Matrix< T_type, ORDER, STYLE >::const_iterator

Const Random Access Iterator type.

This typedef for const_matrix_random_access_iterator provides a convenient shorthand for the default, and most general, Matrix const iterator type.

See also:
iterator
reverse_iterator
const_reverse_iterator
forward_iterator
const_forward_iterator
reverse_forward_iterator
const_reverse_forward_iterator
bidirectional_iterator
const_bidirectional_iterator
reverse_bidirectional_iterator
const_reverse_bidirectional_iterator