diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2010-05-05 03:34:51 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-05-05 03:34:51 +0000 |
commit | bb080c5692ab978bf60c0908fbd0c49222dbeb9a (patch) | |
tree | 4c47c7c560bf488554cfb70221115b0ab3be948f /doc/source/reference/routines.linalg.rst | |
parent | 30e4150e507af394740c6fd92619ed19eb56268a (diff) | |
download | numpy-bb080c5692ab978bf60c0908fbd0c49222dbeb9a.tar.gz |
ENH: Do some housekeeping for the newly added slogdet function.
Diffstat (limited to 'doc/source/reference/routines.linalg.rst')
-rw-r--r-- | doc/source/reference/routines.linalg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.linalg.rst b/doc/source/reference/routines.linalg.rst index 595b02744..4c3c676d9 100644 --- a/doc/source/reference/routines.linalg.rst +++ b/doc/source/reference/routines.linalg.rst @@ -45,6 +45,7 @@ Norms and other numbers linalg.norm linalg.cond linalg.det + linalg.slogdet trace Solving equations and inverting matrices |