-
numpy.ma.diag(v, k=0)
[source] -
Extract a diagonal or construct a diagonal array.
This function is the equivalent of
numpy.diag
that takes masked values into account, seenumpy.diag
for details.See also
-
numpy.diag
- Equivalent function for ndarrays.
-
numpy.ma.diag()
2017-01-10 18:15:13
Please login to continue.