mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
type fixed - Q_square_root_dict
This commit is contained in:
parent
4bc87d5c89
commit
0fbef4c17d
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ cdef class AQcompute_batch_Cython(Q_handling_Cython):
|
|||
U,S,Vh = self.Q_svd_dict[matrix_index]
|
||||
|
||||
square_root = U * np.sqrt(S)
|
||||
self.Q_suqare_root_dict[matrix_index] = square_root
|
||||
self.Q_square_root_dict[matrix_index] = square_root
|
||||
|
||||
return square_root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue