index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
*
fix a couple of compilations issues
Gael Guennebaud
2009-08-06
*
more product refactoring
Gael Guennebaud
2009-08-06
*
big refactoring in Product.h:
Gael Guennebaud
2009-08-05
*
implement a ProductBase class and, as a proof of concept, update TriangularPr...
Gael Guennebaud
2009-08-04
*
merge
Gael Guennebaud
2009-08-04
|
\
*
|
implement two levels of blocking in PartialLU => high speedup
Gael Guennebaud
2009-08-04
|
*
make the dot product linear in the second variable, not the first variable
Benoit Jacob
2009-08-03
|
/
*
merge with special_matrix branch
Gael Guennebaud
2009-08-03
|
\
*
\
merge
Gael Guennebaud
2009-08-03
|
\
\
|
*
|
add new Householder module
Benoit Jacob
2009-08-03
*
|
|
implements a blocked version of PartialLU
Gael Guennebaud
2009-08-03
*
|
|
bugfix in trsm
Gael Guennebaud
2009-08-02
|
|
*
apply patch from Marcus Hanwell: Improved quoting of tests when added to the ...
Benoit Jacob
2009-08-02
*
|
|
add blocked LLT, and bugfix in trsm asserts
Gael Guennebaud
2009-08-01
|
/
/
*
|
add selfadjointView from a trinagularView
Gael Guennebaud
2009-07-31
*
|
fix a couple of issues related to recent products
Gael Guennebaud
2009-07-28
*
|
synch with main branch
Gael Guennebaud
2009-07-28
|
\
|
*
|
add a debug mechanism to compute the number of intermediate evaluations (only...
Gael Guennebaud
2009-07-28
*
|
bug fix in inverse for 1x1 matrix,
Gael Guennebaud
2009-07-27
*
|
compilation fixes
Gael Guennebaud
2009-07-27
*
|
various compilation and bug fixes in selfadjoint stuff
Gael Guennebaud
2009-07-27
*
|
trmm is now fully working and available via TriangularView::operator*
Gael Guennebaud
2009-07-27
*
|
finalize trsm: works in all situations, and it is now used by solve() and sol...
Gael Guennebaud
2009-07-26
*
|
split and add unit tests for symm and syrk,
Gael Guennebaud
2009-07-23
*
|
improve SYMV it is now faster and ready for use
Gael Guennebaud
2009-07-23
*
|
addd matrix * self adjoint high level API
Gael Guennebaud
2009-07-23
*
|
bugfix in SYMM
Gael Guennebaud
2009-07-22
*
|
implement high level API for SYMM and fix a couple of bugs related to complex
Gael Guennebaud
2009-07-22
*
|
* refactoring of the matrix product into multiple small kernels
Gael Guennebaud
2009-07-21
*
|
* various fixes related to sub diagonals and band matrix
Gael Guennebaud
2009-07-21
|
*
minor compilation fixes for Sun CC and ICC
Gael Guennebaud
2009-07-20
|
*
bugfix for a = a * b; when a has to be resized
Gael Guennebaud
2009-07-20
|
*
re-implement stableNorm using a homemade blocky and
Gael Guennebaud
2009-07-17
*
|
* bugfixes in Product, and test/product_selfadjoint
Gael Guennebaud
2009-07-16
*
|
synch with main devel branch
Gael Guennebaud
2009-07-15
|
\
|
*
|
change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme
Gael Guennebaud
2009-07-15
|
*
fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...
Gael Guennebaud
2009-07-15
*
|
started an implementation of BandMatrix: at least the read/write access
Gael Guennebaud
2009-07-14
*
|
synch with main devel branch
Gael Guennebaud
2009-07-14
|
\
\
|
|
*
fix typo in blue norm
Gael Guennebaud
2009-07-14
|
|
/
|
*
add a blueNorm() function implementing the Blues's stable norm
Gael Guennebaud
2009-07-13
|
*
add a SparseNestByValue expression and fix issue in sparse adjoint evaluation
Gael Guennebaud
2009-07-13
*
|
add triangular * vector product
Gael Guennebaud
2009-07-13
*
|
Add an efficient rank2 update function (like the level2 blas xSYR2 routine).
Gael Guennebaud
2009-07-11
|
*
Set of fixes and workaround to make sun studio more happy.
Gael Guennebaud
2009-07-10
*
|
add a meta unroller for the triangular solver (only for vectors as rhs)
Gael Guennebaud
2009-07-10
*
|
finally directly calling the low-level products is faster
Gael Guennebaud
2009-07-10
*
|
started to simplify the triangular solvers
Gael Guennebaud
2009-07-09
*
|
ok now all the complex mat-mat and mat-vec products involving conjugate,
Gael Guennebaud
2009-07-08
*
|
conjugate expressions are now properly caught by Product
Gael Guennebaud
2009-07-07
[next]