index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
triangular.cpp
Commit message (
Expand
)
Author
Age
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
Solve the issue found by Timothy in solveTriangular:
Gael Guennebaud
2008-10-13
*
Fix bugs reported by Timothy Hunter:
Gael Guennebaud
2008-09-03
*
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
Benoit Jacob
2008-09-01
*
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...
Gael Guennebaud
2008-08-23
*
* bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...
Gael Guennebaud
2008-08-22
*
Add a packetmath unit test, re-enable the comma-initializer unit test,
Gael Guennebaud
2008-08-20
*
renamed inverseProduct => solveTriangular
Gael Guennebaud
2008-08-09
*
* Rewrite the triangular solver so that we can take advantage of our efficien...
Gael Guennebaud
2008-07-26
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
- introduce Part and Extract classes, splitting and extending the former
Benoit Jacob
2008-05-27
*
update of the testing framework:
Gael Guennebaud
2008-05-22
*
updated product test to carefully test all scalar types
Gael Guennebaud
2008-05-12
*
added a test for triangular matrices
Gael Guennebaud
2008-05-02