next up previous contents index
Next: square? Up: MatrixCategory Previous: set!   Contents   Index


setMatrix!


\begin{usage}
setMatrix!(A, n, m, B)
\end{usage}


Signature


\begin{params}
{\em A, B} & \% & Matrices\\
{\em n, m} & \htmlref{\texttt{MachineInteger}}{MachineInteger} & Indices\\\end{params}

\begin{descr}
Inserts $B$\ as a submatrix of $A$\ starting at
$A(n,m)$\ and returns $B$.
\end{descr}


Manuel Bronstein 2000-12-13