index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix SSE plog<float> to return -INF on 0
Gael Guennebaud
2013-02-14
*
Remove the following note made by gcc: "The ABI of passing structure with com...
Gael Guennebaud
2013-02-14
*
Add missing using std::sqrt
Gael Guennebaud
2013-02-14
*
Update adjoint unit test to avoid instantiating sqrt(int)
Gael Guennebaud
2013-02-14
*
Update basicstuff unit test to avoid instantiating the ambiguous sqrt(int)
Gael Guennebaud
2013-02-14
*
Fix some implicit int64 to int conversion warnings. However, the real issue
Gael Guennebaud
2013-02-14
*
Fix bug in aligned_free with windows CE
Gael Guennebaud
2013-02-13
*
Fix bug #544: assertion in JacobiSVD when compiling with EIGEN_NO_AUTOMATIC_R...
Gael Guennebaud
2013-02-12
*
Fix bug #551: compilation issue when using EIGEN_DEFAULT_DENSE_INDEX_TYPE
Gael Guennebaud
2013-02-09
*
add EIGEN_INITIALIZE_MATRICES_BY_NAN
Gael Guennebaud
2013-02-07
*
Add missing operator= in RefBase
Gael Guennebaud
2013-02-07
*
Add missing data member function in CwiseUnaryView
Gael Guennebaud
2013-02-07
*
Fix some MPL2/LGPL lisencing confusions
Gael Guennebaud
2013-02-06
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
Correct bug in SPQR backend and replace matrixQR by matrixR
Desire NUENTSA
2013-01-29
*
Change int to Index type for SparseLU
Desire NUENTSA
2013-01-29
*
Added missing using std::sqrt.
Hauke Heibel
2013-01-27
*
Added Visual Studio 2012 debug visualizers.
Hauke Heibel
2013-01-26
*
Add additional methods in SparseLU and Improve the naming conventions
Desire NUENTSA
2013-01-25
*
Merged local branch with main trunk
Desire NUENTSA
2013-01-25
|
\
|
*
add support for solving with sparse right hand side
Desire NUENTSA
2013-01-25
*
|
Suppress annoying "may be used uninitialized in this function" warning with g...
Gael Guennebaud
2013-01-24
*
|
Check that NeedsToAlign is properly sets before checking alignment
Gael Guennebaud
2013-01-24
|
/
*
Remove dummy code in MPRealSupport
Gael Guennebaud
2013-01-24
*
Relax a bit the precision in mpreal unit test.
Gael Guennebaud
2013-01-23
*
Specialize GEBP traits and kernel for mpreal to by-pass mpreal and remove the...
Gael Guennebaud
2013-01-23
*
Workaround "error: floating-point literal cannot appear in a constant-express...
Gael Guennebaud
2013-01-23
*
Fix SparseLU special gemm kernel on 32 bits system w/o SSE
Gael Guennebaud
2013-01-23
*
remove dummy code in ColPivHouseholderQR::solve
Gael Guennebaud
2013-01-23
*
Workaround gcc-4.7 bug #53900 (too aggressive optimization in our alignment c...
Gael Guennebaud
2013-01-22
*
Recent UMFPACK library requires to link to libSuiteSparse
Gael Guennebaud
2013-01-22
*
Fix test for Metis
Desire NUENTSA
2013-01-21
*
Fix documentation for SparseLU
Desire NUENTSA
2013-01-21
*
Documentation for the ordering methods
Desire NUENTSA
2013-01-21
*
Test for the sparse Blue norm
Desire NUENTSA
2013-01-21
*
Unit test for the Metis Ordering package
Desire NUENTSA
2013-01-21
*
Fix traits of Map<Quaternion>, and respectively extend the unit tests
Gael Guennebaud
2013-01-20
*
Some minor documentation fixes in Quaternion
Gael Guennebaud
2013-01-20
*
I think it's OK to let XprHelper.h determine the nested type.
Chen-Pang He
2012-10-15
*
Remove unused typedef (traits<MatrixPowerProduct>::PlainObject) for brevity.
Chen-Pang He
2012-10-14
*
Simplify traits<MatrixPowerProduct>: StorageKind must be Dense because Matrix...
Chen-Pang He
2012-10-14
*
Use the nested type instead of const reference
Chen-Pang He
2012-10-14
*
Just tidy up: no need to specify template parameters inside class body.
Chen-Pang He
2012-10-14
*
Make MatrixPowerTriangularAtomic::computePade static because it should be.
Chen-Pang He
2012-10-07
*
Use simplified return type, trying to work around MSVC.
Chen-Pang He
2012-10-03
*
Make use of TRMM (speed up), and remove useless condition (the triangular don...
Chen-Pang He
2012-10-02
*
Make better decision on PartialPivLU vs inverse(): We have specialized invers...
Chen-Pang He
2012-10-02
*
Add test for real MatrixPowerTriangular.
Chen-Pang He
2012-09-30
*
Avoid Schur decomposition on (quasi-)triangular matrices. (Huge speed up!)
Chen-Pang He
2012-09-30
*
Implement complex MatrixPowerTriangular. There are still problems with real one.
Chen-Pang He
2012-09-30
[next]