aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Raise the error/warning limit.Gravatar Hauke Heibel2010-06-20
* compilation fixGravatar Gael Guennebaud2010-06-20
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Attempt to fix MatrixExponential/Function related warnings.Gravatar Hauke Heibel2010-06-20
* Silence indexing warning.Gravatar Hauke Heibel2010-06-20
* fix array_comp *= array_realGravatar Gael Guennebaud2010-06-20
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19
* add missing support for std::pow(array,scalar)Gravatar Gael Guennebaud2010-06-19
* remove reference to the dead Array moduleGravatar Gael Guennebaud2010-06-19
* fix compilation of sparse testsGravatar Gael Guennebaud2010-06-19
* Fixed spare unit test.Gravatar Hauke Heibel2010-06-19
* add the possibility to set the cache size at runtimeGravatar Gael Guennebaud2010-06-18
* optimize SparseMatrix iteratorGravatar Gael Guennebaud2010-06-18
* fix linking errors with multiply defined functionsGravatar Benoit Jacob2010-06-18
* QuickStart examples: shorten var names, remove superfluous 'using'.Gravatar Jitse Niesen2010-06-18
* add missing filesGravatar Gael Guennebaud2010-06-18
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* Add blocking inside HouseholderQR based on code from Vincent Lejeune.Gravatar Gael Guennebaud2010-06-17
* add an inplace householder QR dec function in preparation for a block versionGravatar Gael Guennebaud2010-06-17
* more compilation fixes for ICCGravatar Gael Guennebaud2010-06-17
* compilation fix for ICCGravatar Gael Guennebaud2010-06-17
* eigenvalues: documentation fixesGravatar Gael Guennebaud2010-06-17
* Add second example to QuickStart guide.Gravatar Jitse Niesen2010-06-17
* makes trmv works with the triangular matrix on the rightGravatar Gael Guennebaud2010-06-17
* add unit tests for other generalized variantsGravatar Gael Guennebaud2010-06-17
* implement other variantsGravatar Gael Guennebaud2010-06-17
* warn users other variants are not implemented yet... (will do it very soon)Gravatar Gael Guennebaud2010-06-16
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
* typoGravatar Gael Guennebaud2010-06-16
* fix #126, part 2/2: the checkTransposeAliasing() assertion was always compile...Gravatar Benoit Jacob2010-06-16
* fix #126, part 1/2: fix the return type of coeff() on direcaccess xprs: was a...Gravatar Benoit Jacob2010-06-16
* fix #139, exactly the same issue as #138, this time in Assign.h: const Index ...Gravatar Benoit Jacob2010-06-16
* fix #138: const bool is (rightly) not considered a compile-time constant by I...Gravatar Benoit Jacob2010-06-16
* Compilation fix for matrix_exponential test: add 'typename'.Gravatar Jitse Niesen2010-06-16
* improve trmm unit test and fix several bugs in trmmGravatar Gael Guennebaud2010-06-15
* * make the triangular matrix * matrix product works with trapezoidal matricesGravatar Gael Guennebaud2010-06-15
* packet math functions:Gravatar Benoit Jacob2010-06-15
* Ups, fixed a little ugly bug.Gravatar Hauke Heibel2010-06-15
* This scalar needs to be passed by ref to preserve its alignment.Gravatar Hauke Heibel2010-06-15
* Fixed 64bit/Index related warnings in the matrix functions module.Gravatar Hauke Heibel2010-06-15
* Really fix #123.Gravatar Hauke Heibel2010-06-14
* fix issue 135 (SparseBlock::operator= for SparseMatrix)Gravatar Gael Guennebaud2010-06-14
* remove extra semicolon;Gravatar Benoit Jacob2010-06-14
* rename:Gravatar Benoit Jacob2010-06-14
* Fixes bug #123.Gravatar Hauke Heibel2010-06-14