Skip to content

Commit

Permalink
Document copy parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Sep 20, 2024
1 parent dacbcd6 commit 8e2b65e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/matrix/matrix1.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,10 @@ cdef class Matrix(Matrix0):
then the type will be determined as the minimum type required
to hold the objects in the sequence.
- ``copy`` -- if `self` is already an `ndarray`, then this flag
determines whether the data is copied (the default), or whether
a view is constructed.
EXAMPLES::
sage: # needs numpy
Expand Down

0 comments on commit 8e2b65e

Please sign in to comment.