mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
2c03ca3325
* slightly more extensive discussion of aliasing * layout: put example code and output side-by-side * add some links, etc
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.
|
|
|
|
*/
|
|
}
|