fixed some mistakes in gpu docs

This commit is contained in:
Alexey Spizhevoy
2011-01-18 08:09:47 +00:00
parent afa8e373d5
commit 6f0f1fb453
6 changed files with 46 additions and 40 deletions

View File

@@ -10,4 +10,6 @@ Creates continuous matrix in GPU memory.
\cvarg{cols}{Column count.}
\cvarg{type}{Type of the matrix.}
\cvarg{m}{Destination matrix. Will be only reshaped if it has proper type and area (\texttt{rows} $\times$ \texttt{cols}).}
\end{description}
\end{description}
Matrix is called continuous if its elements are stored continuously, i.e. wuthout gaps in the end of each row.