C++
C#
VB
JScript
All

External Function row_it


Copyright (C) 2005 IENT-RWTH Aachen

template<class G> row_matrix_iterator<      Matrix<G> > row_it(      Matrix<G> &X                                       )
template<class G> row_matrix_iterator<      Matrix<G> > row_it(      Matrix<G> &X, const typename Matrix<G>::int_type &n)
template<class G> row_matrix_iterator<const Matrix<G> > row_it(const Matrix<G> &X                                       )
template<class G> row_matrix_iterator<const Matrix<G> > row_it(const Matrix<G> &X, const typename Matrix<G>::int_type &n)

Iterator on each row

Parameters

X

The matrix to iterate on

n

Start row position