Gael Guennebaud
|
3874e6a72b
|
include cblas.h header file to ease configuration
|
2011-01-31 11:02:59 +01:00 |
|
Gael Guennebaud
|
476cb4c65c
|
fix name collision
|
2011-01-31 10:54:21 +01:00 |
|
Gael Guennebaud
|
9a73bfeb85
|
add GOTO2 and clean a bit the cmake macros
|
2011-01-31 10:45:03 +01:00 |
|
Gael Guennebaud
|
6e67d15795
|
now gemv supports strides
|
2011-01-30 08:17:46 +01:00 |
|
Hauke Heibel
|
157a5040d5
|
Added the /bigobj flag in order to enable compilation with MSVC when EIGEN_SPLIT_LARGE_TESTS is not set.
|
2011-01-29 14:35:24 +01:00 |
|
Benoit Jacob
|
a1f5ea8954
|
make eigen2 cholesky test pass
|
2011-01-28 13:04:23 -05:00 |
|
Benoit Jacob
|
e001db2a15
|
fix bug in triangular matrix-vector produce found by eigen2 tests!
|
2011-01-28 13:04:11 -05:00 |
|
Gael Guennebaud
|
852077fbc9
|
still test fftw even if the binary for long double is not available
|
2011-01-28 16:54:01 +01:00 |
|
Gael Guennebaud
|
c478e0039e
|
disable broken determinant for complexes and SuperLU
|
2011-01-28 16:30:21 +01:00 |
|
Benoit Jacob
|
6f2ba1f52b
|
typo reported by Don Lorenzo
|
2011-01-28 10:00:34 -05:00 |
|
Gael Guennebaud
|
817d86cbaf
|
really fix permute_symm_to_symm for sparse complex matrix
|
2011-01-28 15:51:55 +01:00 |
|
Gael Guennebaud
|
6ec660ca7e
|
fix crash in autodiff
|
2011-01-28 15:30:33 +01:00 |
|
Gael Guennebaud
|
af712e80e6
|
fix bug #73: weird compilation error in HouseholderSequence where double and float were mixed. Hopefuly this also solve bug #91...
|
2011-01-28 12:35:32 +01:00 |
|
Gael Guennebaud
|
d76ed18a9f
|
rm useless ctor
|
2011-01-28 11:25:11 +01:00 |
|
Gael Guennebaud
|
1731a432e7
|
fix BTL cholesky action and output errors if the factorization failed
|
2011-01-28 11:24:18 +01:00 |
|
Gael Guennebaud
|
837f1ae59c
|
fix compilation with old gcc
|
2011-01-28 11:23:02 +01:00 |
|
Gael Guennebaud
|
ddfd288dc9
|
start nighlty builds at 00:00:00 UTC
|
2011-01-28 10:33:02 +01:00 |
|
Gael Guennebaud
|
42d512d33c
|
fix compilation with gcc 4.2 and older
|
2011-01-28 10:26:05 +01:00 |
|
Gael Guennebaud
|
97801e5e0e
|
Eigen/Eigen should not include Sparse until it is API stable
|
2011-01-28 10:04:02 +01:00 |
|
Gael Guennebaud
|
736d00ab87
|
typo
|
2011-01-28 09:57:35 +01:00 |
|
Gael Guennebaud
|
162d29e696
|
fix compilation of sparse module with ICC
|
2011-01-28 09:55:32 +01:00 |
|
Thomas Capricelli
|
22db1a6e82
|
fix fftw test
|
2011-01-27 18:25:41 +01:00 |
|
Benoit Jacob
|
b2b8c6a89c
|
dot() now always uses eigen3 convention, even in eigen2 support mode, even stage 10. Didn't have a choice as lots of eigen code is using it.
|
2011-01-27 12:04:26 -05:00 |
|
Gael Guennebaud
|
e761ba68f7
|
merge
|
2011-01-27 18:03:13 +01:00 |
|
Gael Guennebaud
|
3d8e179aa2
|
fix MaxCols in ComplexEigenSolver which was causing memory allocation instead of static allocation in the nomalloc test. Uncomment commenetd parts of the nomalloc test since now matrix-matrix products are safe.
|
2011-01-27 18:02:49 +01:00 |
|
Gael Guennebaud
|
32124bc64a
|
EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen/Sparse
|
2011-01-27 17:36:58 +01:00 |
|
Benoit Jacob
|
52fed69baa
|
add test for geometry with eigen2_ prefixes. fix that stuff.
|
2011-01-27 11:21:38 -05:00 |
|
Gael Guennebaud
|
955e096277
|
add an Options template parameter to Hyperplane and ParametrizedLine
|
2011-01-27 17:17:06 +01:00 |
|
Hauke Heibel
|
d5e81d866a
|
Added regression tests for bug #148.
|
2011-01-27 16:37:06 +01:00 |
|
Benoit Jacob
|
fd400ffffb
|
reverse order of testing for eigen2 support stages. Higher stages now have priority. So if your whole project builds with say stage 10, you can manually enable stage 20 for selected files.
|
2011-01-27 10:34:44 -05:00 |
|
Benoit Jacob
|
b69b6a9db2
|
add Threshold API to FullPivHouseholderQR
|
2011-01-27 10:17:52 -05:00 |
|
Gael Guennebaud
|
a954a0fbd5
|
Add an Options template paramter to Transform to enable/disable alignment
|
2011-01-27 16:07:33 +01:00 |
|
Jakob Schwendner
|
e3306953ef
|
test case for unaligned quaternion
|
2011-01-27 09:14:30 -05:00 |
|
Christoph Hertzberg
|
0aa752fc4f
|
add quaternion Options, add unaligned possibility
|
2011-01-27 09:14:22 -05:00 |
|
Gael Guennebaud
|
9ccd16609c
|
fix twisted selfadjoint to selfadjoint (conjugation issue)
|
2011-01-27 14:39:01 +01:00 |
|
Gael Guennebaud
|
f5d0f115b4
|
EigenSolver is now in the Eigenvalues modules, not QR !
: Enter commit message. Lines beginning with 'HG:' are removed.
|
2011-01-27 13:56:03 +01:00 |
|
Gael Guennebaud
|
255f2a1379
|
fix various compilations issues
|
2011-01-27 13:51:39 +01:00 |
|
Gael Guennebaud
|
999678c3f0
|
fix mixingtypes unit test
|
2011-01-27 13:51:17 +01:00 |
|
Eamon Nerbonne
|
40998f5e86
|
fix const-related compiler error on MSC.
|
2011-01-27 07:43:07 -05:00 |
|
Gael Guennebaud
|
5f03cbd44f
|
fix many missing const in return types
|
2011-01-27 12:12:24 +01:00 |
|
Gael Guennebaud
|
e8d6a5ca87
|
fix cross product for complexes and add support for mixed real-complex cross products
|
2011-01-27 11:33:37 +01:00 |
|
Gael Guennebaud
|
0bfb78c824
|
allow mixed complex-real and real-complex dot products
|
2011-01-27 09:59:19 +01:00 |
|
Benoit Jacob
|
fe3bb545e0
|
allow matrix[index] in EIGEN2_SUPPORT
|
2011-01-26 20:22:33 -05:00 |
|
Gael Guennebaud
|
c90d0c363b
|
improve automatic handling of gotoblas and atlas
|
2011-01-26 19:39:10 +01:00 |
|
Gael Guennebaud
|
0e8a532f87
|
always link to gfortran for gotoblas, it seems to be harmless for 1.x but needed for 2.x
|
2011-01-26 19:16:06 +01:00 |
|
Gael Guennebaud
|
240bfdd142
|
finish the move to Eigen3 in BTL, and let's use our own FindEigen3.cmake script
|
2011-01-26 19:12:35 +01:00 |
|
Gael Guennebaud
|
86acb46518
|
pass to eigen3 ;)
|
2011-01-26 18:41:06 +01:00 |
|
Gael Guennebaud
|
faeae169dd
|
fix compilation
|
2011-01-26 17:58:17 +01:00 |
|
Gael Guennebaud
|
210a280daf
|
update FindMKL to match the default installation behavior of MKL 11
|
2011-01-26 17:58:01 +01:00 |
|
Gael Guennebaud
|
1eb85b4cf1
|
allow the possibility to automatically call or not the ctors on a per scalar type basis, and disable automatic initialization of std::complex<>
|
2011-01-26 17:56:49 +01:00 |
|