aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* 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
|
* Replicate ctor now uses Index instead of int.Gravatar Hauke Heibel2012-03-02
|
* simplify and speedup sparse * dense matrix productsGravatar Gael Guennebaud2012-03-01
|
* allow null elements in sparse assignmentsGravatar Desire NUENTSA2012-02-29
|
* fix MKL interface with LLT::rankUpdateGravatar Gael Guennebaud2012-02-28
|
* fix assertion conditionGravatar Gael Guennebaud2012-02-27
|
* SimplicialCholesky*: s/LLt/LLT and s/LDLt/LDLT for consistency with dense namesGravatar Gael Guennebaud2012-02-27
|
* fix a couple of warningsGravatar Gael Guennebaud2012-02-27
|
* add analyzePattern/factorize API to iterative solvers and basic preconditionersGravatar Gael Guennebaud2012-02-27
|
* fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupportGravatar Gael Guennebaud2012-02-27
|
* fix symmetric permuatation for mixed storage ordersGravatar Gael Guennebaud2012-02-27
|
* declare a ReverseInnerIterator in sparse CwiseBinaryOp. These ↵Gravatar Gael Guennebaud2012-02-23
| | | | ReverseInnerIterator should probably be removed anyway since we currently don't have real use cases for them. The only one in TriangularSolver could be advantageously replaced by a binary search.
* bug #419: Add spaces between adjacent > in template argumentsGravatar Christoph Hertzberg2012-02-15
|
* clean a bit the ILUT codeGravatar Gael Guennebaud2012-02-14
|
* <complex> must be included firstGravatar Gael Guennebaud2012-02-10
|
* some cleaning and add copyrightsGravatar Gael Guennebaud2012-02-10
|
* Split the computation of the ILUT into two stepsGravatar Desire NUENTSA2012-02-10
|
* Add the implementation of the Incomplete LU preconditioner with dual ↵Gravatar Desire NUENTSA2012-02-10
| | | | | | threshold (ILUT) Modify the BiCGSTAB function to check the residual norm of the initial guess
* Modify the LinSpaced function to take only the two boundsGravatar Desire NUENTSA2012-02-10
|
* Modify the symmetric permutation to deal with nonsymmetric matricesGravatar Desire NUENTSA2012-02-10
|
* fix bug #417: Map should be nested by value, not by referenceGravatar Gael Guennebaud2012-02-09
|
* fix bug #415: wrong return in Rotation2D::operator*=Gravatar Gael Guennebaud2012-02-08
|
* Adding support for twistedby on SparseMatrixBaseGravatar Desire NUENTSA2012-02-08
|
* Improve performance of some Transform<> operations by better preserving the ↵Gravatar Gael Guennebaud2012-02-07
| | | | | | alignment status. There probably many other places in Transform.h where such optimizations could be done.
* bumpGravatar Gael Guennebaud2012-02-06
|
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
|
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
|
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04
| | | | | | | - Add support for Upper or Lower inputs. - Add supports for sparse RHS - Remove transposed cases, remove ordering method interface - Add full access to PARDISO parameters
* fix several const qualifier issues: double ones, meaningless ones, some ↵Gravatar Gael Guennebaud2012-02-03
| | | | | | missing ones, etc. (note that const qualifiers are set by internall::nested)
* fix compilation errors with ICCGravatar Gael Guennebaud2012-02-03
|
* stop disabling this legitimate warning, recall that in the following the ↵Gravatar Gael Guennebaud2012-02-03
| | | | | | | const on FooRef is really meaningless: typedef Foo& FooRef; const FooRef foo;
* Enable Eigen to compile on 'pure C/C++' Gcc environment (with no inline ↵Gravatar Zuiquan2012-02-02
| | | | assembly or asm directive). Required if we want to use Eigen with Adobe Alchemy.
* the default ctor had no sense because of the const reference memberGravatar Gael Guennebaud2012-01-31
|
* add missing return *thisGravatar Gael Guennebaud2012-01-31
|
* rm non standard and useless overloads of is_arithmetic for long longGravatar Gael Guennebaud2012-01-31
|