aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_trsm.cpp
Commit message (Collapse)AuthorAge
* Fixed a cast warning in scaleAndAddTo.Gravatar Hauke Heibel2009-08-31
| | | | | Fixed lazyness in umeyama. Added a few missing casts.
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
|
* add selfadjointView from a trinagularViewGravatar Gael Guennebaud2009-07-31
|
* trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27
|
* finalize trsm: works in all situations, and it is now used by solve() and ↵Gravatar Gael Guennebaud2009-07-26
solveInPlace()