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
...
*
implement SYMV level2 blas routines
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
*
fix issue 114: workaround cmake enable_language bug
Gael Guennebaud
2010-11-20
*
IBM XL C compiler supports __attribute__((aligned(n))) syntax
Gael Guennebaud
2010-11-19
*
some cleaning in blas level 2
Gael Guennebaud
2010-11-19
*
fix typo
Thomas Capricelli
2010-11-19
*
implement GERC and GERU blas routines
Gael Guennebaud
2010-11-19
*
implement GER blas routine
Gael Guennebaud
2010-11-19
*
implement HER and HER2 blas routines
Gael Guennebaud
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
*
implement SYR and SYR2
Gael Guennebaud
2010-11-19
*
add regression unit test
Gael Guennebaud
2010-11-19
*
fix compilation of transform * scaling
Gael Guennebaud
2010-11-19
*
clean a bit AMD and SimplicialCholesky and add support for partly stored self...
Gael Guennebaud
2010-11-18
*
Add support for sparse symmetric permutations
Gael Guennebaud
2010-11-18
*
update blas lib wrt recent change of general_matrix_matrix_triangular_product
Gael Guennebaud
2010-11-16
*
Docs: aliasing and component-wise operations.
Jitse Niesen
2010-11-16
*
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
*
fix doc compilation
Thomas Capricelli
2010-11-12
*
Docs: correct declaration of aligned std::map in TopicStlContainers.
Jose Luis Blanco
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
*
extend unit test to cover previous bug
Gael Guennebaud
2010-11-05
*
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 error handling of level 1 routines
Gael Guennebaud
2010-11-04
*
add a minimum degree ordering routine based on CSparse (LGPL) and a new built...
Gael Guennebaud
2010-11-04
*
fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)
Gael Guennebaud
2010-11-04
*
fixes related to ei_ -> internal change
Gael Guennebaud
2010-11-04
*
merge
Gael Guennebaud
2010-11-04
|
\
*
|
implement proper error handling in level 3 routines
Gael Guennebaud
2010-11-03
*
|
improve detection of erros
Gael Guennebaud
2010-11-03
|
*
fix matrix product bug with OpenMP
Gael Guennebaud
2010-11-03
|
*
rm auto normalization in favor of clamping
Gael Guennebaud
2010-11-03
|
*
Additional fix to enforce the compiler to use the correct prunning method.
Hauke Heibel
2010-11-02
|
*
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
|
*
implement VERIFY in a function so it doesn't get compiled thousands of times.
Benoit Jacob
2010-10-29
[prev]
[next]