aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* makes trmv works with the triangular matrix on the rightGravatar Gael Guennebaud2010-06-17
* * 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
* 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
* This scalar needs to be passed by ref to preserve its alignment.Gravatar Hauke Heibel2010-06-15
* Really fix #123.Gravatar Hauke Heibel2010-06-14
* rename:Gravatar Benoit Jacob2010-06-14
* Fixes bug #123.Gravatar Hauke Heibel2010-06-14
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
* Fixed warnings regarding enums.Gravatar Hauke Heibel2010-06-12
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
* undo 314bfa13753f153d44ff76a1c8ce0206616b06d9Gravatar Benoit Jacob2010-06-11
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * add runtime API to control multithreadingGravatar Gael Guennebaud2010-06-10
| * make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
| * Fixes #104.Gravatar Hauke Heibel2010-06-02
| * compilation fix for gcc 4.2Gravatar Gael Guennebaud2010-06-10
| * Added missing return statement.Gravatar Hauke Heibel2010-06-10
| * Fixed language issue.Gravatar Hauke Heibel2010-06-09
| * Fix #131.Gravatar Hauke Heibel2010-06-09
| * * add Transpositions to PermutationMatrix conversionGravatar Gael Guennebaud2010-06-08
| * added inline to setL1Cache functions to avoid shared object compile errorGravatar Trevor Irons2010-06-08
| * Disabled warning caused by declspec(align()).Gravatar Hauke Heibel2010-06-08
| * Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
| * remove ei_ prefix of public global functions, and s/cpu/l1Gravatar Gael Guennebaud2010-06-07
| * compilation fix (std::sqrt(int) does not exist)Gravatar Gael Guennebaud2010-06-07
| * Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
| * clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
| * Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
| * LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| * implicit conversion to scalar for inner productGravatar Gael Guennebaud2010-06-02
| * fix issue #128 : inner stride can also be 0 in which case it means 1...Gravatar Gael Guennebaud2010-06-01
| * Addressess small compile error with OpenMPGravatar Trevor Irons2010-06-01
| * merge the backing-out of the stupid RetByVal change, and implement a simpleGravatar Benoit Jacob2010-06-01
| |\
| | * Backed out changeset 641d968a9a7ed57a3b8a3f45dea43c5ee6717f97Gravatar Benoit Jacob2010-06-01
| * | simplify a using statementGravatar Gael Guennebaud2010-06-01
|/ /
* | oops, remove extra 'typename'Gravatar Benoit Jacob2010-05-30
* | the Index types change.Gravatar Benoit Jacob2010-05-30
|/
* * Make ReturnByValue have the EvalBeforeAssigningBit and explicitlyGravatar Benoit Jacob2010-05-30
* Fix to ProductBase::evalTo() in order to get matrix multiplication working fo...Gravatar Manoj Rajagopalan2010-05-26
* fix readcost for complex typesGravatar Thomas Capricelli2010-05-26
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24