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
*
Make HouseholderSequence::setTrans() protected (cf. bug #50).
Jitse Niesen
2011-01-06
*
Fixed #148 where a const-accessor for coefficients was missing in the MatrixW...
Hauke Heibel
2011-01-04
*
Fix bug in symmetric rank-2 update for row-major matrices (bug #144).
Jitse Niesen
2011-01-04
*
Const-correctness fix for gemv_selector<OnTheRight,ColMajor,true> (bug #144).
Jitse Niesen
2011-01-04
*
fix severe perf bug: coeff-based matrix products were not considered aligned,...
Benoit Jacob
2011-01-02
*
Document HouseholderSequence.
Jitse Niesen
2011-01-02
*
merge
Gael Guennebaud
2010-12-31
|
\
|
*
fix sparse time dense product with a rowmajor lhs
Gael Guennebaud
2010-12-31
*
|
[Sparse] Added regression tests for the two bugfixes, the code passes all spa...
David J. Luitz
2010-12-30
|
/
*
fix compilation of code using e.g. Transpose<const Foo>::data() non-const-qua...
Benoit Jacob
2010-12-30
*
fix compile errors in Tridiagonalization and in doc examples
Benoit Jacob
2010-12-30
*
fix HouseholderSequence API, bug #50:
Benoit Jacob
2010-12-30
*
Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN.
Jitse Niesen
2010-12-29
*
fixed msvc9 build errors.
Jose Luis Blanco
2010-12-29
*
fix MSVC warnings, bug #143
Jose Luis Blanco
2010-12-29
*
fix preprocessor checks for availability of cpuid
Thomas Capricelli
2010-12-28
*
Mention ptr_fun in docs for .unaryExpr()
Jitse Niesen
2010-12-27
*
Move doxygen comments for EIGEN_NO_DEBUG from source to I14.
Jitse Niesen
2010-12-27
*
move BandMatrix and TridiagonalMatrix to the internal:: namespace
Benoit Jacob
2010-12-25
*
more renaming to make this file matrix-or-array-agnostic
Benoit Jacob
2010-12-25
*
rename macro
Benoit Jacob
2010-12-25
*
remove EIGEN_REF_TO_TEMPORARY, clarify docs
Benoit Jacob
2010-12-25
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
Added automatic SSE3/4.1/4.2 support for MSVC.
Hauke Heibel
2010-12-16
*
Fixed compound subtraction in ArrayBase where the assignment needs to be carr...
Hauke Heibel
2010-12-16
*
Fixed ctor from const raw data for Matrices and added the missing implementat...
Hauke Heibel
2010-12-15
*
Fix bug #133: remove the EIGEN_RESTRICT which was useless here anyway
Gael Guennebaud
2010-12-13
*
Fixed NEON compilation errors, changed float-abi back to softfp (which is the...
Konstantinos Margaritis
2010-12-10
*
bug #54 - The big Map const-correctness changes
Benoit Jacob
2010-12-10
*
suppress stupid warning
Gael Guennebaud
2010-12-10
*
fix compilation
Gael Guennebaud
2010-12-10
*
fix compilation with ICC (template keyword on a non template method)
Gael Guennebaud
2010-12-10
*
fix ICE with gcc 3.4 and 4.0.1
Gael Guennebaud
2010-12-10
*
fix bug #128 : tridiagonalization failed for 1x1 matrices
Gael Guennebaud
2010-12-09
*
simplification
Gael Guennebaud
2010-12-09
*
fix compilation of sparse_basic for DynamicSparseMatrix
Gael Guennebaud
2010-12-09
*
fix the build of eigensolver_complex test.
Benoit Jacob
2010-12-09
*
fix bug #127. our product selection logic was flawed in that it used the Max-...
Benoit Jacob
2010-12-09
*
fix comment
Benoit Jacob
2010-12-07
*
[mq]: Mingw32 fix
Eamon Nerbonne
2010-12-03
*
add main ei_* functions into Eigen2Support
Gael Guennebaud
2010-12-03
*
Applied a fix to our std::vector specialization which prevents the usage of w...
Hauke Heibel
2010-12-02
*
add is_const
Benoit Jacob
2010-12-01
*
remove makeconst_return_type
Benoit Jacob
2010-12-01
*
Fixed compilation of tridiagonalization related unit tests.
Hauke Heibel
2010-11-27
*
Removed remove_const_on_value_type since the meaning is unclear and it is in ...
Hauke Heibel
2010-11-26
*
Added STL like (add|remove)_const. Fixed add_const_on_value_type for "const T...
Hauke Heibel
2010-11-26
*
Postfixed add_const and remove_const by _on_value_type to express the differe...
Hauke Heibel
2010-11-26
*
make HessenbergDecompositionMatrixHReturnType internal
Gael Guennebaud
2010-11-26
*
make TridiagonalizationMatrixTReturnType internal and only export a public Ma...
Gael Guennebaud
2010-11-26
[next]