Go to file
Benoit Jacob 05a49547e1 in ScalarMultiple, make the factor type independent from the matrix scalar type.
This is an optimization for complex matrices, allowing to do only a real multiplication
when a complex multiplication is not needed, e.g. in normalized().
2007-12-26 08:30:21 +00:00
doc - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
Eigen in ScalarMultiple, make the factor type independent from the matrix scalar type. 2007-12-26 08:30:21 +00:00
test - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
CMakeLists.txt rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h> 2007-12-20 21:25:13 +00:00
Doxyfile move the documentation to doc/, add dummy documentation to srcdir/ compiling to 2007-12-21 07:30:15 +00:00
Mainpage.dox everything works, make now runs doxygen once and only once, after all 2007-12-21 11:29:04 +00:00