Gael Guennebaud
|
c5d7c9f0de
|
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
and remove the respective bit flags
|
2010-01-07 21:15:32 +01:00 |
|
Benoit Jacob
|
39ac57fa6d
|
Big renaming:
start ---> head
end ---> tail
Much frustration with sed syntax. Need to learn perl some day.
|
2010-01-04 21:24:43 -05:00 |
|
Thomas Capricelli
|
57275b2b8c
|
make some changes to please clang, fix some warnings too.
|
2010-01-04 23:21:04 +01:00 |
|
Hauke Heibel
|
3091be5134
|
Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.
|
2009-12-01 10:22:54 +01:00 |
|
Benoit Jacob
|
a440385b41
|
*adapt Householder to the convention that we now favor refs over ptrs for output. Keep "workspace" as pointer because it is an array (which is now more obvious).
*rename makeHouseholderSequence to householderSequence, because that's what it returns.
|
2009-11-10 21:22:20 -05:00 |
|
Gael Guennebaud
|
68b28f7bfb
|
rename the EigenSolver module to Eigenvalues
|
2009-09-04 09:23:38 +02:00 |
|