mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
527557672a
#include<Eigen/Core> int main() { Eigen::Matrix4f m; m <<1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16; m.col(0).swap(m.col(1)); std::cout << m << std::endl; } when the fast unaligned stores are used, the column is copied instead of being swapped. |
||
---|---|---|
bench | ||
cmake | ||
demos | ||
disabled | ||
doc | ||
Eigen | ||
test | ||
unsupported | ||
.hgignore | ||
.krazy | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.LESSER | ||
CTestConfig.cmake | ||
Doxyfile | ||
eigen2.pc.in | ||
Mainpage.dox |