Commit Graph

95310 Commits

Author SHA1 Message Date
Clement Farabet
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
Clement Farabet
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
Clement Farabet
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
Clement Farabet
fc989401db Merge branch 'master' of https://github.com/andresy/torch 2012-02-27 13:04:04 -05:00
Clement Farabet
d921604444 Added dok for slicing operator. 2012-02-27 13:03:47 -05:00
koray kavukcuoglu
d70c7b57dd add atan2 2012-02-25 23:46:14 -05:00
koray kavukcuoglu
f433f8d136 add atan2 2012-02-25 23:46:14 -05:00
Clement Farabet
d9e051ba70 Allowing fill assign when narrowing/selecting 2012-02-25 14:57:20 -05:00
Clement Farabet
c2070e9977 fixed little bug in THVector. 2012-02-25 14:31:42 -05:00
Clement Farabet
916afcc290 fixed little bug in THVector. 2012-02-25 14:31:42 -05:00
Clement Farabet
24749b3393 Fixed missing types in copy. 2012-02-24 20:09:15 -05:00
Clement Farabet
365a18b272 New Tensor indexing. a la matlab. 2012-02-24 19:48:18 -05:00
Ronan Collobert
767d383f2c made lapack link more robust 2012-02-23 17:27:14 +01:00
Ronan Collobert
175f6818bd made lapack link more robust 2012-02-23 17:27:14 +01:00
Ronan Collobert
9da8beac56 luaT was not putting the dok in luat... 2012-02-21 17:39:33 +01:00
koray kavukcuoglu
1a03adebb4 documentation for torch.inverse 2012-02-21 00:38:30 -05:00
koray kavukcuoglu
4397f709be take beack tensor conv stuff, it is not ready yet 2012-02-21 00:13:31 -05:00
koray kavukcuoglu
2d29aeaf12 matrix inverse 2012-02-21 00:10:12 -05:00
koray kavukcuoglu
1ae6aa1bef matrix inverse 2012-02-21 00:10:12 -05:00
Koray Kavukcuoglu
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
koray kavukcuoglu
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
koray kavukcuoglu
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
koray kavukcuoglu
17119a7324 added histograms back 2012-02-13 10:48:37 -05:00
koray kavukcuoglu
aa0b85bb80 added histograms back 2012-02-13 10:48:37 -05:00
koray kavukcuoglu
f23bc545d7 big pass over documentation to make titles consistent across all packages.. 2012-02-13 00:33:09 -05:00
Ronan Collobert
9ca97814d3 corrected bug in method type-base dispatcher 2012-02-10 13:43:49 +01:00
Ronan Collobert
bc15365ca5 moved local path setup into torch-env.lua 2012-02-10 11:03:32 +01:00
koray kavukcuoglu
ebe47b0f95 put the local search path before default paths. 2012-02-09 23:52:41 -05:00
koray kavukcuoglu
87163d971a first shot at local install 2012-02-09 22:44:04 -05:00
koray kavukcuoglu
8eff95d047 inline help anchors 2012-02-09 01:40:38 -05:00
koray kavukcuoglu
2784d42ea8 documentation for tensor 2012-02-09 01:38:15 -05:00
Ronan Collobert
7109cbbdd2 cleanhistory -> clearhistory 2012-02-08 10:57:40 +01:00
koray kavukcuoglu
068130bafc Merge branch 'newpack' of github.com:andresy/torch into newpack 2012-02-07 09:15:05 -05:00
koray kavukcuoglu
4a906fbff2 corrections/additions to dok 2012-02-07 09:14:41 -05:00
Ronan Collobert
ed4857dfcf added mv, mm and ger + better checking of addmv, addmm and addr 2012-02-07 14:49:13 +01:00
koray kavukcuoglu
bbf3970981 tensor math documention : one pass... 2012-02-05 19:01:16 -05:00
koray kavukcuoglu
f777086b59 added maskedSelect method to select elements using a mask vector
documentation changes for Tensor
2012-02-05 16:40:12 -05:00
koray kavukcuoglu
426a2b1967 added maskedSelect method to select elements using a mask vector
documentation changes for Tensor
2012-02-05 16:40:12 -05:00
Ronan Collobert
bc85cf8fb8 minor cleanup 2012-02-04 19:47:48 +01:00
Ronan Collobert
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
Ronan Collobert
50bd93709f Merge branch 'master' into newpack 2012-02-03 11:09:42 +01:00
Ronan Collobert
ba17882426 {min,max,sum,mean,var,std}all now without 'all' in lua 2012-02-03 11:04:01 +01:00
Ronan Collobert
a3f872f29b Merge branch 'logical' into newpack
Conflicts:
	pkg/torch/TensorMathWrap.lua
2012-02-03 10:12:30 +01:00
Ronan Collobert
fc16a68f48 Merge branch 'logical' into newpack
Conflicts:
	pkg/torch/TensorMathWrap.lua
2012-02-03 10:12:30 +01:00
Ronan Collobert
477587f566 no need to do paths.require + require!! 2012-02-02 16:06:21 +01:00
Ronan Collobert
cfd966d7c4 torch lua script is now a true executable 2012-02-02 13:00:53 +01:00
Ronan Collobert
5cd0e5f10c minor cmake corrections 2012-02-01 15:36:57 +01:00
Ronan Collobert
3c652197bc more cleanup and wrap support for external packages 2012-02-01 14:53:19 +01:00
Ronan Collobert
f08a695702 more cmake cleanup 2012-02-01 14:33:10 +01:00
Ronan Collobert
54bb1cf358 more cmake cleanup 2012-02-01 14:33:10 +01:00