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
*
* 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