This is documentation for an old release of NumPy (version 1.4.). Read this page in the documentation of the latest stable release (version > 1.17).
Return the indices for the lower-triangle of an (n, n) array.
See tril_indices for full details.
Parameters: | n : int
k : int, optional
|
---|
See also
Notes
New in version 1.4.0.