Jitse Niesen
|
b12522f696
|
Remove unnecessary template keywords (breaks compilation under MSVC).
Thanks to Hauke for finding this.
|
2011-07-28 13:55:56 +01:00 |
|
Jitse Niesen
|
86ca35ccff
|
Fix and test MatrixSquareRoot for 1-by-1 matrices.
|
2011-06-07 14:32:16 +01:00 |
|
Jitse Niesen
|
d7e3c949be
|
Implement and document MatrixBase::sqrt().
|
2011-05-09 22:20:20 +01:00 |
|
Jitse Niesen
|
dac4bb640a
|
Fix compilation error under GCC 4.5.
That version is stricter in forcing function prototype and definition
to match.
|
2011-05-09 13:57:06 +01:00 |
|
Jitse Niesen
|
6e1573f66a
|
Implement square root for real matrices via Schur.
|
2011-05-08 22:18:37 +01:00 |
|
Jitse Niesen
|
6b4e215710
|
Implement matrix square root for complex matrices.
I hope to implement the real case soon, but it's a bit more
complicated due to the 2-by-2 blocks in the real Schur decomposition.
|
2011-05-07 22:57:46 +01:00 |
|