aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* Build finished... start debuggingGravatar Desire NUENTSA2012-06-15
|
* 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
|
* bug #455: add support for c++11 in aligned_allocatorGravatar Gael Guennebaud2012-05-03
|
* 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
|
* remove an extra ';' and suppress a 'variable used before its value is set' ↵Gravatar Gael Guennebaud2012-04-11
| | | | warning
* 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
|
* 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
|
* modify the unit tests of sparse linear solvers to enable tests on real ↵Gravatar Desire NUENTSA2012-03-29
| | | | matrices, from MatrixMarket for instance
* add missing forward declarationGravatar Gael Guennebaud2012-03-29
|
* add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
|
* add sparse-selfadjoint to sparse-selfadjoint assignment operatorsGravatar Gael Guennebaud2012-03-29
| | | | (no need to use .twistedBy(I) anymore)
* fix bug #439: add Quaternion::FromTwoVectors() static constructorGravatar Gael Guennebaud2012-03-26
|
* Add simple API to set Pastix parametersGravatar Desire NUENTSA2012-03-22
|
* workaround stupid gcc 4.7 warningGravatar Gael Guennebaud2012-03-22
|
* s/__SSE3__/EIGEN_VECTORIZE_SSE3Gravatar Gael Guennebaud2012-03-21
|
* Add some documentation to existing methods in the Householder module.Gravatar Kolja Brix2012-03-08
|
* remove parenthesis suggestion warningGravatar Gael Guennebaud2012-03-14
|
* add 2 missing ReverseInnerIteratorsGravatar Gael Guennebaud2012-03-14
|
* declare Block::m_outerStride as Index (instead of int)Gravatar Gael Guennebaud2012-03-09
|
* export IsRowMajor in MappedSparseMatrixGravatar Gael Guennebaud2012-03-09
|
* typo in variable name not revealed by ICCGravatar Gael Guennebaud2012-03-08
|
* fix conversion warningGravatar Gael Guennebaud2012-03-08
|
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08
|
* Improved the unit tests for setLinSpaced.Gravatar Hauke Heibel2012-03-07
| | | | Provide a default constructed step size as opposed to an int when the size is 1.
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
|
* Added support for component-wise pow (equivalent to Matlab's operator .^).Gravatar Hauke Heibel2012-03-07
|
* Moved the operator/(Scalar,ArrayBase) into the Eigen namespace.Gravatar Hauke Heibel2012-03-02
|
* Added support for scalar / array division.Gravatar Hauke Heibel2012-03-02
|