index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
SolveTriangular.h
Commit message (
Expand
)
Author
Age
*
bugfix in trsm
Gael Guennebaud
2009-08-02
*
add blocked LLT, and bugfix in trsm asserts
Gael Guennebaud
2009-08-01
*
faster trsm kernel and fix a couple of issues
Gael Guennebaud
2009-07-31
*
add explicit "on the right" triangular solving,
Gael Guennebaud
2009-07-30
*
improve the expression analyzer to bypass Transpose expression
Gael Guennebaud
2009-07-28
*
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
*
synch with main devel branch
Gael Guennebaud
2009-07-14
|
\
*
|
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
*
|
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
*
|
commit woking versions of triangular solvers naturally
Gael Guennebaud
2009-07-09
*
|
started to simplify the triangular solvers
Gael Guennebaud
2009-07-09
*
|
* take advantage of new possibilies in LLT (mat -= product)
Gael Guennebaud
2009-07-07
*
|
* bybye Part, welcome TriangularView and SelfAdjointView.
Gael Guennebaud
2009-07-06
|
/
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
fix a few compilation errors and warnings (ICC)
Gael Guennebaud
2009-03-11
*
* label Cholesky and solveTriangular.* as experimental
Benoit Jacob
2009-02-02
*
* solveTriangularInPlace(): take a const ref and const_cast it, to allow pass...
Benoit Jacob
2009-01-25
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
Remove executable attribute
Laurent Montel
2008-11-04
*
add Eigen namespace in EIGEN_INHERIT_ASSIGNMENT_OPERATOR
Gael Guennebaud
2008-10-27
*
compilation fix for ICC
Gael Guennebaud
2008-10-21
*
Solve the issue found by Timothy in solveTriangular:
Gael Guennebaud
2008-10-13
*
* block() for vectors ---> segment()
Benoit Jacob
2008-09-15
*
resurrected sparse triangular solver
Gael Guennebaud
2008-09-02
*
spelling + some krazy directives
Gael Guennebaud
2008-08-28
*
* bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...
Gael Guennebaud
2008-08-22
*
* fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdir
Benoit Jacob
2008-08-19
*
* revert the previous interface change in solveTriangular (pointer vs reference)
Gael Guennebaud
2008-08-18
*
change solveTriangularInPlace() to take a pointer as input (as discussed on I...
Gael Guennebaud
2008-08-12
*
Complete LU documentation
Benoit Jacob
2008-08-11
*
renamed inverseProduct => solveTriangular
Gael Guennebaud
2008-08-09