aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* 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
|
* SparseLU does not accept row-major matrices for the destination.Gravatar Gael Guennebaud2013-02-22
|
* Clarify the doc for column-pivoting QRGravatar Desire NUENTSA2013-02-21
|
* Guard against transposeInPlace on non-square non-resizable matrix.Gravatar Jitse Niesen2013-02-20
| | | | Inspired by question by Martin Drozdik at stackoverflow.com/q/14954983
* Add setPivotThreshold to Sparse QRGravatar Desire NUENTSA2013-02-20
|
* Correct the SPQR backend for rank-deficient matrices and delete some public ↵Gravatar Desire NUENTSA2013-02-20
| | | | functions
* Add matrixR() to get the triangular factor from the Householder QRGravatar Desire NUENTSA2013-02-20
|
* Metis ordering backend supports only squared matricesGravatar Desire NUENTSA2013-02-20
|
* Fix linear vectorized transversal in linspace (fixes bug #526).Gravatar Jitse Niesen2013-02-18
|
* Add a rank-revealing feature to sparse QRGravatar Desire NUENTSA2013-02-15
|
* Workaround the following warning: "assuming signed overflow does not occur ↵Gravatar Gael Guennebaud2013-02-15
| | | | when assuming that (X + c) < X is always false"
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15
|
* Fix SSE plog<float> to return -INF on 0Gravatar Gael Guennebaud2013-02-14
|
* Add missing using std::sqrtGravatar Gael Guennebaud2013-02-14
|
* Fix some implicit int64 to int conversion warnings. However, the real issueGravatar Gael Guennebaud2013-02-14
| | | | | | | is that PermutationMatrix mixes the type of the stored indices and the "Index" type used for the sizes, coeff indices, etc., which should be DenseIndex. (transplanted from 66cbfd4d39efbec240fe90b2dd77293e71f060e8 )
* Fix bug in aligned_free with windows CEGravatar Gael Guennebaud2013-02-13
|
* Fix bug #544: assertion in JacobiSVD when compiling with ↵Gravatar Gael Guennebaud2013-02-12
| | | | EIGEN_NO_AUTOMATIC_RESIZING
* Fix bug #551: compilation issue when using EIGEN_DEFAULT_DENSE_INDEX_TYPEGravatar Gael Guennebaud2013-02-09
|
* add EIGEN_INITIALIZE_MATRICES_BY_NANGravatar Gael Guennebaud2013-02-07
|
* Add missing operator= in RefBaseGravatar Gael Guennebaud2013-02-07
|
* Add missing data member function in CwiseUnaryViewGravatar Gael Guennebaud2013-02-07
|
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
|
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|
* Correct bug in SPQR backend and replace matrixQR by matrixRGravatar Desire NUENTSA2013-01-29
|
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
|
* Added missing using std::sqrt.Gravatar Hauke Heibel2013-01-27
|
* Add additional methods in SparseLU and Improve the naming conventionsGravatar Desire NUENTSA2013-01-25
|
* Merged local branch with main trunkGravatar Desire NUENTSA2013-01-25
|\
| * add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
| |
* | Suppress annoying "may be used uninitialized in this function" warning with ↵Gravatar Gael Guennebaud2013-01-24
|/ | | | gcc >= 4.6
* Workaround "error: floating-point literal cannot appear in a ↵Gravatar Gael Guennebaud2013-01-23
| | | | | | constant-expression" in mpreal.h when compiling with predantic. (I really don't know how to properly fix this))
* Fix SparseLU special gemm kernel on 32 bits system w/o SSEGravatar Gael Guennebaud2013-01-23
|
* remove dummy code in ColPivHouseholderQR::solveGravatar Gael Guennebaud2013-01-23
|
* Workaround gcc-4.7 bug #53900 (too aggressive optimization in our alignment ↵Gravatar Gael Guennebaud2013-01-22
| | | | check)
* Fix documentation for SparseLUGravatar Desire NUENTSA2013-01-21
|
* Documentation for the ordering methodsGravatar Desire NUENTSA2013-01-21
|
* Fix traits of Map<Quaternion>, and respectively extend the unit testsGravatar Gael Guennebaud2013-01-20
|
* Some minor documentation fixes in QuaternionGravatar Gael Guennebaud2013-01-20
|
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
|
* Move the definition of DenseBase::InnerIterator to Core module. (needed to ↵Gravatar Gael Guennebaud2013-01-15
| | | | make blueNorm generic)
* Delete unused variable in SparseLUGravatar Desire NUENTSA2013-01-14
|
* Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix ↵Gravatar Desire NUENTSA2013-01-14
| | | | build issue of sparseqr
* Fix the column permutation in SparseQRGravatar Desire NUENTSA2013-01-14
|
* Fix bug #540: SelfAdjointEigenSolver improperly used the upper triangular ↵Gravatar Sergey Popov2013-01-12
| | | | part to extract the scaling factor.
* Cleaning documentation pass in ordering and ILUTGravatar Gael Guennebaud2013-01-12
|