eigen/doc/I11_Aliasing.dox
Jitse Niesen 2c03ca3325 Small changes to tutorial page 2 (matrix arithmetic):
* slightly more extensive discussion of aliasing
* layout: put example code and output side-by-side
* add some links, etc
2010-07-09 11:46:07 +01:00

13 lines
244 B
Plaintext

namespace Eigen {
/** \page TopicAliasing Aliasing
What is aliasing? The noalias() and eval() member functions. Which operations are safe and which are not.
TODO: write this dox page!
Is linked from the tutorial on matrix arithmetic.
*/
}