94717 Commits

Author SHA1 Message Date
9856a971b0 better sse detection 2012-03-03 14:13:01 +01:00
3989471e6d better inline support 2012-03-01 18:05:36 +01:00
76f67c409a better inline support 2012-03-01 18:05:36 +01:00
8fc1bff114 corrected a lot of warnings, mostly due to unused variables 2012-03-01 17:33:10 +01:00
f027156aa8 corrected a lot of warnings, mostly due to unused variables 2012-03-01 17:33:10 +01:00
2a93b82078 minor corrections (to avoid some warnings) 2012-02-29 16:20:09 +01:00
ddf8f4b7d3 minor corrections (to avoid some warnings) 2012-02-29 16:20:09 +01:00
173906da35 Merge branch 'make-tensor-accessors-const-correct' of https://github.com/pflaquerre/torch into pflaquerre-make-tensor-accessors-const-correct
Conflicts:
	lib/TH/generic/THTensor.c
2012-02-28 16:12:55 -05:00
f54b875cbe Merge branch 'make-tensor-accessors-const-correct' of https://github.com/pflaquerre/torch into pflaquerre-make-tensor-accessors-const-correct
Conflicts:
	lib/TH/generic/THTensor.c
2012-02-28 16:12:55 -05:00
4bce6207cd Merge branch 'make-tensor-accessors-const-correct' of https://github.com/pflaquerre/torch into pflaquerre-make-tensor-accessors-const-correct
Conflicts:
	lib/TH/generic/THTensor.c
2012-02-28 16:12:55 -05:00
fc989401db Merge branch 'master' of https://github.com/andresy/torch 2012-02-27 13:04:04 -05:00
d921604444 Added dok for slicing operator. 2012-02-27 13:03:47 -05:00
d70c7b57dd add atan2 2012-02-25 23:46:14 -05:00
f433f8d136 add atan2 2012-02-25 23:46:14 -05:00
d9e051ba70 Allowing fill assign when narrowing/selecting 2012-02-25 14:57:20 -05:00
c2070e9977 fixed little bug in THVector. 2012-02-25 14:31:42 -05:00
916afcc290 fixed little bug in THVector. 2012-02-25 14:31:42 -05:00
24749b3393 Fixed missing types in copy. 2012-02-24 20:09:15 -05:00
365a18b272 New Tensor indexing. a la matlab. 2012-02-24 19:48:18 -05:00
767d383f2c made lapack link more robust 2012-02-23 17:27:14 +01:00
175f6818bd made lapack link more robust 2012-02-23 17:27:14 +01:00
9da8beac56 luaT was not putting the dok in luat... 2012-02-21 17:39:33 +01:00
1a03adebb4 documentation for torch.inverse 2012-02-21 00:38:30 -05:00
4397f709be take beack tensor conv stuff, it is not ready yet 2012-02-21 00:13:31 -05:00
2d29aeaf12 matrix inverse 2012-02-21 00:10:12 -05:00
1ae6aa1bef matrix inverse 2012-02-21 00:10:12 -05:00
e20f0746e6 Add reset function to module.lua and Sequential.lua. CmdLine accepts ignore=false for string function 2012-02-19 11:36:19 -05:00
db9c3e69d6 SVD noew returns U,S,V not U,S,V^T (copmatible with Matlab/Octave calling) 2012-02-16 11:09:13 -05:00
0591633876 SVD noew returns U,S,V not U,S,V^T (copmatible with Matlab/Octave calling) 2012-02-16 11:09:13 -05:00
17119a7324 added histograms back 2012-02-13 10:48:37 -05:00
aa0b85bb80 added histograms back 2012-02-13 10:48:37 -05:00
f23bc545d7 big pass over documentation to make titles consistent across all packages.. 2012-02-13 00:33:09 -05:00
9ca97814d3 corrected bug in method type-base dispatcher 2012-02-10 13:43:49 +01:00
bc15365ca5 moved local path setup into torch-env.lua 2012-02-10 11:03:32 +01:00
ebe47b0f95 put the local search path before default paths. 2012-02-09 23:52:41 -05:00
87163d971a first shot at local install 2012-02-09 22:44:04 -05:00
8eff95d047 inline help anchors 2012-02-09 01:40:38 -05:00
2784d42ea8 documentation for tensor 2012-02-09 01:38:15 -05:00
7109cbbdd2 cleanhistory -> clearhistory 2012-02-08 10:57:40 +01:00
068130bafc Merge branch 'newpack' of github.com:andresy/torch into newpack 2012-02-07 09:15:05 -05:00
4a906fbff2 corrections/additions to dok 2012-02-07 09:14:41 -05:00
ed4857dfcf added mv, mm and ger + better checking of addmv, addmm and addr 2012-02-07 14:49:13 +01:00
bbf3970981 tensor math documention : one pass... 2012-02-05 19:01:16 -05:00
f777086b59 added maskedSelect method to select elements using a mask vector
documentation changes for Tensor
2012-02-05 16:40:12 -05:00
426a2b1967 added maskedSelect method to select elements using a mask vector
documentation changes for Tensor
2012-02-05 16:40:12 -05:00
bc85cf8fb8 minor cleanup 2012-02-04 19:47:48 +01:00
7483217fe0 now methods & functions are both generated by wrap -- this fixes some bugs and makes things more clear 2012-02-04 19:30:53 +01:00
50bd93709f Merge branch 'master' into newpack 2012-02-03 11:09:42 +01:00
ba17882426 {min,max,sum,mean,var,std}all now without 'all' in lua 2012-02-03 11:04:01 +01:00
a3f872f29b Merge branch 'logical' into newpack
Conflicts:
	pkg/torch/TensorMathWrap.lua
2012-02-03 10:12:30 +01:00