Skip to content

Commit

Permalink
Better documentation for spzeros.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Mar 7, 2015
1 parent 6507574 commit 46ad913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ Sparse matrices support much of the same set of operations as dense matrices. Th

.. function:: spzeros(m,n)

Create an empty sparse matrix of size ``m x n``.
Create a sparse matrix of size ``m x n``. This sparse matrix will not contain any nonzero values. No storage will be allocated for nonzero values during construction.

.. function:: spones(S)

Expand Down

0 comments on commit 46ad913

Please sign in to comment.