13 lines
244 B
Plaintext
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.
|
||
|
|
|
||
|
|
*/
|
||
|
|
}
|