commit | d1d55e67e967a9bd0d447a7ea105ac2771cde557 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Sat Jan 05 10:57:14 2008 +0000 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Sat Jan 05 10:57:14 2008 +0000 |
tree | 53e40f4b87664c47c67f0394bc617999ad64ecf3 | |
parent | 23ffede3d0d280962bad418a41957cf82e3fadc9 [diff] [blame] |
- make MatrixBase and all expressions aware of their preferred traversal order. Honor this preference in operator=. - add several methods to the API - rework API for diagonal matrices - add benchmarking code
diff --git a/doc/snippets/MatrixBase_asDiagonal.cpp b/doc/snippets/MatrixBase_asDiagonal.cpp new file mode 100644 index 0000000..4cbff82 --- /dev/null +++ b/doc/snippets/MatrixBase_asDiagonal.cpp
@@ -0,0 +1 @@ +cout << Vector3i(2,5,6).asDiagonal() << endl;