diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2016-12-12 13:44:55 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-03-04 00:42:36 +0000 |
commit | 662744904a5f248a83f28ad3a7a791c817eaf140 (patch) | |
tree | d53d641214d9e8947b8add2f5b6440c0829d259c /numpy/core/numeric.py | |
parent | 96c3e66179b6bbd71d7ae4c16c5130179dd683c3 (diff) | |
download | numpy-662744904a5f248a83f28ad3a7a791c817eaf140.tar.gz |
ENH: Implement most linalg operations for 0x0 matrices
Fixes #8212
det: return ones of the right shape
slogdet: return sign=ones, log=zeros of the right shape
pinv, eigvals(h?), eig(h?): return empty array(s?) of the right shape
svd & qr: not implemented, due to complex return value rules
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions