blob: d5697fcee7f2281942a11d22def30d98a6fd534a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
namespace Eigen {
/** \page TopicAssertions Assertions
TODO: write this dox page!
Is linked from the tutorial on matrix arithmetic.
\sa Section \ref TopicPreprocessorDirectivesAssertions on page \ref TopicPreprocessorDirectives.
*/
}
|