next up previous contents index
Next: companion Up: MatrixCategory Previous: column,row   Contents   Index


columns,rows


\begin{usage}
for v in columns~A repeat \{ \dots \}\\
for v in rows~A repeat \{ \dots \}
\end{usage}


Signature


\begin{params}
{\em A} & \% & A matrix\\
\end{params}

\begin{descr}
This generator yields the columns (resp.~rows) of A in succession.
\end{descr}


Manuel Bronstein 2000-12-13