zigzag_iterator
Copyright (C) 2005 IENT-RWTH Aachen
template<class G> matrix_zigzag_iterator< Matrix<G> > zigzag_iterator( Matrix<G> &X )
template<class G> matrix_zigzag_iterator< Matrix<G> > zigzag_iterator( Matrix<G> &X, const typename Matrix<G>::index_type &p)
template<class G> matrix_zigzag_iterator<const Matrix<G> > zigzag_iterator(const Matrix<G> &X )
template<class G> matrix_zigzag_iterator<const Matrix<G> > zigzag_iterator(const Matrix<G> &X, const typename Matrix<G>::index_type &p)
Zigzag iterator on a matrix
Parameters
X | The matrix to iterate on |
p | Start position |