mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
1 docstring line completed
This commit is contained in:
parent
6f8a1f81c4
commit
352a35522f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def dpotri(A, lower=0):
|
|||
|
||||
:param A: Matrix A
|
||||
:param lower: is matrix lower (true) or upper (false)
|
||||
:returns:
|
||||
:returns: A inverse
|
||||
"""
|
||||
return lapack.dpotri(A, lower=lower)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue