aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* fix stupid warning (bug #185)Gravatar Gael Guennebaud2011-02-14
|
* Improve the Transform interface in order to prevent T.rotation() = R from ↵Gravatar Hauke Heibel2011-02-14
| | | | compiling.
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
|
* bumpGravatar Benoit Jacob2011-02-12
|
* MSVC does not like using uninitialized SSE variables, so we have to pass all ↵Gravatar Hauke Heibel2011-02-12
| | | | zeros.
* MergeGravatar Hauke Heibel2011-02-12
|\
* | Disabled warning regarding the use of uninitialized variables on MSVC.Gravatar Hauke Heibel2011-02-12
| |
| * Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|/
* implement optimized ploadu for MSVC10: this also fix bad code generation in ↵Gravatar Gael Guennebaud2011-02-12
| | | | gebp_kernel :)
* since gebp_kernel handled the scaling by alpha it used too many packets, ↵Gravatar Gael Guennebaud2011-02-12
| | | | this patch fix that.
* Reduced error traces when mixing matrices with different scalar types.Gravatar Hauke Heibel2011-02-11
|
* fix Transform documention regarding ModeGravatar Gael Guennebaud2011-02-10
|
* The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ↵Gravatar Benoit Jacob2011-02-09
| | | | though it doesnt segfault as msvc 2008 did
* remove debug #errorGravatar Benoit Jacob2011-02-09
|
* back out changeset efdf2e405664163c685127aecec53a21977f8031Gravatar Benoit Jacob2011-02-09
| | | | . It turns out that the SSE3 header is always included, even without any SSE enabled, so it was making us wrongly use SSE3 paths. Backing this out fixes msvc related crashes, at least bug #165.
* fix redundancyGravatar Gael Guennebaud2011-02-09
|
* workaround gcc 4.2.1 ICE (fix bug #145)Gravatar Gael Guennebaud2011-02-09
|
* fix memory leak (when conservatively resizing vectors of dynamically ↵Gravatar Gael Guennebaud2011-02-07
| | | | allocated scalar types such as bugnums)
* now random<integer types> spans over 0..RAND_MAX, or -RAND_MAX/2..RAND_MAX/2 ↵Gravatar Benoit Jacob2011-02-07
| | | | for signed types, or the most significant bits for smaller integer types.
* fix fuzzy compares for integer types, using a selectorGravatar Benoit Jacob2011-02-07
|
* workaround gcc 4.2 and 4.3 compilation issue with NEONGravatar Gael Guennebaud2011-02-07
|
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
|
* mergeGravatar Benoit Jacob2011-02-06
|\
* | fix const correctness in Diagonal::coeffRef (fix found by failtests)Gravatar Benoit Jacob2011-02-06
| |
* | fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)Gravatar Benoit Jacob2011-02-06
| |
| * Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|/
* fix under- and overflowGravatar Gael Guennebaud2011-02-06
|
* Made MatrixBase::BasisReturnType const.Gravatar Hauke Heibel2011-02-05
|
* Fix Diagonal related const correctness issues.Gravatar Hauke Heibel2011-02-05
|
* Fixed hidden const correctness issue.Gravatar Hauke Heibel2011-02-05
|
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
| | | | | This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf .
* fix misc warningsGravatar Thomas Capricelli2011-02-04
|
* turnaround for a compiler bug in gcc 3.4.6Gravatar Thomas Capricelli2011-02-04
|
* fix SSE3 issue (infinite loop after the ei_ => internal change) - this fix ↵Gravatar Gael Guennebaud2011-02-03
| | | | bug #174
* fix compilation with MSVCGravatar Gael Guennebaud2011-02-03
|
* add Map static methods taking Strides, add test checking for compilation errorsGravatar Benoit Jacob2011-02-03
|
* add global tan functionGravatar Gael Guennebaud2011-02-03
|
* add tan function in Array worldGravatar Jason Newton2011-02-03
|
* fix compilation with MSVC2005 (strange, stupid fixes for MSVC9 confuse ↵Gravatar Gael Guennebaud2011-02-02
| | | | MSVC8....)
* split BandMatrix to a base and a wrapper classGravatar Gael Guennebaud2011-02-02
|
* fix 168 : now TriangularView::solve returns by value making ↵Gravatar Gael Guennebaud2011-02-01
| | | | | | TriangularView::solveInPlace less important. Also fix the very outdated documentation of this function.
* mark the packet access methods as internalGravatar Gael Guennebaud2011-02-01
|
* implement optimized path for selfadjoint rank 1 update (safe regarding ↵Gravatar Gael Guennebaud2011-02-01
| | | | dynamic alloc)
* fix alignment issueGravatar Gael Guennebaud2011-02-01
|
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
|
* notify the creation of manual temporariesGravatar Gael Guennebaud2011-02-01
|
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
|
* operator(int) and the likes are not only fine for linear storageGravatar Gael Guennebaud2011-02-01
|
* fix packing criterionGravatar Gael Guennebaud2011-02-01
|
* fix dynamic allocation for fixed size objects in matrix-vector productGravatar Gael Guennebaud2011-01-31
|