eigen/doc/I11_Aliasing.dox

13 lines
244 B
Plaintext
Raw Normal View History

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.
*/
}