aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* build complete... almostGravatar Desire NUENTSA2012-06-14
|
* Build process...Gravatar Desire NUENTSA2012-06-13
|
* Checking Data structures and function prototypesGravatar Desire NUENTSA2012-06-12
|
* Checking Syntax...Gravatar Desire NUENTSA2012-06-11
|
* Sparse LU - End Triangular solve... start debuggingGravatar Desire NUENTSA W.2012-06-10
|
* triangular solve... almost finishedGravatar Desire NUENTSA2012-06-08
|
* Memory managementGravatar Desire NUENTSA2012-06-07
|
* Memory expansion and few bugsGravatar Desire NUENTSA2012-06-06
|
* Supernodal MatrixGravatar Desire NUENTSA2012-06-01
|
* Eliminate and prune columns in a panelGravatar Desire NUENTSA2012-05-31
|
* Symbolic and numeric updates within the panelGravatar Desire NUENTSA2012-05-30
|
* Symbolic and numeric update on a whole panelGravatar Desire NUENTSA2012-05-29
|
* Add preliminary files for SparseLUGravatar Desire NUENTSA2012-05-25
|
* The sparse quick reference guide is not readyGravatar Desire NUENTSA2012-05-25
|
* Add common options to the benchmark interfaceGravatar Desire NUENTSA2012-05-25
|
* Read header of Hermitian matricesGravatar Desire NUENTSA2012-05-25
|
* Add a preliminary reference guide on sparse interfaceGravatar Desire NUENTSA2012-05-25
|
* protect min/max with parenthesisGravatar Gael Guennebaud2012-05-15
|
* Warn users against dangerous macros.Gravatar Jitse Niesen2012-05-13
| | | | Also, mark EIGEN_DEFAULT_TO_ROW_MAJOR as internal (see also bug #422).
* bug #455: add support for c++11 in aligned_allocatorGravatar Gael Guennebaud2012-05-03
|
* mergeGravatar Jitse Niesen2012-05-02
|\
* | AutoDiffScalar: fix bug with operator/, add missing functionsGravatar Philip Avery2012-05-02
| |
| * Got rid of a warning message by doing an explicit castGravatar clusty2012-05-02
| |
* | fix lmdif1 with Scalar!=doubleGravatar Gael Guennebaud2012-05-01
| |
* | Define NoChange as enum constant (bug #450).Gravatar Jitse Niesen2012-04-29
| | | | | | | | This gets rid of some warnings on Intel Composer XE, apparently.
* | fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18
| |
* | Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
| | | | | | | | | | Triggered by product of dynamic-size 1 x n and n x 1 matrices. Also, add regression test.
* | cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ↵Gravatar Gael Guennebaud2012-04-18
| | | | | | | | MarketIO needs iostream
* | remove debug outputGravatar Gael Guennebaud2012-04-17
| |
* | Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
| |
* | Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
| |
* | Added spline interpolation with pre-defined knot parameters.Gravatar Hauke Heibel2012-04-13
| |
* | remove an extra ';' and suppress a 'variable used before its value is set' ↵Gravatar Gael Guennebaud2012-04-11
| | | | | | | | warning
* | remove use of GSL in polynomialsolver unit testGravatar Gael Guennebaud2012-04-11
| |
* | suppress extra ',' and ';'Gravatar Gael Guennebaud2012-04-10
| |
* | fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing ↵Gravatar Gael Guennebaud2012-04-10
| | | | | | | | constness on the return types)
* | Replicate now makes use of the cost model to evaluate its nested expressionGravatar Gael Guennebaud2012-04-06
| |
* | uniformize eigen_gen_docs between branches / cleaningGravatar Thomas Capricelli2012-04-03
| |
* | does not include MatrixMaketIterator on win32,Gravatar Gael Guennebaud2012-03-31
| | | | | | | | no "using whatever" in global scope in a header file
* | rm unused gsl_helper fileGravatar Gael Guennebaud2012-03-31
| |
* | fix bug #362 and add missing specialization for affine-compact * projectiveGravatar Gael Guennebaud2012-03-30
| |
* | fix compilation with ICCGravatar Gael Guennebaud2012-03-30
| |
* | Add private copy constructors to sparse solvers backendsGravatar Desire NUENTSA2012-03-29
| |
* | Cholmod does not compute a determinantGravatar Desire NUENTSA2012-03-29
| |
* | Adding a householder-GMRES implementation from Kolja BrixGravatar Desire NUENTSA2012-03-29
| |
* | Correct a small bug in sparse_solverGravatar Desire NUENTSA2012-03-29
| |
* | modify the unit tests of sparse linear solvers to enable tests on real ↵Gravatar Desire NUENTSA2012-03-29
| | | | | | | | matrices, from MatrixMarket for instance
* | add a benchmark routine for all sparse linear solvers in EigenGravatar Desire NUENTSA2012-03-29
| |
* | add missing forward declarationGravatar Gael Guennebaud2012-03-29
| |
* | add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
| |