next up previous contents index
Next: firstDependence! Up: ModulopGaussElimination Previous: determinant!   Contents   Index


extendedRowEchelon!


\begin{usage}
extendedRowEchelon!(a, r, c, p)
\end{usage}


Signature



\begin{params}
{\em a}
& \htmlref{\texttt{PrimitiveArray}}{PrimitiveArray} \ht...
... & \htmlref{\texttt{MachineInteger}}{MachineInteger} & A prime\\\end{params}

\begin{descr}
We say that a matrix $a$\ is in REF if there are $r$\ (the rank)...
...ormation matrix {\em u} is stored as
entry $(p(i),j)$\ in {\em w}.\end{descr}

\begin{remarks}
Does not make a copy of $a$, but performs all the
computations in--place, modifying the entries of $a$.
\end{remarks}


See Also



Manuel Bronstein 2000-12-13