mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
switch psi2 statistics design
This commit is contained in:
parent
7d41001ae1
commit
06336bf0d4
12 changed files with 245 additions and 124 deletions
|
|
@ -123,7 +123,7 @@ def dtrtrs(A, B, lower=1, trans=0, unitdiag=0):
|
|||
:returns:
|
||||
|
||||
"""
|
||||
A = force_F_ordered(A)
|
||||
A = np.asfortranarray(A)
|
||||
#Note: B does not seem to need to be F ordered!
|
||||
return lapack.dtrtrs(A, B, lower=lower, trans=trans, unitdiag=unitdiag)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue