Gael Guennebaud
|
9d9e00b608
|
merge and add start/end to Eigen2Support
|
2010-01-05 13:07:32 +01:00 |
|
Gael Guennebaud
|
37851cfe11
|
fix a coupe of warnings
|
2010-01-05 10:15:29 +01:00 |
|
Thomas Capricelli
|
57275b2b8c
|
make some changes to please clang, fix some warnings too.
|
2010-01-04 23:21:04 +01:00 |
|
Gael Guennebaud
|
8eab9fb87e
|
port VectorwiseOp and Swap to the novel mechanisms, and various cleanning
|
2010-01-04 19:00:16 +01:00 |
|
Gael Guennebaud
|
eaaba30cac
|
merge with default branch
|
2009-12-22 22:51:08 +01:00 |
|
Gael Guennebaud
|
e182e9c616
|
extend the DenseStorageMatrix mechanism to all expressions
|
2009-12-22 17:37:11 +01:00 |
|
Gael Guennebaud
|
9d54783036
|
much better workaround for empty struct (the previous one caused GCC 4.3 to generate wrong code leading to segfaults)
|
2009-12-18 17:08:59 +01:00 |
|
Hauke Heibel
|
832045d363
|
Warning 4512 (assignment operators could not be generated) is now simply disabled.
All unimplemented assignment operators have been removed.
|
2009-12-14 10:32:43 +01:00 |
|
Hauke Heibel
|
d088ee35f6
|
Added to possibility to compile unit tests at maximum warning level.
Silenced (amongst others) many conversion related warnings.
|
2009-12-12 11:39:07 +01:00 |
|
Gael Guennebaud
|
7caf751fdd
|
adapt select, replicate and reverse
|
2009-12-10 22:00:35 +01:00 |
|
Hauke Heibel
|
2bf354da80
|
Much more NestByValue cleanup.
|
2009-12-01 11:51:22 +01:00 |
|
Hauke Heibel
|
7b3e205ebd
|
Removed NestByValue dependency from VectorwiseOp.
|
2009-12-01 09:56:40 +01:00 |
|
Thomas Capricelli
|
f795681da0
|
export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()
+ rudimentary test
|
2009-11-26 02:28:13 +01:00 |
|
Gael Guennebaud
|
2a3a6fe45e
|
Experiment the ET refactoring on Transpose for Dense and Sparse storages.
All tests work fine.
|
2009-11-16 18:19:08 +01:00 |
|
Hauke Heibel
|
d0562bd473
|
corrected the computation cost of mean
|
2009-10-29 19:58:54 +01:00 |
|
Hauke Heibel
|
c70a603e34
|
added mean() reduction
|
2009-10-29 19:56:58 +01:00 |
|
Hauke Heibel
|
c37cfc32b3
|
Fixed more W4 warnings.
|
2009-10-14 11:08:00 +02:00 |
|
Gael Guennebaud
|
8c37b1b5b7
|
add missing PartialReduxExpr::coeff(index) function
|
2009-10-13 14:41:57 +02:00 |
|
Benoit Jacob
|
66ee2044ce
|
small fixes
|
2009-08-03 16:05:07 +02:00 |
|
Gael Guennebaud
|
ec5c608aa3
|
Set of fixes and workaround to make sun studio more happy.
Still remains the problem of alignment and vectorization.
|
2009-07-10 16:10:03 +02:00 |
|
Gael Guennebaud
|
627595ad19
|
* rename PartialRedux to VectorwiseOp
* add VectorwiseOp's +, -, +=, -= operators
|
2009-06-10 11:20:30 +02:00 |
|