Files
eigen/unsupported/test/matrix_power.cpp
Hauke Heibel 8f4d93a4b7 Fix compilation.
The Matrix is required to be mutable but it also needs to be a reference and
temporaries do not bind to non-const references - thus we need a hack and
cast away the constness.
2013-08-02 22:40:36 +02:00

6.8 KiB