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
...
*
|
|
various compilation and bug fixes in selfadjoint stuff
Gael Guennebaud
2009-07-27
*
|
|
cleaning and fix a perf issue
Gael Guennebaud
2009-07-27
*
|
|
trmm is now fully working and available via TriangularView::operator*
Gael Guennebaud
2009-07-27
*
|
|
trmm is now working in all storage order configurations
Gael Guennebaud
2009-07-27
*
|
|
some cleaning
Gael Guennebaud
2009-07-26
*
|
|
finalize trsm: works in all situations, and it is now used by solve() and sol...
Gael Guennebaud
2009-07-26
*
|
|
ok, now trsm works very well for upper triangular matrices
Gael Guennebaud
2009-07-26
*
|
|
The new trsm is working very very well (read very fast) for
Gael Guennebaud
2009-07-25
*
|
|
add WIP trsm
Gael Guennebaud
2009-07-24
*
|
|
some cleaning
Gael Guennebaud
2009-07-24
*
|
|
add a simplified version of the sybb kernel built on top of gebp
Gael Guennebaud
2009-07-24
*
|
|
split and add unit tests for symm and syrk,
Gael Guennebaud
2009-07-23
*
|
|
oops,, update SYRK so that the rhs can be non-square²
Gael Guennebaud
2009-07-23
*
|
|
Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^T
Gael Guennebaud
2009-07-23
*
|
|
improve SYMV it is now faster and ready for use
Gael Guennebaud
2009-07-23
*
|
|
formating
Gael Guennebaud
2009-07-23
*
|
|
addd matrix * self adjoint high level API
Gael Guennebaud
2009-07-23
|
|
*
Added an explicit cast from int to bool to suppress MSVC warnings.
Hauke Heibel
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
*
|
* GEMM enhencement: no need to pre-transpose the rhs
Gael Guennebaud
2009-07-22
*
|
more refactoring in the level3 products
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
|
*
enable our own ctest dashboard
Gael Guennebaud
2009-07-20
|
*
bugfix in SVD
Gael Guennebaud
2009-07-20
|
*
minor compilation fixes for Sun CC and ICC
Gael Guennebaud
2009-07-20
|
*
compilation fix (sun CC)
Gael Guennebaud
2009-07-20
|
*
compilation fix
Gael Guennebaud
2009-07-20
|
*
bugfix in operator*= (matrix product)
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
|
*
add other stable norm impl. in the benchmark
Gael Guennebaud
2009-07-16
|
*
bugfix in blueNorm
Gael Guennebaud
2009-07-16
|
*
add a benchmark for the different norms
Gael Guennebaud
2009-07-16
*
|
* bugfixes in Product, and test/product_selfadjoint
Gael Guennebaud
2009-07-16
*
|
synch with main devel branch
Gael Guennebaud
2009-07-15
|
\
|
*
|
add a TridiagonalMatrix wrapper arround BandMatrix, and extend this latter
Gael Guennebaud
2009-07-15
*
|
add BandMatrix::col()
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
|
|
/
*
|
some cleaning/renaming is Triangular/SelfadjointView
Gael Guennebaud
2009-07-14
|
*
add a blueNorm() function implementing the Blues's stable norm
Gael Guennebaud
2009-07-13
|
*
one more fix of the previous commit (forgot to update ei_must_nest_by_value)
Gael Guennebaud
2009-07-13
|
*
fix typo in previous commit
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
[prev]
[next]