Skip to content

Commit

Permalink
fixes neg_dense docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRobot2211 committed Jul 14, 2021
1 parent 04b285e commit f1bc6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qutip/core/data/mul.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cpdef Dense mul_dense(Dense matrix, double complex value):
return out

cpdef Dense neg_dense(Dense matrix):
"""Unary negation of this CSR `matrix`. Return a new object."""
"""Unary negation of this Dense `matrix`. Return a new object."""
cdef Dense out = dense.empty_like(matrix)
cdef size_t ptr
with nogil:
Expand Down

0 comments on commit f1bc6e9

Please sign in to comment.