aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * ComplexSchur: compute shift more stably, introduce exceptional shifts.Gravatar Jitse Niesen2010-02-25
| * update matrix product selection rules for 1xSmallxLarge and the transposed caseGravatar Gael Guennebaud2010-02-25
| * detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
| * optimize inverse permutationsGravatar Gael Guennebaud2010-02-25
| * * move the 's': InstructionsSet ---> InstructionSetsGravatar Benoit Jacob2010-02-25
| * oops, fix typoGravatar Thomas Capricelli2010-02-25
| * provide a static method to describe which SIMD instructions are usedGravatar Thomas Capricelli2010-02-24
| * Provide "eigen" defines to decide which instruction set is usedGravatar Thomas Capricelli2010-02-24
| * add reconstructedMatrix() to LLT, and LUsGravatar Gael Guennebaud2010-02-24
| * make testsuite aware of EIGEN_CTEST_ARGSGravatar Gael Guennebaud2010-02-24
| * * fix LDLT's default ctor useGravatar Gael Guennebaud2010-02-24
| * actually, this is not even meant to be a termination criterion. so the proper...Gravatar Benoit Jacob2010-02-23
| * LDLT:Gravatar Benoit Jacob2010-02-23
| * Further LU test improvements. I'm not aware of any test failures anymore, not...Gravatar Benoit Jacob2010-02-23
| * * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...Gravatar Benoit Jacob2010-02-23
| * mergeGravatar Gael Guennebaud2010-02-23
| |\
| | * Attempt to fix PGI compilation issue.Gravatar Hauke Heibel2010-02-23
| | * mergeGravatar Mark Borgerding2010-02-22
| | |\
| | * | enable caller to supply FFT length for Eigen Matrix interface functions to ef...Gravatar Mark Borgerding2010-02-22
| * | | mergeGravatar Gael Guennebaud2010-02-22
| |\ \ \ | | | |/ | | |/|
| | * | provide default values for CXX, remove duplicate defineGravatar Thomas Capricelli2010-02-22
| | * | Merge.Gravatar Jitse Niesen2010-02-22
| | |\ \
| | * | | fully adapt the gebp kernel and optimize it for CPU with only 8 registersGravatar Gael Guennebaud2010-02-22
| | * | | implement an even lower level version of the gebp kernel for MSVC (it seems t...Gravatar Gael Guennebaud2010-02-22
| | * | | upsGravatar Hauke Heibel2010-02-22
| | * | | Added getRealTime() for windows.Gravatar Hauke Heibel2010-02-22
| | * | | extend the bench timer to allow benchmarking of parallel code,Gravatar Gael Guennebaud2010-02-22
| * | | | fix BTL's eigen interfaceGravatar Gael Guennebaud2010-02-22
| |/ / /
| * | | fix compilationGravatar Thomas Capricelli2010-02-21
| * | | Added IsRowMajor enum to DenseBase.Gravatar Hauke Heibel2010-02-21
| * | | Added missing precision/eps functions to AutoDiffScalar.Gravatar Hauke Heibel2010-02-21
| * | | mergeGravatar Hauke Heibel2010-02-21
| |\ \ \
| * | | | Added ei_traits<Quaternion>::PlainObject.Gravatar Hauke Heibel2010-02-21
| * | | | Tried to get rid of MSVC warning D9025.Gravatar Hauke Heibel2010-02-21
| | * | | NonLinearOptimization : clean 'mode' handling from the old minpack code :Gravatar Thomas Capricelli2010-02-21
| | * | | compilation fix in ldlt() for non matrix typesGravatar Gael Guennebaud2010-02-21
| | * | | add missing return valueGravatar Gael Guennebaud2010-02-20
| |/ / /
| * | | CMake cleanup.Gravatar Hauke Heibel2010-02-20
| | * | Change MatrixFunction::separation() parameter from 0.01 to 0.1 .Gravatar Jitse Niesen2010-02-20
| * | | Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| | * | matrix_function test: replace expm(A).inverse() by expm(-A)Gravatar Jitse Niesen2010-02-20
| * | | Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
| |/ /
| * | fix stupid enum valuesGravatar Gael Guennebaud2010-02-19
* | | add Stride.hGravatar Benoit Jacob2010-02-18