Square< Dynamic, C > Struct Template Reference
[TooN internals]
Provides the static size for a square matrix where one dimension is static. The size must be equal to the size of the static dimension.
More...
#include <determinant.h>
List of all members.
|
Static Public Attributes |
static const int | Size = C |
Detailed Description
template<int C>
struct TooN::Internal::Square< Dynamic, C >
Provides the static size for a square matrix where one dimension is static. The size must be equal to the size of the static dimension.
For internal use only.
Member Data Documentation
const int Size = C [static] |