Square< R, C > Struct Template Reference
[TooN internals]
Provides the static size for a square matrix. In the general case, if R != C, then the matrix is not square and so no size is provided. A compile error results.
More...
#include <determinant.h>
Detailed Description
template<int R, int C>
struct TooN::Internal::Square< R, C >
Provides the static size for a square matrix. In the general case, if R != C, then the matrix is not square and so no size is provided. A compile error results.
For internal use only.