aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I11_Aliasing.dox
blob: 29092c508f58aab40abe4f8f3b1ddc25240a4496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.

*/
}