aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Jacobi
Commit message (Collapse)AuthorAge
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
| | | | As discussed in #2143 we remove editor specific comments.
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
|
* added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
|
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
|
* * add Jacobi transformationsGravatar Benoit Jacob2009-08-09
* add Jacobi (Hestenes) SVD decomposition for square matrices * add function for trivial Householder