Commit graph

45 commits

Author SHA1 Message Date
James McMurray
aa5ebcbd8f Fixed more errors in docs 2 2013-09-20 17:46:23 +01:00
James McMurray
be3880c0bd Fixed docstring warnings - could still be mistakes 2013-09-20 13:38:20 +01:00
Ricardo
352a35522f 1 docstring line completed 2013-09-17 14:27:16 +01:00
Max Zwiessele
f2eb611e6a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-07 13:35:37 +01:00
Max Zwiessele
924a319b98 catch linalg errors inside model and more sopihisticated non-pd checks 2013-06-07 13:34:45 +01:00
James Hensman
d5cb4ddfdf fixed blaslib bug, I hope 2013-06-06 16:49:03 +01:00
Alan Saul
38c78dfbde Removed overwriting_b in lapack 2013-06-06 15:02:19 +01:00
James Hensman
bd298dae9c fixed lapack importing for old scipy version 2013-06-06 14:57:51 +01:00
Alan Saul
344d61db0c Changed deprecation supression to 12 2013-06-06 14:51:04 +01:00
Alan Saul
0deb6e86c3 Fixing lapacks 2013-06-06 14:46:58 +01:00
Alan Saul
e587618339 Factored out lapack into utils so we can check version and give deprecation warnings 2013-06-06 14:04:14 +01:00
Max Zwiessele
2e5e8ac026 REFACTORING: model names, lowercase, classes uppercase 2013-06-05 13:02:03 +01:00
Alan Saul
97f3357b6d Replaced Q by input_dim 2013-06-05 11:17:15 +01:00
Max Zwiessele
4eebf99bfb REVERT a53690ab7f, flapack back substitued in 2013-05-31 12:09:11 +01:00
Max Zwiessele
43cd5ad50b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-30 10:37:20 +01:00
Max Zwiessele
a53690ab7f DeprecationWarning: Substituded all (\!) flapack occ. with lapack (scipy said so) 2013-05-30 10:37:03 +01:00
Andreas
3853721355 Fixed symmetrify for when C/F compiler doesn't work 2013-05-28 15:50:18 +01:00
James Hensman
58b206a245 enabled DSYR on feeble machines
i.e. where numpy is compiled without proper blas linkage
2013-05-19 19:16:25 +01:00
Ricardo
2052463ba7 Explanation added to DSYR 2013-05-15 16:25:40 +01:00
James Hensman
350fa39685 generalised backsub_both_sides 2013-05-14 11:20:44 +01:00
James Hensman
c859687d43 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 17:23:54 +01:00
James Hensman
542759353b minor changes to the symmetrify function 2013-05-13 17:23:49 +01:00
Nicolo Fusi
ccde6c421f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 17:21:45 +01:00
Nicolo Fusi
80c25c9aaf moved linalg function to GPy.linalg 2013-05-13 17:04:59 +01:00
James Hensman
9c701f6e5b added DSYR for ricardo 2013-05-13 12:54:55 +01:00
James Hensman
c1f1e44b09 using weaved symmetrify in pdinv now 2013-05-13 10:36:15 +01:00
Alan Saul
86a2c3d81c Reverted linalg lapack.flapack for the poor NIPS deadline people 2013-05-08 20:30:36 +01:00
Teo de Campos
d209b963f2 Fixed deprecated warning and sense_axes bug 2013-05-08 18:16:43 +01:00
James Hensman
d9252d0e36 cholesky update for RA 2013-05-03 14:00:22 +01:00
James Hensman
9df555b51b eigenvalue decomposition of psi2 2013-05-01 15:08:55 +01:00
James Hensman
9fb090a508 James and Nicolos massive Yak shaving session 2013-04-26 19:32:33 +01:00
James Hensman
ef15de9411 added a tdot function (thanks Iain) 2013-04-26 17:26:43 +01:00
andreas
25063fd53d pdinv passes extra args to jitchol 2013-04-18 16:39:55 +01:00
Max Zwiessele
9acc6e9723 changed printing behaviour in cholesky to kill last line 2013-04-16 11:13:53 +01:00
James Hensman
6499a76e24 pdinv now uses dpotri instead of dtrtri and dot 2013-04-10 16:50:34 +01:00
Neil Lawrence
97db2a5bd7 Edit to linalg.py PCA function to stop it changing data matrix. 2013-04-02 16:53:42 +02:00
Neil Lawrence
fce4dd7fde Further edits on visualization code for faces example. 2013-04-02 02:20:53 +02:00
James Hensman
0503d0e3f5 fixed trace_dot to be a litle faster... 2013-03-12 12:20:46 +00:00
James Hensman
cb082898d3 added trace_sum for efficiency 2013-03-11 18:56:37 +00:00
Alan Saul
f562d6cd46 deprecated flapack, namespace changed to lapack.flapack 2013-03-11 12:21:12 +00:00
James Hensman
9f05744374 general changes to bebugging code 2013-01-16 11:21:55 +00:00
James Hensman
f634350398 fixed small bugs in linalg, setup.py 2012-12-06 10:16:19 -08:00
James Hensman
c72d1b1a5b changed the behaviour of pdinv: now returns L and Li as well as the inverse 2012-12-06 09:51:13 -08:00
Nicolo Fusi
92adeecb6c added copyright notice and license at the top 2012-11-29 16:39:20 +00:00
Nicolo Fusi
aa13e095a9 utils 2012-11-29 16:26:21 +00:00