index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
fix typo
Thomas Capricelli
2010-11-19
*
update rank 2 update doc
Gael Guennebaud
2010-11-19
*
makes rank 2 update function conformant to BLAS HER2
Gael Guennebaud
2010-11-19
*
fix compilation of transform * scaling
Gael Guennebaud
2010-11-19
*
Add support for sparse symmetric permutations
Gael Guennebaud
2010-11-18
*
fix some remainign issue with ei_ -> internal change
Gael Guennebaud
2010-11-16
*
new feature: copy from a sparse selfadjoint view to a full sparse matrix
Gael Guennebaud
2010-11-15
*
fix return type of rightHouseholderSequence()
Gael Guennebaud
2010-11-15
*
Correct std::map fix (two commits ago); copy fix to aligned_allocator doc.
Jitse Niesen
2010-11-12
*
properly use nested types
Gael Guennebaud
2010-11-10
*
prevent warning
Gael Guennebaud
2010-11-10
*
generalize our internal rank K update routine to support more general A*B pro...
Gael Guennebaud
2010-11-10
*
add missing specialization
Gael Guennebaud
2010-11-09
*
fix Eigen's trsv for complexes
Gael Guennebaud
2010-11-05
*
blas level2: gemv and trsv are green
Gael Guennebaud
2010-11-05
*
trsv: simplifications/cleaning
Gael Guennebaud
2010-11-05
*
trsv: add support for inner-stride!=1, reduce code instanciation, move implem...
Gael Guennebaud
2010-11-05
*
fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)
Gael Guennebaud
2010-11-04
*
fix matrix product bug with OpenMP
Gael Guennebaud
2010-11-03
*
rm auto normalization in favor of clamping
Gael Guennebaud
2010-11-03
*
Fix bug #65.
Hauke Heibel
2010-11-02
*
Added a comment on why is_arithmetic is used in DenseCoeffsBase.
Hauke Heibel
2010-11-02
*
Fixed compilation due to lacking Transform definitions.
Hauke Heibel
2010-11-01
*
oops (rm commented code)
Gael Guennebaud
2010-11-01
*
Let's be safe: enable auto normalization is quaternion to angle-axis code sin...
Gael Guennebaud
2010-10-31
*
add eigen2support Transform typedefs, add Eigen2To3 section on Transform
Benoit Jacob
2010-10-29
*
document LvalueBit better
Benoit Jacob
2010-10-28
*
generalize the prune function
Gael Guennebaud
2010-10-28
*
fix sparse rankUpdate and triangularView iterator
Gael Guennebaud
2010-10-27
*
add the possibility to solve for sparse rhs with Cholmod
Gael Guennebaud
2010-10-27
*
Fixed bug #95 by changing _M_IX64 to _M_X64 as proposed by Jan Schlicht.
Hauke Heibel
2010-10-27
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Fixed bug #84.
Hauke Heibel
2010-10-21
*
renaming: ei_matrix_storage -> DenseStorage
Benoit Jacob
2010-10-20
*
rename PlanarRotation -> JacobiRotation
Benoit Jacob
2010-10-19
*
work around stupid msvc error when constructing at compile time an expression
Benoit Jacob
2010-10-19
*
Fixed bug #79.
Hauke Heibel
2010-10-19
*
re-fix the broken msvc warning in JacobiSVD
Benoit Jacob
2010-10-18
*
improvements in pages 5 and 7 of the tutorial.
Benoit Jacob
2010-10-18
*
fix stupid msvc warning in jacobisvd
Benoit Jacob
2010-10-18
*
add jacobiSvd() method, update test & docs
Benoit Jacob
2010-10-17
*
bump to 2.92.0
Benoit Jacob
2010-10-15
*
doc typo
Benoit Jacob
2010-10-14
*
JacobiSVD doc fix
Benoit Jacob
2010-10-14
*
JacobiSVD:
Benoit Jacob
2010-10-14
*
compilation fix
Gael Guennebaud
2010-10-14
*
fix compilation and warnings with fcc 4.0.1
Gael Guennebaud
2010-10-13
*
remove SVD class (was bad code taked from elsewhere)
Benoit Jacob
2010-10-12
[next]