aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* Fix a serious bug in handmade_aligned_realloc: original data have to be ↵Gravatar Gael Guennebaud2013-04-10
| | | | moved if the alignment offset differs.
* Remove a useless variable in blueNormGravatar Gael Guennebaud2013-04-10
|
* bug #564: document the fact that minCoeff/maxCoeff members have undefined ↵Gravatar Gael Guennebaud2013-04-09
| | | | behavior if the matrix contains NaN.
* Fix bug #562: add vector-wise normalized and normalize functionsGravatar Gael Guennebaud2013-04-09
|
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
|
* Add missing epsilon/dummy_precision function in NumTraits<Array>Gravatar Gael Guennebaud2013-04-09
|
* Fix bug #581: remove useless piece of code is blueNormGravatar Gael Guennebaud2013-04-09
|
* Replace int by IndexGravatar Desire NUENTSA2013-04-08
|
* Fixing bug #578. Thanks to Angelos <filiatra@gmail.com>Gravatar Christoph Hertzberg2013-04-03
|
* Fix warning: implicit conversion loses integer precision in SparseMatrix. No ↵Gravatar Gael Guennebaud2013-03-20
| | | | need to use std::ptrdiff_t instead of Index since this later is requested to be signed.
* Allow multiplication like binary operators to be applied on type couples ↵Gravatar Gael Guennebaud2013-03-20
| | | | supported by scalar_product_traits
* Add SSE4 min/max for integersGravatar Gael Guennebaud2013-03-20
|
* Bug567 : Fix iterative solvers to immediately return when the initial guess ↵Gravatar Desire NUENTSA2013-03-20
| | | | is the true solution and for trivial solution
* Use a template Index for COLAMD orderingGravatar Desire NUENTSA2013-03-20
|
* Handle zero right hand side in CG and GMRESGravatar Desire NUENTSA2013-03-20
|
* Make cpuid not use %%esi -> dangerous if someone is using it.Gravatar Gael Guennebaud2013-03-19
|
* Fix bug #566: rbx register has to be saved when calling cpuid on x84_64 with ↵Gravatar Michael Schmidt2013-03-19
| | | | -fPIC and medium or large code models.
* Include SparseLU and SparseQRGravatar Desire NUENTSA2013-03-13
|
* bug #563 : Sparse block assignments should be called on compressed matrices. ↵Gravatar Desire NUENTSA2013-03-11
| | | | Uncompressed matrices will be supported later
* Handle special case in atanh2(x,y) when y = 0.Gravatar Jitse Niesen2013-03-09
| | | | This fixes matrix_power unit test on clang.
* bump to 3.2-beta1 (3.1.91)Gravatar Gael Guennebaud2013-03-07
|
* Fix bug in SparseLU kernel for 32bits indicesGravatar Desire NUENTSA2013-03-06
|
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
|
* Fix mismatched free/deleteGravatar Desire NUENTSA2013-03-05
|
* Update doc for the sparse moduleGravatar Desire NUENTSA2013-03-05
|
* Fix overlaping operands when calling memcpyGravatar Gael Guennebaud2013-03-04
|
* Fix a couple of remaining warnings (missing newlines, inline-noinline, ↵Gravatar Gael Guennebaud2013-03-01
| | | | meaningless type qualifiers)
* Remove assumption on RowMajorBit==RowMajor and ColMajor==0Gravatar Gael Guennebaud2013-03-01
|
* Add missing template keyword in evaluatorsGravatar Gael Guennebaud2013-03-01
|
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
|
* Fix "type qualifiers are meaningless here" warningsGravatar Gael Guennebaud2013-02-28
|
* Fix "storage class is not first" warningsGravatar Gael Guennebaud2013-02-28
|
* MSVC fix; the base class typedef shadowed the local template parameter.Gravatar Hauke Heibel2013-02-28
|
* Fix compilation with ICC that was unable to instanciate first_alignedGravatar Gael Guennebaud2013-02-26
|
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26
|
* Fix computation of outer-stride when calling .real() or .imag()Gravatar Gael Guennebaud2013-02-26
|
* workaround "may be used uninitialized in this function" warningGravatar Gael Guennebaud2013-02-26
|
* Add assertion on the input matrix size in factorizations relying on ↵Gravatar Gael Guennebaud2013-02-26
| | | | permutations of 32bits int
* Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with ↵Gravatar Gael Guennebaud2013-02-25
| | | | -fsanitize=address, and allow users to manually tell whether EIGEN_MALLOC_ALREADY_ALIGNED.
* bug #482: pass scalar arguments by const references. Still remains a few ↵Gravatar Gael Guennebaud2013-02-25
| | | | cases that might affect the ABI (see the bug entry)
* Add reference for the default threshold in sparse QRGravatar Desire NUENTSA2013-02-25
|
* Fix the computation of the default pivot threshold for sparse QRGravatar Desire NUENTSA2013-02-25
|
* Fix bug #483: optimize outer-products to skip setZero and a scalar multiple ↵Gravatar Gael Guennebaud2013-02-25
| | | | when not needed.
* Fix segfault in SparseBlock::InnerIteratorGravatar Gael Guennebaud2013-02-25
|
* Fix bug #496: generalize internal rank1_update implementation to accept ↵Gravatar Gael Guennebaud2013-02-24
| | | | | | uplo(A) += v * w and make A.triangularView() += v * w uses it. Update unit tests and blas interface respectively.
* Remove superfluous cast.Gravatar Gael Guennebaud2013-02-24
|
* Cleaning pass on SparseQRGravatar Gael Guennebaud2013-02-24
|
* Avoid problematic ternary operator ↵Gravatar Gael Guennebaud2013-02-23
| | | | (http://forum.kde.org/viewtopic.php?f=74&t=109486)
* Fix EIGEN_INITIALIZE_MATRICES_BY_NAN.Gravatar Sebastien Barthelemy2013-02-22
|
* remove double parenthesisGravatar Gael Guennebaud2013-02-22
|