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
*
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
*
add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m...
Gael Guennebaud
2010-11-26
*
fix a couple of issues with TridiagonalMatrix
Gael Guennebaud
2010-11-26
*
s/id/p to avoid name clash
Gael Guennebaud
2010-11-26
*
fully implement scalar_fuzzy_impl<bool> as, e.g., the missing isMuchSmallerTh...
Gael Guennebaud
2010-11-25
*
fix bug #122 : rank 2 update test and scalar multiple extraction were both wrong
Gael Guennebaud
2010-11-23
*
make UpperBidiagonalization internal: don't want to support it, it's not used.
Benoit Jacob
2010-11-23
*
Rework nested<> to be cleaner, see bug #76.
Benoit Jacob
2010-11-23
*
Improves the filter for hidden files in "Eigen" and "Eigen/src".
Frederic Gosselin
2010-11-22
*
this product still badly read the imaginary part on the diagonal
Gael Guennebaud
2010-11-22
*
holy crap, i had disabled all static asserts in 71f023de3e7a41f456d538d4cdb75...
Benoit Jacob
2010-11-22
*
fix compilation of product_mmtr
Gael Guennebaud
2010-11-21
*
add missing non const data() method to MapBase
Gael Guennebaud
2010-11-21
*
make sure our internal selfadjoint*vector product does not use the imaginary ...
Gael Guennebaud
2010-11-21
*
implements TRMV level 2 blas routine
Gael Guennebaud
2010-11-20
*
make trmv uses direct access
Gael Guennebaud
2010-11-20
*
IBM XL C compiler supports __attribute__((aligned(n))) syntax
Gael Guennebaud
2010-11-19
*
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
[next]