Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Still fixing warnings. | Hauke Heibel | 2010-06-20 |
| | |||
* | Fix compilation of some tests as well as more warnings. | Hauke Heibel | 2010-06-20 |
| | |||
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
| | |||
* | More Index realted warnings. | Hauke Heibel | 2010-06-20 |
| | |||
* | Silence index warnings in triangular unit test. | Hauke Heibel | 2010-06-20 |
| | | | | Silence index warnings in FFT module. | ||
* | Attempt to fix MatrixExponential/Function related warnings. | Hauke Heibel | 2010-06-20 |
| | |||
* | Silence indexing warning. | Hauke Heibel | 2010-06-20 |
| | |||
* | fix array_comp *= array_real | Gael Guennebaud | 2010-06-20 |
| | |||
* | finish to merge Array into Core: | Gael Guennebaud | 2010-06-19 |
| | | | | | - mv Array/* into Core/ - merge Functors.h files, and move Norms.h into Dot.h | ||
* | add missing support for std::pow(array,scalar) | Gael Guennebaud | 2010-06-19 |
| | |||
* | remove reference to the dead Array module | Gael Guennebaud | 2010-06-19 |
| | |||
* | fix compilation of sparse tests | Gael Guennebaud | 2010-06-19 |
| | |||
* | Fixed spare unit test. | Hauke Heibel | 2010-06-19 |
| | |||
* | add the possibility to set the cache size at runtime | Gael Guennebaud | 2010-06-18 |
| | |||
* | optimize SparseMatrix iterator | Gael Guennebaud | 2010-06-18 |
| | |||
* | fix linking errors with multiply defined functions | Benoit Jacob | 2010-06-18 |
| | |||
* | QuickStart examples: shorten var names, remove superfluous 'using'. | Jitse Niesen | 2010-06-18 |
| | |||
* | add missing files | Gael Guennebaud | 2010-06-18 |
| | |||
* | split the Sparse module into multiple ones, and move non stable parts to ↵ | Gael Guennebaud | 2010-06-18 |
| | | | | | | unsupported/ (see the ML for details) | ||
* | Add blocking inside HouseholderQR based on code from Vincent Lejeune. | Gael Guennebaud | 2010-06-17 |
| | | | | This is all internal stuff for now. | ||
* | add an inplace householder QR dec function in preparation for a block version | Gael Guennebaud | 2010-06-17 |
| | |||
* | more compilation fixes for ICC | Gael Guennebaud | 2010-06-17 |
| | |||
* | compilation fix for ICC | Gael Guennebaud | 2010-06-17 |
| | |||
* | eigenvalues: documentation fixes | Gael Guennebaud | 2010-06-17 |
| | |||
* | Add second example to QuickStart guide. | Jitse Niesen | 2010-06-17 |
| | | | | Also, some changes suggested by Keir and Benoit on mailing list. | ||
* | makes trmv works with the triangular matrix on the right | Gael Guennebaud | 2010-06-17 |
| | |||
* | add unit tests for other generalized variants | Gael Guennebaud | 2010-06-17 |
| | |||
* | implement other variants | Gael Guennebaud | 2010-06-17 |
| | |||
* | warn users other variants are not implemented yet... (will do it very soon) | Gael Guennebaud | 2010-06-16 |
| | |||
* | * decouple the generalized selfadjoint eigenvalue problem to the standard one | Gael Guennebaud | 2010-06-16 |
| | | | | * uses named values instead of bools | ||
* | typo | Gael Guennebaud | 2010-06-16 |
| | |||
* | fix #126, part 2/2: the checkTransposeAliasing() assertion was always ↵ | Benoit Jacob | 2010-06-16 |
| | | | | | | | | compiled, for all expressions, even for expressions that are known at compile time to not need it because they don't involve any transposing. This gave 'controlling condition is constant' warnings on ICC, and potentially worse, this could generate a lot of useless code per-expression if the compiler failed to realize that the condition was constant. | ||
* | fix #126, part 1/2: fix the return type of coeff() on direcaccess xprs: was ↵ | Benoit Jacob | 2010-06-16 |
| | | | | | | | | amounting to const (const Scalar&) which really doesn't make sense. | ||
* | fix #139, exactly the same issue as #138, this time in Assign.h: const Index ↵ | Benoit Jacob | 2010-06-16 |
| | | | | is not a compile-time constant, must use enum. | ||
* | fix #138: const bool is (rightly) not considered a compile-time constant by ↵ | Benoit Jacob | 2010-06-16 |
| | | | | ICC, use enum. | ||
* | Compilation fix for matrix_exponential test: add 'typename'. | Jitse Niesen | 2010-06-16 |
| | |||
* | improve trmm unit test and fix several bugs in trmm | Gael Guennebaud | 2010-06-15 |
| | |||
* | * make the triangular matrix * matrix product works with trapezoidal matrices | Gael Guennebaud | 2010-06-15 |
| | | | | * extend the trmm unit test for unit diagonal | ||
* | packet math functions: | Benoit Jacob | 2010-06-15 |
| | | | | | - take const Packet& args like the other packet funcs - SSE specializations: make them be actual template specializations | ||
* | Ups, fixed a little ugly bug. | Hauke Heibel | 2010-06-15 |
| | |||
* | This scalar needs to be passed by ref to preserve its alignment. | Hauke Heibel | 2010-06-15 |
| | |||
* | Fixed 64bit/Index related warnings in the matrix functions module. | Hauke Heibel | 2010-06-15 |
| | |||
* | Really fix #123. | Hauke Heibel | 2010-06-14 |
| | |||
* | fix issue 135 (SparseBlock::operator= for SparseMatrix) | Gael Guennebaud | 2010-06-14 |
| | |||
* | remove extra semicolon; | Benoit Jacob | 2010-06-14 |
| | |||
* | rename: | Benoit Jacob | 2010-06-14 |
| | | | | | | EIGEN_SIZE_MIN ---> EIGEN_SIZE_MIN_PREFER_DYNAMIC EIGEN_MAXSIZE_MIN ---> EIGEN_SIZE_MIN_PREFER_FIXED and make sure to use the latter in products xprs to determine the inner size. | ||
* | Fixes bug #123. | Hauke Heibel | 2010-06-14 |
| | |||
* | merged | Daniel Lowengrub | 2010-06-14 |
|\ | |||
| * | Fix compilation of docs after changes in Eigenvalues module. | Jitse Niesen | 2010-06-14 |
| | | | | | | | | | | Clean-up after revision 469382407ca5d730f23788c593e71e91d24e9b89 . | ||
* | | fixed a bug in the DenseBase InnerIterator ctor. | Daniel Lowengrub | 2010-06-14 |
| | |