aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added tag 3.2-beta1 for changeset 22385920621ed00e32e557f831ae18bbd59bb8e3Gravatar Gael Guennebaud2013-03-07
|
* 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
|
* Do not globally disable stupid warnings in our unit test since such warnings ↵Gravatar Gael Guennebaud2013-03-01
| | | | do affect user code.
* Fix a couple of remaining warnings (missing newlines, inline-noinline, ↵Gravatar Gael Guennebaud2013-03-01
| | | | meaningless type qualifiers)
* Fix "missing return statement at end of non-void function"Gravatar Gael Guennebaud2013-03-01
|
* Update to latest mpreal.Gravatar Gael Guennebaud2013-03-01
|
* Remove assumption on RowMajorBit==RowMajor and ColMajor==0Gravatar Gael Guennebaud2013-03-01
|
* Add missing template keyword in evaluatorsGravatar Gael Guennebaud2013-03-01
|
* Add missing template keywordGravatar Gael Guennebaud2013-03-01
|
* Fix "explicit instantiation of 'Eigen::Spline' must occur in namespace ↵Gravatar Gael Guennebaud2013-02-28
| | | | 'Eigen'" warnings
* 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
|
* Prevent calling .norm() on integer matrices in the unit tests.Gravatar Hauke Heibel2013-02-28
|
* MSVC fix; the compiler failed to detect the correct overload.Gravatar Hauke Heibel2013-02-28
|
* Fixed compiler warning.Gravatar Hauke Heibel2013-02-28
|
* MSVC fix; the base class typedef shadowed the local template parameter.Gravatar Hauke Heibel2013-02-28
|
* The ref unit test cannot be easily written to work with ↵Gravatar Gael Guennebaud2013-02-27
| | | | EIGEN_DEFAULT_TO_ROW_MAJOR
* Fixed MSVC dashboard (Experimental/Continuous) build scripts.Gravatar Hauke Heibel2013-02-27
|
* Fix two numerical issues in unit tests.Gravatar Gael Guennebaud2013-02-27
|
* Remove ICC warning in nomalloc unit test.Gravatar Gael Guennebaud2013-02-26
|
* Fix compilation with ICC that was unable to instanciate Scaling from Eigen's ↵Gravatar Gael Guennebaud2013-02-26
| | | | namespace.
* 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
|
* Add the possibility to define a custom build-string suffixGravatar 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
* Workaround warning: assuming signed overflow does not occur when...Gravatar Gael Guennebaud2013-02-26
|
* Fix no newline warning.Gravatar Gael Guennebaud2013-02-26
|
* 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.
* conservative_resize unit test was executed only onceGravatar Gael Guennebaud2013-02-25
|
* Output random generator seed in case of failure so that we have it in CDash.Gravatar Gael Guennebaud2013-02-25
|
* Fix segfault in SparseBlock::InnerIteratorGravatar Gael Guennebaud2013-02-25
|
* Remove erroneously committed debugging stuff.Gravatar Gael Guennebaud2013-02-25
|
* Fix visitor unit test.Gravatar 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
|
* Extend sparseqr unit test to check linearly dependent columnsGravatar Gael Guennebaud2013-02-24
|
* Cleaning pass on SparseQRGravatar Gael Guennebaud2013-02-24
|
* Fix another issue related to summing up many signed values.Gravatar Gael Guennebaud2013-02-23
|