aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointMatrixVector.h
Commit message (Expand)AuthorAge
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Use Index instead of size_tGravatar Gael Guennebaud2017-01-23
* Fix alignement of statically allocated temporaries in symv, and trmv.Gravatar Gael Guennebaud2016-09-21
* Remove dead code in selfadjoint_matrix_vector_productGravatar Gael Guennebaud2015-10-09
* Optimize a bit complex selfadjoint * vector product.Gravatar Gael Guennebaud2015-10-09
* Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-07-10
|\
| * Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* | merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
|\|
* | By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
| * Fix selfadjoint_matrix_vector_product for complex with packet size > 2 (e.g.,...Gravatar Gael Guennebaud2014-03-07
|/
* Remove useless register keyword, and optimize predux_min/max for SSE4Gravatar Gael Guennebaud2014-01-25
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* notify the creation of manual temporariesGravatar Gael Guennebaud2011-02-01
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* this product still badly read the imaginary part on the diagonalGravatar Gael Guennebaud2010-11-22
* make sure our internal selfadjoint*vector product does not use the imaginary ...Gravatar Gael Guennebaud2010-11-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add missing specialization for vector * selfadjointGravatar Gael Guennebaud2010-08-19
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* oops, fix symv (innerStride instead of outerStride)Gravatar Gael Guennebaud2010-03-20
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* fix Matrix::stride for vectors, add a unit test for Block::strideGravatar Gael Guennebaud2009-08-31
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* more product refactoringGravatar Gael Guennebaud2009-08-06
* various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* improve SYMV it is now faster and ready for useGravatar Gael Guennebaud2009-07-23
* add triangular * vector productGravatar Gael Guennebaud2009-07-13
* Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11